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
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-0712:13:01,579INFO [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) iskeytoimprovetheuserexperienceonthenewCDSforthebenefitofeveryone. Thankyou.
2024-10-0712:13:01,585WARNING [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-0712:13:01,585INFO [2024-09-26T00:00:00] Watch our [Forum](https://forum.ecmwf.int/) for Announcements, news and other discussed topics.2024-10-0712:13:01,585INFO [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-0712:13:01,585WARNING [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.PythonError: TypeError: 'cached_property' object is not callable
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: