Download MODIS data using Python

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

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

  • @madekamasan629
    @madekamasan629 4 месяца назад

    thank you so much. I spent like 2 days trying to figure this out

  • @pritimariakujur5494
    @pritimariakujur5494 3 месяца назад

    How to additional download data in xml format. Can you please help me asap.

  • @Raymanfan86sk
    @Raymanfan86sk 5 месяцев назад

    How to plot MODIS terra LST data over a specific area using heatmap?

  • @ql1_
    @ql1_ 9 месяцев назад +1

    how can i read those files? or can i convert hdf to tiff?

  • @JaveriaAshfaq-s8h
    @JaveriaAshfaq-s8h Год назад

    Hi, can you please guide me about how to mosaic modis tiles by using hdf-eos utility.

  • @JaveriaAshfaq-s8h
    @JaveriaAshfaq-s8h Год назад

    How to know about the tiles?

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

    very nice way to download!!!

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

    Note: You need to have Python 3.8 and above to work with this package because it using the Typing module. If you have any query on how to download specific data, please feel free to reach out.

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

      Hi Aman, I am getting errors while running download_modis.py file.. And I am unable to debug it. Can you please help?

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

      @@wanderlust_womaniya what is the error you are getting?

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

      @@amanbagrecha I am trying to run the code-lines into anaconda's CMD after creating a new environment. following is the error I am getting "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain"

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

      @@wanderlust_womaniya Looks like you need to run this command `set SSL_NO_VERIFY=1`. If your company or org has proxy in between, that is causing this error

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

      @@amanbagrecha This shall be added in downloa_modis.py file or shall run it in the cmd directly (I tried latter, doesnt seem to work). Is there anyway to connect with you directly? I feel like I am missing some command here or there.

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

    Good package but it adds additional path to the download path that the download url doesn't exist. I tried to download MOD11A2. However, it raise no file location found.

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

      I tried on my machine as well. Turns out, this is a credentials error. For now urs.earthdata.nasa.gov is unable to process it. Will update if it works

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

    I am getting key exception error 'feed' in the
    resp = self.no_auth.get(params=params, auth=None)
    feed = resp.json()["feed"]
    It is in resources line 117

  • @JaveriaAshfaq-s8h
    @JaveriaAshfaq-s8h Год назад

    Hey! what if we have to download more than 5 years of modis data? we have to make separate files year wise directory for data being downloaded or one directory would be enough
    if we re run the command will the modis files overwrite? please its urgent do let me know

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

      You could make a single directory - and later split up based on your requirements.
      As for the overwriting part, yes - this package overwrites the files. You have to manually alter the code to make that check to avoid redownloading the file

    • @JaveriaAshfaq-s8h
      @JaveriaAshfaq-s8h Год назад

      @@amanbagrecha can you please guide me about downloading Modis files by their names and how can we check that if our data is 100% downloaded and there's no repetition of files. I'm downloading my data and the directory is Shared folder and within the shared folder i also made year wise folders. Im using that folder as directory while downloading then i copy and paste the files to shared folder when the data is downloaded 100%