d009·dataset
Plant heat stress & water use
ECOSTRESS L2 Land Surface Temperature & Emissivity
LP DAAC ECO2LSTE 70 m 3-5 day revisit (variable ISS orbit) HDF5 landurban-heatdroughtagriculture
70 m thermal infrared — sees individual agricultural fields and urban heat islands. ISS variable overpass sampling catches diurnal cycle.
ECOSTRESS L2 Land Surface Temperature & Emissivity
70 m thermal infrared — sees individual agricultural fields and urban heat islands. ISS variable overpass sampling catches diurnal cycle.
Access
- Python (earthaccess):
short_name='ECO2LSTE' - Portal: https://lpdaac.usgs.gov/products/eco2lstev002/
- Tool: AppEEARS
Gotchas
- ±51.6° lat cap; no polar
- Variable revisit; check ISS schedule
- Single-pixel SNR is at the limit; aggregate to ~150 m for analysis-grade
Related
- Other datasets: d004
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="ECO2LSTE",
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
Not yet tracked in the KB.