-
Notifications
You must be signed in to change notification settings - Fork 8
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
CDS moving to CDS-beta #165
Comments
Thanks for the heads up. I started making the package compatible with the new CDS, however there are still some issues:
It's a bit strange how they have a beta now (which is currently barely working) but are also going to remove the old CDS without a proper transitioning period. Anyway, WIP pull request is in #166 |
Thanks @BSchilperoort! Hope the new beta will work properly soon. |
Thanks for your work @BSchilperoort! We use era5cli in our pipeline for the quasi-operational rapid extreme event attribution that runs every day and we'd need to find alternative way in the next week if era5cli won't get updated by the 3rd. Again, appreciating your efforts so much! Let mw know if any sort of assistance needed. |
@malininae I should be able put out a release to support the beta this week. But already a heads up: netCDF files will be formatted differently compared to the old CDS. For example:
The time coordinate is now called |
Thanks so much for the heads up!!! That's very helpful, we'll start adjusting right away! |
The beta-version of era5cli 2.0 is now available. You can install it with: or any pre-release (in a new environment) with: Please report it if you find any issues! |
Hey @BSchilperoort, I believe era5cli==2.0.0b2 is not pip installable yet. Can you check? It is indicated that it should be on https://github.com/eWaterCycle/era5cli |
Oh yeah, the GH action broke... https://github.com/eWaterCycle/era5cli/actions/runs/10960177444/job/30434145852 Would have to migrate to a new gh action |
As per 3rd of September, the old CDS will be shutdown and users are urged to move to CDS-beta.
https://forum.ecmwf.int/t/the-new-climate-data-store-beta-cds-beta-is-now-live/3315
Users should move to cdsapi version 0.7.0
Can you support this in a new version of era5cli? The current version 1.4.2 requires cdsapi == 0.5.1
The text was updated successfully, but these errors were encountered: