obspy.clients.fdsn.mass_downloader.download_helpers.ClientDownloadHelper.download_mseed
- ClientDownloadHelper.download_mseed(chunk_size_in_mb=25, threads_per_client=3)[source]
Actually download MiniSEED data.
- Parameters:
chunk_size_in_mb – Attempt to download data in chunks of this size.
threads_per_client – Threads to launch per client. 3 seems to be a value in agreement with some data centers.