Closed filefolder closed 1 week ago
small update on this, if we are setting the default channel filter to ?[HN]?
, this would actually have to be ?H?,?N?
in the get_stations call as [] are not supported there
no more using get_selected_stations_at_channel_level, instead using get_stations. Bascially, I have fall back to how initially we where doing this, ie, to get the stations at the channel level in the station step. get_stations function already includes the time filter.
Regarding default values, @NTaherifar will create a separate issue for desired default values in config file and required validations.
when searching stations it appears to call the below from
seismoloader.py
It would be faster to also implement the
starttime
andendtime
kwargs inget_stations
which are provided in the search filters... this may significantly reduce the download size as well as remove any stations which fit the search parameter, but don't actually have dataalso
I think a good default channel filter would be "?[HN]?" which will only select seismic data and avoid all the other diagnostic stuff. I think pre-populating the filter window with this so people can see what's happening would be ideal as well as show users how it works.
also
I think we should edit the station info that is returned in the table. We don't need elevation, waste of space. But it would be good to have columns for
start_date
andend_date
(e.g.sta.start_date
). (note end_date can be None). Also helpful to an "details" popup/popout that can show the contents and span of a station's channels.in obspy this is built in e.g.
worst-case, at least just a column that shows what channels each station has, e.g.
HH[ZNE],LH[ZNE]
so people can quickly eyeball