Download MODIS data using Python

Поділитися
Вставка
  • Опубліковано 31 жов 2024

КОМЕНТАРІ • 23

  • @madekamasan629
    @madekamasan629 Місяць тому

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

  • @yunzhou3448
    @yunzhou3448 Рік тому +1

    very nice way to download!!!

  • @Raymanfan86sk
    @Raymanfan86sk 2 місяці тому

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

  • @pritimariakujur5494
    @pritimariakujur5494 15 днів тому

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

  • @ql1_
    @ql1_ 6 місяців тому +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.

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

  • @JaveriaAshfaq-s8h
    @JaveriaAshfaq-s8h Рік тому

    How to know about the tiles?

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

  • @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 5 місяців тому

    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