You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TEMPORARY CODE CHANGE]
The Climate Data Store (CDS) has been moved to the CDS-Beta and will be deprecated on September 16th, as announced in the ECMWF Confluence page. The latest version of the cdsapi library is not compatible with the current code of the weather-dl tool.
Therefore, we forked their repo and made necessary changes as per our requirement.
On September 16th, we will check and update cdsapi library to latest version.
Bug for reference: #474
The weather-dl code is incompatible with the latest cds-api version because cdsapi has not updated their code in a long time. As a temporary solution, we are relying on the fix implemented in the "update weather-dl to compatible with cds" (update cds to cds-beta in weather-dl. #472) pull request.
Ref: https://confluence.ecmwf.int/display/CKB/Please+read%3A+CDS+and+ADS+migrating+to+new+infrastructure%3A+Common+Data+Store+%28CDS%29+Engine
Looks like the current support for cds-beta in
cdsapi
library doesn't incline with our weather-dl codebase.Part 1:
For temporary fix, fork the repo & make necessary changes as per our requirements.
Part 2:
And on September 26th, check and update
cdsapi
library to latest version; hoping they fully migrate their library to use cds-beta only.The text was updated successfully, but these errors were encountered: