Timeout Error when downloading from collections

Hello,

When using worldcereal_private_extractions.ipynb I have been receiving the following error when attempting to download any collections to the Downloads folder. Have others been getting this error? Thanks!

parquet_file = rdm.download_collection_geoparquet(collection_id, dwnld_folder, subset=subset)

ReadTimeout: HTTPSConnectionPool(host='ewocstorage.blob.core.windows.net', port=443): Read timed out. (read timeout=5)

Download links to private datasets are assigned with a time-bound token. Could you refetch the private dataset download link from (https://ewoc-rdm-api.iiasa.ac.at/collections/{collectionId}/download) and try again?

Dear Kathleen,

Thank you for raising this issue.

We are still investigating this, but in the meantime we have added some explanation to the private extractions notebook to help you circumvent the problem.

See updated notebook: worldcereal-classification/notebooks/worldcereal_private_extractions.ipynb at main · WorldCereal/worldcereal-classification · GitHub

Hope this helps!

All the best,

Jeroen

We have identified the root cause of this issue: a recent update to our firewall settings was blocking download for parquet files from the RDM.

The issue should now be resolved.

Jeroen