trying to download ERA5-Land hourly data from 1950 to present
data from https://cds.climate.copernicus.eu/ website by using CDS API. code and python. Unfortunately, I get an error that I tried to fix and googled, but I could not fix it. It is as follows:
File "C:\Users\Toshiba\AppData\Local\Programs\Python\Python310\lib\site-packages\cdsapi\api.py", line 301, in __init__
raise Exception("Missing/incomplete configuration file: %s" % (dotrc))
Exception: Missing/incomplete configuration file: C:\Users\Toshiba/.cdsapirc
I would appreciate any solution or advice you can provide.
I checked .cdsapirc file, no thing wrong and I added the key in it and url.
I checked pip file and it is available.