seedlink_plotter
seedlink_plotter copied to clipboard
Seedlink_plotter A python script to plot real time seismic data from a seedlink server
Hii, How to implement sta/lta trigrering in real time using this package.can you please suggest. Thanks.
Can I change the host:port(rtserver.ipgp.fr:18000) to rtserve.iris.washington.edu:18000, `seedlink-plotter -s "US_MSO:00BHZ" --x_position 200 --y_position 50 --x_size 800 --y_size 600 -b 30m --seedlink_server "rtserve.iris.washington.edu:18000" --update_time 2s` but no plot,i dont konw why.
Once https://github.com/obspy/obspy/pull/2405 is ready and merged we can add support for wildcards in network and station codes. I've seen people expecting those and wondering why it did not work. In...
This Request contains all the changes necessary to use a Configuration File to set up all settings. It is still possible to use the command line to change the settings....
The instrument response gets removed before plotting the trace. The Routing Client is used to find the right instrument response. It was would have been very time-consuming to have this...
A new thread is created to check all two minutes if there is still data coming in. If not the programme restarts.
Restarts the GUI if seedlink connection was lost. WIP branch still contains some other changes as well and will be cleaned up shortly.
If I select more that 15 stations, it seems that the parameter "-b" is not taken into account. example **seedlink-plotter -s "G_AIS:00BHZ,G_ATD:00BHZ,G_CAN:00BHZ,G_CCD:00BHZ,G_CLF:00BHZ,G_COYC:00BHZ,G_CRZF:00BHZ,G_DRV:00BHZ,G_DZM.OO.BHZ,G_ECH:00BHZ,G_FDF:00BHZ,G_FOMA:00BHZ,G_FUTU:00BHZ,G_HDC:00BHZ,G_INU:00BHZ,G_IVI:00BHZ,G_KIP:00BHZ,G_MBO:00BHZ,G_MPG_00.BHZ,G_NOUC:00BHZ,G_PAF:00BHZ,G_PEL:00BHZ,G_PPTF:00BHZ,G_RER:00BHZ,G_ROCAM:00BHZ,G_SANVU:00BHZ,G_SPB:00BHZ,G_SSB:00BHZ,G_TAM:00BHZ,G_TAOE:00BHZ,G_UNM:00BHZ,G_WUS:00BHZ" --x_position 200 --y_position 50 --x_size 800 --y_size 600...
With this command line both on mac or RaspberryPi `` seedlink-plotter --seedlink_server rtserver.ipgp.fr:18000 -s G_SSB:00BHZ -b 12h --events 7 `` I have this error ``` FDSNException: Bad request. If you...
URLerror
Hello, I tried one both examples in readme: e.g. `seedlink-plotter -s "G_MBO:00BHZ" -b 10m --seedlink_server "rtserver.ipgp.fr:18000" --line_plot` And I get the following error: ``` Traceback (most recent call last): File...