-
Hi!
As I was told on the mailing list, I am posting this bug (?) here.
This is the code, that was supposedly read inventory xml, that I downloaded from http://eida.gfz-potsdam.de/webdc3/
The file i…
-
Dear all,
We have problems with our FDSNws service when there are simultaneous (2,3,4...) fdsnws-event medium-large queries (i.e.: 30 events). The module give the following errors (lots of lines):
`…
-
The `application.wadl` file of the `station` service contains the `matchtimeseries` parameter:
http://webservices.rm.ingv.it/fdsnws/station/1/application.wadl
This means that queries such as
http:…
-
Allow a user to specify an input "file" as a URL, ala:
```
java -jar stationxml-validator-1.0.2.jar 'http://service.iris.edu/fdsnws/station/1/query?net=IU&sta=ANMO&loc=00&cha=BHZ&level=response&forma…
-
Hi,
I'm working with obspy 1.0.2 on Linux platform (installed with conda)and encountered a potential bug when I was requiring earthquake catalog from IRIS server. Below is the script that I run:
``` …
-
"author" field is indexed correctly in DB and filtering in REST API works but FDSNWS query filtering returns all events, regardless of author..
Furthermore "author" is missing in event wadl, so it ca…
-
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)…
-
```
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…
-
Hi Tobias,
I got the code working with obspy 1.0. It didn't seem like there were any problems, just some deprecation warnings that I have updated in util.py and obspyck.py. As to the subject of this …
-
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:…