raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
52 stars 30 forks source link

URL needs updated, can't get config file. #62

Open rankinstudio opened 5 months ago

rankinstudio commented 5 months ago

If you're not able to get rsudp to get your config file for your station to deconvolve the data, the url under

rsudp.raspberryshake.py.get_inventory()

needs to be updated to: url = 'https://stationview.raspberryshake.org/fdsnws/station/1/query?network=%s&station=%s&level=resp&nodata=404&format=xml' % ( net, stn)

This is related to the recent shake server outages.

Might be good to expose this in the settings.json

dmitryint commented 2 months ago

Hello. Thank you for the feedback. We plan to implement this and add the ability to define a link through settings.json. Currently, the link is hardcoded into the code.