-
I have Enthought's Canopy installed, and I used their enpkg command to install ObsPy. Here is what that command says I have installed:
obspy 0.3.3-1 api osx-64
obspy.core…
-
I were starting using `Obspy` in Fatiando a Terra. I have the following question. I am not quite sure I am doing the right stuff. But seams a bug or a confusion on usage of `Obspy.core.stream.Stream` …
-
On MacOS X 10.8.3, python 2.7.4
``` python
from obspy import read
from obspy.mseed.core import writeMSEED
st = read()
writeMSEED(st, 'test.mseed')
```
produces:
```
Python(21705) malloc: *** erro…
-
see also: http://tests.obspy.org/?id=5969#0
```
Traceback (most recent call last):
File "d:\workspace\obspy\obspy\mseed\tests\test_mseed_reading_and_writing.py", line 868, in test_writeAndReadDiffe…
-
Hello Mr Megies
This is Ahu from Kandilli Observatory, I run Obspy on Fedora 17, I installed ObsPyck and all its requeriments but could not able to process with it. Here is my error message.
---
I …
komec updated
11 years ago
-
Hi,
I'm trying to use your software (obspy) to retrieve records (e.g. mseed) from a Seiscomp3 server.
I get the error: socket.timeout: timed out
Here is the template code I'm working on:
```
from…
-
Same question has been posted on Stackoverflow at http://stackoverflow.com/questions/16608979/obspy-read-not-working-when-called-from-mod-python-apache-module
I'm trying to make a simple web service …
-
Does obspy.mseed preserve the mseed flags (clipped, time lag, etc.) if several records are combined?
E.g. eight input data records with reclen 512 bytes should be recombined to one 4k record. One of …
-
So, this really threw me for a while, and this is because the error message was actually wrong. I realized that I had a reaction for which there was no name available, but when running addrxntable, t…
-
LKI is a temperature sensor and with a polynomial response, it could be possible to have that data in C degres.
``` python
#!/usr/bin/env python
from obspy.iris import Client
from obspy.core import…