ErikKusch / KrigR

An R Package for downloading, preprocessing, and statistical downscaling of the European Centre for Medium-range Weather Forecasts ReAnalysis 5 (ERA5) family provided by the European Centre for Medium‐Range Weather Forecasts (ECMWF).
MIT License
103 stars 24 forks source link

Chunking of Multi-Requests #74

Open ErikKusch opened 4 months ago

ErikKusch commented 4 months ago

Is your feature request related to a problem? Please describe. When staging a large number of requests all at once and then waiting for their completion (as is the current default in CDownloadS on the development branch), the function might error out when a quota is exceeded.

Describe the solution you'd like Implement a separate argument to define how many requests to stage before listening for completion.

Describe alternatives you've considered Might want to consider returning to stage & listen sequentially.

Additional context https://cds.climate.copernicus.eu/live/limits

ErikKusch commented 1 week ago

Begun working on this with 97696192ab1553e021a63b47f01966bcfde14f55