Skip to content

MODIS Download

Juan Emmanuel Johnson edited this page Feb 27, 2024 · 7 revisions

EarthAccess

We can directly use the API developed by NASA.

Example script showing how we can search the database for the appropriate files.

Note: xarray doesn’t play nicely with HDF files. So use rioxarray instead. Here is a tutorial.


PyMODIS

This is a simple package but it requires the user to have a lot of meta information about which files they want to download.

Example script where we can download the data in parallel.


SatPy

  • SatPy Reader - SatPy
  • Example Reader with SatPy and manual file matching - Example Script
  • Example Read and Resample Script - Example
  • File Path Search with intersection - Example

Normalization

  • Example with notes on bad bands - Example