Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize downloading process from CDS #22

Open
geek-yang opened this issue Aug 8, 2023 · 0 comments
Open

Optimize downloading process from CDS #22

geek-yang opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@geek-yang
Copy link
Member

In the current implementation, downloading request to CDS is raised one by one. This can be very inefficient, especially for requests per month (e.g. download era5 hourly surface_pressure from 2010 Jan to 2010 Dec, 12 requests will be made per month, in this case the queuing time is always more than the downloading time).

In era5cli, several download requests will be made and queued parallelly. We may consider support parallel request in the future to improve the efficiency.

PS: thanks @BSchilperoort for spotting this and made the suggestion.

@geek-yang geek-yang added the enhancement New feature or request label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant