-
Try:
http://federator-testing.ethz.ch/fdsnws/station/1/query?net=Nl
-
Requests for node INGV returns 204:
http://mediator-devel.ethz.ch/fdsnws/station/1/query?network=IV
Maybe because of the `xmlns:ingv` namespace?
-
Hi,
Other remark I don't know if at RESIF we are doing well but we may have special characters in descriptions field for example :
Provence-Alpes-Côte d'Azur
VS
Provence-Alpes-Côte d'Azur
…
-
The current splitting mechanism does not handle large requests for e.g. `fdsnws-dataselect`. Currently *federator* splitting is implemented by dividing the number of postline requests. However, for gr…
-
Using the configuration variable [EIDA_NODES](https://github.com/EIDA/mediatorws/blob/master/eidangservices/settings.py#L26-L385) from `settings.py` while initializing the *StationLite* database by me…
-
From SeisCode (issue 906):
The following IRIS station service query:
http://service.iris.edu/fdsnws/station/1/query?net=AK&sta=CAPN&loc=*&cha=BDO&level=response&format=xml&includecomment…
-
Both Start Time and End Time are optional arguments in IRIS availability services so these arguments should likely be optional in Rover request. Changing the request format to allow for optional End T…
-
fdsnws_fetch writes the output data into a file. Until now, federator simply deliveres this file to the client. However an implementation using streams/pipes is preferred.
Advantages: as soon as dat…
-
Subscribing, Unsubscribing, and Resubscribing in the Daemon mode doesn't seem to change any processes being handled by the daemon. It is possible to unsubscribe and resubscribe to a Rover daemon that …
-
Hi guys, submitted this request as POST and it fails. It returns data when I query our own service. Any idea why?
request file:
NL WTSB * BHZ 2015-01-01T00:00:00 2015-01-01T00:01:00
reque…