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

Download multiple days from CDS api #10

Open
leifdenby opened this issue May 22, 2020 · 1 comment
Open

Download multiple days from CDS api #10

leifdenby opened this issue May 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@leifdenby
Copy link
Contributor

@sjboeing suggested this might speed up downloading. We might also hit a ceiling on max number of requests if we don't do this I think, no?

@leifdenby leifdenby added the enhancement New feature or request label May 22, 2020
@sjboeing
Copy link
Contributor

I think we might indeed run into issues if we try to download the domain for a whole month: so far I have downloaded up to 4 days (a typical trajectory) without trouble. The drawback of downloading multiple days and then splitting is that in some cases the data will become too big for online conversion to netcdf (though downloading grib and converting offline would still be possible), so if this is done it should probably be optional.
Another intermediate solution is to limit the number of requests that are submitted, and then wait for these to download before proceeding.

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

2 participants