ET
ECOSTRESS Evapotranspiration
ECOSTRESS Level 3 ET from the International Space Station. 70 m ET from thermal imagery at varying times of day.
Land surface temperature and ET from the ECOSTRESS radiometer on the ISS. The precessing orbit samples the diurnal cycle, which sun-synchronous sensors cannot.
- Source
- National Aeronautics and Space Administration
- Resolution
- 70 m
- Data type
- Raster
- Time span
- 2018–present
- Temporal
- Irregular overpasses
- Access type
- Download with free login · Free NASA Earthdata login
- Formats
- Cloud Optimized GeoTIFF
- Coverage
- 52°S – 52°N (ISS orbit) (-180, -52, 180, 52)
- Licence
- Public domain (U.S. Government work)
- Provider page
- ecostress.jpl.nasa.gov/data
Access
cmrECOSTRESS tiled ET (ECO_L3T_JET v002, latest first) from NASA Earthdata
Granules found through NASA's Common Metadata Repository (collection ECO_L3T_JET v002). Downloads need a free Earthdata login.
# Earthdata login in ~/.netrc:
# machine urs.earthdata.nasa.gov login USER password PASS
curl -fsSL "https://hydrological.org/api/v1/datasets/ecostress-et/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="ECO_L3T_JET", version="002",
bounding_box=(-75, -20, -50, 5))
earthaccess.download(results, "data")
const res = await fetch("https://hydrological.org/api/v1/datasets/ecostress-et/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