Hello and thanks for your video. I did the same things with you in the video and when i write in cmd to run the document that you create in downloads, i have this message. Generally the problem is with the path that doasn't exist and i don't know why. python: can't open file 'C:\Windows\system32\cds.py': [Errno 2] No such file or directory
@@geodev hello, please can you explain more. I followed the exact step and I'm still getting this Python can't open file : [Errno 2] No such file or directory
Hi! thanks for the video! Do you know how to download the datasets from a whole decade? (im trying to download the era5 land data for many ariables and for a long period of time but it only lets me download small amounts of items, less than a whole year)
Sorry, I am not sure about that because I haven't tried it before. But, I think, if you are trying with CDS API python, you should be able to download from a whole decade.
@@geodev Hi, they limited the items dowload to 1000 about a month ago (wich is enough to dowload just a month), i used the API with a for and kind of fixed the problem, now i need to join the files again
Thanks for your video. I have this error if you can help me Traceback (most recent call last): File "C:\Users\Charles\Downloads\prueba\cds.py", line 3, in c = cdsapi.Client() ^^^^^^^^^^^^^^^ File "C:\Users\Charles\AppData\Local\Programs\Python\Python311\Lib\site-packages\cdsapi\api.py", line 304, in __init__ raise Exception("Missing/incomplete configuration file: %s" % (dotrc)) Exception: Missing/incomplete configuration file: C:\Users\Charles/.cdsapirc
Thanks!
Thank you very much for donation!
Thank you for the great explanation
You are welcome!
Thank you very much. It was very useful for me.
Glad it helped you.
Hello, thanks for the video, but how to creat .cdsapirc in MacOS, there is no possibility to name a file starting with dot .
I see. But to be honest, I never used mac before, I can not help you. Sorry.
can i list the catalogue data from the api?
I want to retrieve the last 30 days of available data from the CDSAPI
Thank you. So kind of you
You are so welcome
@@geodev do you have a video please of visualizing NetCDF file with python or R or any program? Thank you
Hello and thanks for your video. I did the same things with you in the video and when i write in cmd to run the document that you create in downloads, i have this message. Generally the problem is with the path that doasn't exist and i don't know why.
python: can't open file 'C:\Windows\system32\cds.py': [Errno 2] No such file or directory
I think you forgot to add the credential to the user directory as explained in video
@@geodev hello, please can you explain more. I followed the exact step and I'm still getting this Python can't open file : [Errno 2] No such file or directory
Hi! thanks for the video! Do you know how to download the datasets from a whole decade? (im trying to download the era5 land data for many ariables and for a long period of time but it only lets me download small amounts of items, less than a whole year)
Sorry, I am not sure about that because I haven't tried it before. But, I think, if you are trying with CDS API python, you should be able to download from a whole decade.
@@geodev Hi, they limited the items dowload to 1000 about a month ago (wich is enough to dowload just a month), i used the API with a for and kind of fixed the problem, now i need to join the files again
raise Exception("Missing/incomplete configuration file: %s" % (dotrc))
Exception: Missing/incomplete configuration file: C:\Users\xx/.cdsapirc
this goober forgot to hide his API key.
Thanks for your video. I have this error if you can help me
Traceback (most recent call last):
File "C:\Users\Charles\Downloads\prueba\cds.py", line 3, in
c = cdsapi.Client()
^^^^^^^^^^^^^^^
File "C:\Users\Charles\AppData\Local\Programs\Python\Python311\Lib\site-packages\cdsapi\api.py", line 304, in __init__
raise Exception("Missing/incomplete configuration file: %s" % (dotrc))
Exception: Missing/incomplete configuration file: C:\Users\Charles/.cdsapirc