EarthScope / rover

ROVER: robust data access tool for FDSN data centers
https://earthscope.github.io/rover/
Other
10 stars 1 forks source link

Allow web service specifications without the `query` endpoint #121

Open chad-earthscope opened 3 years ago

chad-earthscope commented 3 years ago

The web service specifications in the config file require the full specification to the query endpoint. It would be convenient to allow a service to be specified in any of these equivalent variations:

availability-url=http://service.iris.edu/fdsnws/availability/1/query
availability-url=http://service.iris.edu/fdsnws/availability/1/
availability-url=http://service.iris.edu/fdsnws/availability/1

Beyond convenience, ROVER may in the future wish to consult a service's WADL or version or alternate endpoint of the same general service. In these cases the query part would need to be removed.