-
Using [obspy.clients.fdsn.Client.get_events](https://github.com/obspy/obspy/blob/master/obspy/clients/fdsn/client.py#L282) with GeoNet attempts to query the GeoNet FSDN site with URLs like this:
http:…
-
```
inv = obspy.read_inventory('http://service.iris.edu/fdsnws/station/1/query?network=PN&station=PURD&channel=BHZ&level=response&format=xml')
```
raises
> /home/user/anaconda/lib/python2.7/site…
-
Consider the following file `data.py`:
```
from obspy.clients.fdsn import Client
client = Client()
```
When I import with `ìmport data` python hangs here:
```
Python 2.7.11 |Anaconda 2.2.0 (64-bit)…
-
I met this exception frequently.
```
[2016-03-01 12:49:16,682] - obspy.clients.fdsn.mass_downloader - INFO: Client 'GFZ' - Downloaded 8 station files [0.2 MB] in 5.6 seconds [31.96 KB/sec].
Traceback…
-
On my Ubuntu, obspy 1.0 works fine, but on the Fedora server, I'm unable to import obspy.clients and mass_downloader.
```
In [1]: from obspy.clients.fdsn.mass_downloader import GlobalDomain, Restric…
-
Hi Folks,
first of all thanks for the wonderful job you have been doing with ObsPy.
I am not notifying a bug.
I write you since I have been playing with a simple (though general) script that makes se…
-
Due to how `urllib.parse.urlencode` constructs the requested URL (specifically, converting `:` to `%3A`) we have a problem requesting from ISC FDSN service:
Works: http://isc-mirror.iris.washington.e…
-
The parameter `timeout` is the max seconds to waiting the response from the server or the max time length to finish all the data transferring?
-
Try this code snippet as example
```
client = obspy.clients.fdsn.Client('ODC')
inv = client.get_stations(network='A*', level='station')
```
`inv` is
```
Inventory created at 2016-03-22T16:52:05.000…
-
A detex.deb (hardstop debug function) call occurs when an FDSN client fails to fetch data