Closed junghao closed 3 years ago
Fixed a parameter error: A query like /fdsnws/dataselect/1/query?network=NZ&sta=WEL&location=--,10&starttime=2018-05-15T23:45:00&endtime=2018-05-15T23:45:10 should get at least the location 10 but got nothing.
/fdsnws/dataselect/1/query?network=NZ&sta=WEL&location=--,10&starttime=2018-05-15T23:45:00&endtime=2018-05-15T23:45:10
Also in this PR I implemented the script tool to load URLs specified in https://github.com/GeoNet/tickets/issues/7524 and test against FDSN services.
Fixed a parameter error: A query like
/fdsnws/dataselect/1/query?network=NZ&sta=WEL&location=--,10&starttime=2018-05-15T23:45:00&endtime=2018-05-15T23:45:10
should get at least the location 10 but got nothing.Also in this PR I implemented the script tool to load URLs specified in https://github.com/GeoNet/tickets/issues/7524 and test against FDSN services.