16-day composite Normalized Difference Vegetation Index at 250m resolution globally, from 2000 to present. Includes EVI layer
import ee
# ndvi = ee.ImageCollection('MODIS/061/MOD13Q1')
print('MODIS NDVI: via Google Earth Engine or NASA LP DAAC')
print('250m 16-day NDVI composites since 2000')| Field | Type | Description |
|---|---|---|
| ndvi | float | NDVI value (-1 to 1) |
| date | date | 16-day composite date |
| resolution_m | int | 250m spatial resolution |