Download climate data using CDS API Python | geodev | tekson

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 21

  • @adben
    @adben Год назад

    Thanks!

    • @geodev
      @geodev  Год назад

      Thank you very much for donation!

  • @Dallascalo
    @Dallascalo 2 года назад +1

    Thank you for the great explanation

    • @geodev
      @geodev  2 года назад

      You are welcome!

  • @fernandonollas
    @fernandonollas 2 года назад +1

    Thank you very much. It was very useful for me.

    • @geodev
      @geodev  2 года назад

      Glad it helped you.

  • @mohsenshahvar
    @mohsenshahvar 2 года назад +1

    Hello, thanks for the video, but how to creat .cdsapirc in MacOS, there is no possibility to name a file starting with dot .

    • @geodev
      @geodev  2 года назад

      I see. But to be honest, I never used mac before, I can not help you. Sorry.

  • @0kazaki
    @0kazaki Год назад

    can i list the catalogue data from the api?
    I want to retrieve the last 30 days of available data from the CDSAPI

  • @adben
    @adben Год назад

    Thank you. So kind of you

    • @geodev
      @geodev  Год назад +1

      You are so welcome

    • @adben
      @adben Год назад

      @@geodev do you have a video please of visualizing NetCDF file with python or R or any program? Thank you

  • @ΒασίληςΛαζαρίδης-φ2σ
    @ΒασίληςΛαζαρίδης-φ2σ 3 года назад +1

    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
      @geodev  3 года назад +1

      I think you forgot to add the credential to the user directory as explained in video

    • @fatuyiblessing3186
      @fatuyiblessing3186 8 месяцев назад

      ​@@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

  • @cristobal8620
    @cristobal8620 Год назад +1

    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)

    • @geodev
      @geodev  Год назад

      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.

    • @cristobal8620
      @cristobal8620 Год назад

      @@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

  • @ossamaelkhwaga5516
    @ossamaelkhwaga5516 7 месяцев назад

    raise Exception("Missing/incomplete configuration file: %s" % (dotrc))
    Exception: Missing/incomplete configuration file: C:\Users\xx/.cdsapirc

  • @fretzT_T
    @fretzT_T 4 месяца назад +1

    this goober forgot to hide his API key.

  • @isaiasferrer932
    @isaiasferrer932 Год назад +2

    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