obspy.clients.fdsn.mass_downloader.download_helpers.ClientDownloadHelper.discard_stations
- ClientDownloadHelper.discard_stations(existing_client_dl_helpers)[source]
Discard all stations part of any of the already existing client download helper instances. The station discarding happens purely based on station ids.
- Parameters:
existing_client_dl_helpers (list of
ClientDownloadHelper
) – Instances of already existing client download helpers. All stations part of this will not be downloaded anymore.