GO-Eratosthenes / dhdt

Extracting topography from mountain glaciers, through the use of shadow casted by surrounding mountains.
https://dhdt.readthedocs.io
Apache License 2.0
7 stars 1 forks source link

ERA5 handler to download data in advance #109

Closed fnattino closed 1 year ago

fnattino commented 1 year ago

When processing a large number of scenes simultaneously, many requests are fired to the Copernicus data service to download ERA5 data. Since the number of downloads for a single user are limited, this results in jobs waiting on each others. Here we modify the handler, so that one can download all the required ERA5 data in advance, before actually running the processing step.