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

Upgrade to the new CDS #23

Open
Rafnuss opened this issue Oct 7, 2024 · 2 comments
Open

Upgrade to the new CDS #23

Rafnuss opened this issue Oct 7, 2024 · 2 comments

Comments

@Rafnuss
Copy link

Rafnuss commented Oct 7, 2024

Is the package compatible with the new CDS?
The requet was correctly send to CDS but I get this error. Maybe an issue of compatibility with the new CDS?

>> downloadedFilePaths = climateDataStoreDownload(datasetName,datasetOptions);
2024-10-07 12:13:01,579 INFO [2024-09-28T00:00:00] **Welcome to the New Climate Data Store (CDS)!** This new system is in its early days of full operations and still undergoing enhancements and fine tuning. Some disruptions are to be expected. Your 
[feedback](https://jira.ecmwf.int/plugins/servlet/desk/portal/1/create/202) is key to improve the user experience on the new CDS for the benefit of everyone. Thank you.
2024-10-07 12:13:01,585 WARNING [2024-09-26T00:00:00] Should you have not yet migrated from the old CDS system to the new CDS, please check our [informative page](https://confluence.ecmwf.int/x/uINmFw) for guidance.
2024-10-07 12:13:01,585 INFO [2024-09-26T00:00:00] Watch our [Forum](https://forum.ecmwf.int/) for Announcements, news and other discussed topics.
2024-10-07 12:13:01,585 INFO [2024-09-16T00:00:00] Remember that you need to have an ECMWF account to use the new CDS. **Your old CDS credentials will not work in new CDS!**
2024-10-07 12:13:01,585 WARNING [2024-06-16T00:00:00] CDS API syntax is changed and some keys or parameter names may have also changed. To avoid requests failing, please use the "Show API request code" tool on the dataset Download Form to check you are using the correct syntax for your API request.
Python Error: TypeError: 'cached_property' object is not callable
@aelvidge
Copy link

aelvidge commented Nov 22, 2024

I'm experiencing similar. This seems to me a minor compatability issue - the API functionality of the new CDS is virtually unchanged relative to the old one, and this Matlab tool is generally working fine... it sends the request to CDS fine, and CDS progresses to download the requested files successfully. However, despite this, obj.CdsapiClient.retrieve(datasetName,datasetOptions) returns the following error message (same as given by Rafnuss):
'Python Error: TypeError: 'cached_property' object is not callable'
This means I am unable to download the files via Matlab - I have to do so manually on the CDS website.

@rpurser47
Copy link
Member

rpurser47 commented Nov 22, 2024

I apologize -- I've started working out how to address this, but keep getting sidetracked. There appear to be some subtle differences that trip up the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants