d003·dataset
How green the land is
MODIS Terra Vegetation Indices 16-Day 250m
LP DAAC MOD13Q1 250 m 16-day composite HDF-EOS2COG (via reformatting) landvegetationdrought
The canonical 25-year NDVI / EVI record. Used in every long-term vegetation-phenology, drought, and land-cover-change study from 2000 onward.
MODIS Terra Vegetation Indices 16-Day 250m
The canonical 25-year NDVI / EVI record. Used in every long-term vegetation-phenology, drought, and land-cover-change study from 2000 onward.
Access
- Python (earthaccess):
short_name='MOD13Q1' - Portal: https://lpdaac.usgs.gov/products/mod13q1v061/
- Tool: AppEEARS (best for point + area sampling)
Gotchas
- MYD13Q1 is the Aqua-platform counterpart; combine for 8-day effective cadence
- Cloud + snow masking is conservative; expect data gaps in winter at high latitudes
- 16-day composites use BRDF-adjusted reflectances; raw daily NDVI is in MOD09GA
Related
- Other datasets: d004, d005
- Questions: q01
Sources
The access details, code, and sources below are kept in the original English for technical accuracy.
Quick access (cloud-direct)
import earthaccess
earthaccess.login(strategy="netrc")
results = earthaccess.search_data(
short_name="MOD13Q1",
bounding_box=(-122.5, 37.2, -121.8, 37.9),
temporal=("2024-01-01", "2024-12-31"),
)
files = earthaccess.open(results) # stream from LP DAAC Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. 📚 Problem Finder KB
1 matching entry in the Knowledge Base:
§14 Glossary
MODIS NDVI MOD13Q1
LP DAAC