Hi, I am trying to download ERA5 reanalysis data using cdsapi, but get the same error (Not Found for url) over and over.
I’ve set the $HOME/.cdsapirc as follows:
url: https://cds.climate.copernicus.eu/api
key: user_ID:personal_token
I’ve accepted the terms and conditions, along with the dataset license.
I’ve tried using different Python versions (3.8, 3.9, 3.10).
Also, I am able to download directly from the web interface, but not using API (currently trying to download using an example API request code, unsuccessfully.)
Am I missing anything?
Thanks for the help.