On the last days I I’m trying to fetch some data and I get always the following info independently of days I want download.
[2024-06-13 00:27:04,727] - obspy.clients.fdsn.mass_downloader - INFO: Initializing FDSN client(s) for https://data.raspberryshake.org.
[2024-06-13 00:27:04,741] - obspy.clients.fdsn.mass_downloader - INFO: Successfully initialized 1 client(s): https://data.raspberryshake.org.
[2024-06-13 00:27:04,742] - obspy.clients.fdsn.mass_downloader - INFO: Total acquired or preexisting stations: 0
[2024-06-13 00:27:04,743] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Requesting unreliable availability.
[2024-06-13 00:27:05,117] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Successfully requested availability (0.37 seconds)
[2024-06-13 00:27:05,118] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Found 1 stations (1 channels).
[2024-06-13 00:27:05,118] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Will attempt to download data from 1 stations.
[2024-06-13 00:27:05,118] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Status for 1 time intervals/channels before downloading: NEEDS_DOWNLOADING
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - ERROR: Client 'https://data.raspberryshake.org' - Request would result in too much data. Denied by the datacenter. Split the request in smaller parts
HTTP Status code: 413
Detailed response of server:
Request Entity Too Large
Error 413: Request Entity Too Large
maximum number of 4.33M samples exceeded
Usage details are available from /fdsnws/dataselect/1/
Request:
/fdsnws/dataselect/1/query
Request Submitted:
2024-06-12T23:27:05.575429
Service Version:
1.1.2
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Launching basic QC checks...
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Downloaded 0.0 MB [0.00 KB/sec] of data, 0.0 MB of which were discarded afterwards.
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Status for 1 time intervals/channels after downloading: DOWNLOAD_FAILED
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - No station information to download.
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - No data could be downloaded.
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: ============================== Final report
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: 0 MiniSEED files [0.0 MB] already existed.
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: 0 StationXML files [0.0 MB] already existed.
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Acquired 0 MiniSEED files [0.0 MB].
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Client 'https://data.raspberryshake.org' - Acquired 0 StationXML files [0.0 MB].
[2024-06-13 00:27:05,398] - obspy.clients.fdsn.mass_downloader - INFO: Downloaded 0.0 MB in total.
I’m using OBSPY 1.4.1 and it’s the same message whether I use Client("RASPISHAKE")
or Client("https://data.raspberryshake.org")
.