{"slug": "ecostress-et", "name": "ECOSTRESS Evapotranspiration", "tagline": "70 m ET from thermal imagery at varying times of day", "source": "NASA JPL", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["70 m", "2018–present", "52°S – 52°N (ISS orbit)"], "thumb": "/static/catalog/thumbs/ecostress-et.e0825ef980d5.jpg", "bbox": [-180.0, -52.0, 180.0, 52.0], "global": false, "access": "login", "url": "/datasets/ecostress-et/", "subtitle": "ECOSTRESS Level 3 ET from the International Space Station", "summary": "Land surface temperature and ET from the ECOSTRESS radiometer on the ISS. The precessing orbit samples the diurnal cycle, which sun-synchronous sensors cannot.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}], "sources": [{"slug": "nasa", "name": "National Aeronautics and Space Administration", "label": "NASA", "url": "https://www.earthdata.nasa.gov/", "page": "/sources/nasa/"}], "facts": [["Source", "NASA JPL"], ["Resolution", "70 m"], ["Time span", "2018–present"], ["Temporal", "Irregular overpasses"], ["Access type", "Download with free login"], ["Formats", "Cloud Optimized GeoTIFF"], ["Coverage", "52°S – 52°N (ISS orbit)"]], "access_note": "Free NASA Earthdata login", "coverage": "52°S – 52°N (ISS orbit)", "license": {"name": "Public domain (U.S. Government work)", "url": "https://lpdaac.usgs.gov/data/data-citation-and-policies/"}, "citation": "", "doi": "", "landing_url": "https://ecostress.jpl.nasa.gov/data", "provider_url": "https://ecostress.jpl.nasa.gov/data", "methods": [{"type": "cmr", "label": "ECOSTRESS tiled ET (ECO_L3T_JET v002, latest first) from NASA Earthdata"}], "preview": null, "thumb_credit": "MODIS monthly NDVI (NASA GIBS)", "selection": [-75.0, -20.0, -50.0, 5.0], "selection_text": "-75,-20,-50,5", "snippets": {"curl": "# Earthdata login in ~/.netrc:\n# machine urs.earthdata.nasa.gov login USER password PASS\ncurl -fsSL \"https://hydrological.org/api/v1/datasets/ecostress-et/links.txt?bbox=-75,-20,-50,5\" \\\n  | xargs -n 1 curl -fLO --netrc -b ~/.urs_cookies -c ~/.urs_cookies", "python": "import earthaccess  # pip install earthaccess\n\nearthaccess.login()\nresults = earthaccess.search_data(short_name=\"ECO_L3T_JET\", version=\"002\",\n                                  bounding_box=(-75, -20, -50, 5))\nearthaccess.download(results, \"data\")", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/ecostress-et/links?bbox=-75,-20,-50,5\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/ecostress-et/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/ecostress-et/manifest?bbox=-75,-20,-50,5"}}