MODIS ET (MOD16)
MOD16A2GF Terra Net Evapotranspiration Gap-Filled 8-Day. 500 m evapotranspiration and latent heat every 8 days.
Actual evapotranspiration, potential evapotranspiration and latent heat flux from a Penman-Monteith model driven by MODIS land products and reanalysis weather. The gap-filled version removes cloud-contaminated periods at the end of each year. Barren land, water and urban areas have no values.
- Source
- National Aeronautics and Space Administration, U.S. Geological Survey
- Resolution
- 500 m
- Data type
- Raster
- Time span
- 2000–present
- Temporal
- 8-day composites, plus yearly (MOD16A3GF)
- Access type
- Download with free login · Free NASA Earthdata login
- Formats
- HDF-EOS
- Coverage
- Global vegetated land (-180, -60, 180, 80)
- Licence
- Public domain (U.S. Government work)
- DOI
- 10.5067/MODIS/MOD16A2GF.061
- Provider page
- lpdaac.usgs.gov/products/mod16a2gfv061/
Cite as. Running, S., Mu, Q., Zhao, M., Moreno, A. (2021). MODIS/Terra Net Evapotranspiration Gap-Filled 8-Day L4 Global 500m SIN Grid V061. NASA EOSDIS Land Processes DAAC. https://doi.org/10.5067/MODIS/MOD16A2GF.061
Access
cmrMOD16A2GF v061 granules (latest first) from NASA Earthdata
Granules found through NASA's Common Metadata Repository (collection MOD16A2GF v061). Downloads need a free Earthdata login.
linkArea and point subsets through AppEEARS
# Earthdata login in ~/.netrc:
# machine urs.earthdata.nasa.gov login USER password PASS
curl -fsSL "https://hydrological.org/api/v1/datasets/modis-mod16/links.txt?bbox=-75,-20,-50,5" \
| xargs -n 1 curl -fLO --netrc -b ~/.urs_cookies -c ~/.urs_cookies
import earthaccess # pip install earthaccess
earthaccess.login()
results = earthaccess.search_data(short_name="MOD16A2GF", version="061",
bounding_box=(-75, -20, -50, 5))
earthaccess.download(results, "data")
const res = await fetch("https://hydrological.org/api/v1/datasets/modis-mod16/links?bbox=-75,-20,-50,5");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record