-
Hi,
have two different problems:
1) while downloading huge amount of mseed files from FDSN clients sometimes i get this kind of errors:
/usr/lib/python2.7/dist-packages/obspy/mseed/core.py:356: Inte…
-
Hi
If I understand the definition of the class obspy.station.response.PolesZerosResponseStage correctly the current implementation requires at least one pole and one zero upon initiation of a new ob…
-
John's comment:
**_it would be nice to download accordant events of a couple of stations. You are right, this works for e.g: "--identity YV.RR_._._"
But it does not for: "--identity YV.[EURO|MAYO]._._…
-
After moving most information from `Client.__init__` to `Client` docstring (to have it on the documentation main page for Client), the URL mappings don't get replaced correctly any more ([done in `__i…
-
Take one station as an example. The PAZ can be found at
http://ds.iris.edu/mda/IU/ANMO/00/BHZ?timewindow=2015/01/01%2014:30:00-2599/12/31%2023:59:59
The plot of instrumental response at above url is …
-
See for instance [this](http://docs.obspy.org/packages/obspy.fdsn.html#module-obspy.fdsn) doc page.
I checked on my local `0.10.1` installation, and I have the same problem.
[Current documentation fo…
-
Hi,
I have seen few problems on this page
http://docs.obspy.org/tutorial/code_snippets/waveform_plotting_tutorial.html
4.5. Creating a One-Day Plot
=> The graph should be updated. Dayplot now does d…
-
Hi, we have started investigating whether our webservices (http://service.scedc.caltech.edu/) can be accessed from ObsPy.
First we need to update the URL mappings --
In [2]: from obspy.fdsn.header i…
SCEDC updated
9 years ago
-
```
Python 2.7.6 (default, Mar 22 2014, 22:59:38)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from obspy.core import UTCDateTime
>>> t = UTCDateTi…
jsaul updated
9 years ago
-
Dear obspy developers,
I got strange warnings trying to download waveforms from IRIS client:
from obspy.fdsn import Client
from obspy.core import UTCDateTime
client = Client('IRIS')
st = client.ge…