-
Notifications
You must be signed in to change notification settings - Fork 0
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
deal with CDS API and format change #13
Labels
data management
Data management
Comments
I downloaded the new client tool (cdsapi 0.7.3) and updated my API keys, and verified that cdstool still handles the downloads properly. I uploaded several example files of the new format to our shared drive folder here:
The metadata for one of these new format netcdf files is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CDS seems to have made a major change to their service and is discontinuing the old API on September 26, 2024. They have a page describing the changes here:
https://confluence.ecmwf.int/display/CKB/Please+read%3A+CDS+and+ADS+migrating+to+new+infrastructure%3A+Common+Data+Store+%28CDS%29+Engine
I was able to create a new account, and the API looks to be the same (more or less), so I suspect the download code in cdstool.py will migrate fine once we update the python client library. But, it looks like they changed the format of the netcdf files significantly for the ERA5 dataset (ug). Here's the page describing the format differences:
https://confluence.ecmwf.int/display/CKB/GRIB+to+netCDF+conversion+on+CDS-Beta+and+ADS-Beta
That page describes the following as the main NetCDF differences for the ERA5 dataset:
I suspect these changes could have an impact on how tiletool.py works and how we build our integrated dataset.
The text was updated successfully, but these errors were encountered: