usgs / swarm

a Java application designed to display and analyze seismic waveforms in real-time.
http://volcanoes.usgs.gov/software/swarm
Other
36 stars 16 forks source link

Remove includeavailability option in FDSN query statement #295

Closed dlnorgaard closed 4 years ago

dlnorgaard commented 4 years ago

Swarm adds includeavailability=false to the FDSN station select query but it is an optional parameter that the FDSN web services may not have implemented. If they have not, the query will return an error such as below and not return any networks in Swarm when clicking on 'Update' button on DataSource editor dialog for FDSN WS.

image

image

According to https://www.fdsn.org/webservices/fdsnws-station-1.1.pdf, it seems the default value for the parameter is false anyway so adding it in Swarm seems unnecessary.

dlnorgaard commented 4 years ago

swarm-2.8.14-SNAPSHOT-bin.zip

Uploading snapshot with this change for user who reported the issue to try.

dlnorgaard commented 4 years ago

User confirmed channels can now be seen. However, INGV FDSN WS may be blocked for Swarm users. Contacting them to confirm, but closing this issue.