Nikolaos Triantafyllis

Results 16 comments of Nikolaos Triantafyllis

command: seedlink-plotter -s "HP_GBT1:BHZ" --x_position 200 --y_position 50 --x_size 800 --y_size 600 -b 1m --seedlink_server "150.140.182.6:18000" --update_time 2s -v -f --force --x_scale 1m --line_plot output: DEBUG: obspy.clients.seedlink [150.140.182.6:18000]:parsed 1 streams...

Hm, yes I believe it has to do with SeedLink itself. However, easyseedlink does bring data chunks.

``` python #!/usr/bin/env python from obspy import UTCDateTime import obspy.clients.seedlink.basic_client as sl host='my_host' net='my_net' sta='my_sta' cha='my_cha' client = sl.Client(host, timeout=60, debug=True) t = UTCDateTime() - 10 #sec st = client.get_waveforms(net,sta,...

Do we have any progress on this? @fanisvl

Hi @fanisvl, thanks for this work! The PR will be tested before merging. Could you please also add the respective values in configuration [here](https://github.com/nikosT/Gisola/blob/main/src/config.yaml#L303) in a new commit at the...

@fanisvl is it still there after configuration changes?