obspy.clients.fdsn.mass_downloader.download_helpers.ClientDownloadHelper.filter_stations_based_on_minimum_distance

ClientDownloadHelper.filter_stations_based_on_minimum_distance(existing_client_dl_helpers)[source]

Removes stations until all stations have a certain minimum distance to each other.

Returns the rejected stations which is mainly useful for testing.

Parameters:

existing_client_dl_helpers (list of ClientDownloadHelper) – Instances of already existing client download helpers.