Hi all,
I was trying to download ERA 5 daily reanalysis temperature data after updating the API, setting a new ECMWF account and updating the .cdsapirc but I was getting this error message:
AssertionError: The cdsapi key provided is not the correct format, please ensure it conforms to: :
Then, I update the .cdsapirc file as stated and I get this other error message:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://cds.climate.copernicus.eu/api/resources/derived-era5-single-levels-daily-statistics
The two errors are replicated if I provide the URL and KEY as variables to cdsapi.Client().
Help, please,
Jon