-
If the request has only a station code, there is no way to filter out routes containing only a network code.
For instance: route XX.\* and query *.APE. This can never be filtered out because there is …
-
Hi!
I wanted to do some PPSD with obspy and somehow I fail to get a plot.
from obspy import read_inventory, read
from obspy.signal import PPSD
```
st = read("data/waveforms/CEY.HHE.2017.00…
-
The following problems have been detected by the ObsPy people.
- `||` -> This should be the actual URL of the service.
- `||` -> The default value is `|"xml"|` and not `|"json"|`. The list of options …
-
Hi Javier, hope you are doing well. It would be nice to add the WFCatalog to the routing service. I can help with the implementation if you can point me to the routines where services are resolved.
…
-
Hi,
obspy.clients.fdsn.Client does not seem to work when the service endpoint is forwarded to https. We've been transitioning the SCEDC web services to use https. Once we set http to forward to htt…
SCEDC updated
7 years ago
-
While the mapping is correctly done within Jane, when requesting data via the fdsnws, the data come back with the original net,station,location,channel setting. This causes problems when the stationxm…
-
Can we add the following information to the ObsPy Inventory returned by ph5tostationxml.py? StationTXT is incomplete without this information.
Channel level StationTXT Missing:
**_Azimuth|Dip|Sens…
-
Hello,
It appears that I can no longer retrieve stations using the IRIS client. Below is a script that I could run several months ago, but now gives me the error 'The current client does not have a s…
-
Tried the sample and got a "Hey this has moved" HTML page instead of data. I think this should be an equivalent incantation using their new API.
```
curl --silent "http://earthquake.usgs.gov/fdsnws/…
-
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…