EIDA / eidaws

EIDA NG webservice implementations
GNU General Public License v3.0
2 stars 3 forks source link

Epochs returned by `eidaws-stationlite` for `service=station&level=network|station` #15

Closed damb closed 3 years ago

damb commented 3 years ago

At the time being all epochs returned by eidaws-stationlite are based on the underlying ChannelEpochs.

In the context of stream epoch canonicalization this is not ideal when querying fdsnws-station metadata for level=network|station. Instead, it would be better to rely on the underlying NetworkEpoch or rather StationEpoch, respectively, in order to maximize cache hit performance.