smousavi05 / EQTransformer

EQTransformer, a python package for earthquake signal detection and phase picking using AI.
https://rebrand.ly/EQT-documentations
MIT License
301 stars 148 forks source link

station with multiple channels ignored! #108

Closed saeedsltm closed 2 years ago

saeedsltm commented 2 years ago

When we have a station with different channel names which working in different time periods (let say BH[ZNE] during 2019-2020 and HH[ZNE] during 2020-2021) the program prepare only one channel in output json file (referring to function makeStationList()) and finally the other channels data will not be downloaded.

smousavi05 commented 2 years ago

@saeedsltm so is it because only the data under one channel name is available online? The program in EqT is only a wrapper around Obspy so if it doesn't get it might be because the data is not available or is under different name.