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

Best practices when sending multiple requests #42

Closed
AlFontal opened this issue May 26, 2021 · 1 comment
Closed

Best practices when sending multiple requests #42

AlFontal opened this issue May 26, 2021 · 1 comment

Comments

@AlFontal
Copy link

As it stands now, I usually make several requests to split in chunks the datasets I fetch through the API for less memory-intensive processing.

However, there is no way to send a list of requests (I am just using for loops to do so now) and my requests usually take ~20 min in queue and 1-2 min downloading, which makes fetching the datasets a quite time-consuming process.

Is there any way to speed this up?

@EddyCMWF
Copy link
Collaborator

Hi @AlFontal ,
This is the recommended way to use the cdsapi. A believe that since upgrading various pieces of software and infrastructure in the CDS our queues are significantly reduced since you originally posted your issue.

Also, I recommend the C3S user support channel for quicker responses to queries regarding requests and best practices:
https://cds.climate.copernicus.eu/cdsapp#!/usersupport

All the best,
Eddy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants