sbonaime / seedlink_plotter

Seedlink_plotter A python script to plot real time seismic data from a seedlink server
GNU Lesser General Public License v3.0
36 stars 18 forks source link

Config File and Event Criterias #35

Open dominik-strutz opened 5 years ago

dominik-strutz commented 5 years ago

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 Request contains changes in the way events are handled as well. It is now possible to give more than one Criteria for Events. A minimum and a maximum Magnitude for a minimum and maximum distance. And the event times are now corrected for the propagation time. The time you see in the plot is the first arrival at your station.

megies commented 5 years ago

Regarding the config files, can you please use # consistently for comments and avoid the --------------------------- separator lines maybe?

megies commented 5 years ago

I think I'd prefer *.cfg as filenames for these three config files

megies commented 5 years ago

Please add configargparse as an install dependency in setup.py