Closed irm-codebase closed 1 month ago
not sure, if I should create a new issue. But ERA5 has changed their "time" index to "valid_time". That's breaking lots of the codes !
perhaps a ds.rename({'valid_time': 'time'})
may save our life :D
Has been dealt with here: https://github.com/PyPSA/atlite/pull/364/files
Are you sure you’re running on the latest atlite version?
Thanks for the hint @irm-codebase, though I don’t yet understand what changed in the cdsapi. It seems to be another dependency of cdsapi that breaks things. Mysterious.
Has been dealt with here: https://github.com/PyPSA/atlite/pull/364/files
Are you sure you’re running on the latest atlite version?
Seems resolved. thanks for quick response !
@irm-codebase glad to help! The CDS move is just causing headaches left and right.
Version Checks (indicate both or one)
[X] I have confirmed this bug exists on the lastest release of Atlite.
[ ] I have confirmed this bug exists on the current
master
branch of Atlite.Issue Description
atlite
cannot download cutout data if the newestcdsapi
version is present. Pinningcdsapi = 0.7.2
solves the problem, temporarily.I'm not really sure if the issue is on the
cdsapi
side, oratlite
's though.Reproducible Example
Expected Behavior
Cutouts work.
Installed Versions