{"slug": "ssebop", "name": "SSEBop Actual ET", "tagline": "1 km actual evapotranspiration from MODIS thermal data", "source": "USGS EROS", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["1 km", "2003–present", "Global"], "thumb": "/static/catalog/thumbs/ssebop.e0825ef980d5.jpg", "bbox": [-180.0, -60.0, 180.0, 80.0], "global": true, "access": "download", "url": "/datasets/ssebop/", "subtitle": "Operational Simplified Surface Energy Balance (USGS FEWS NET)", "summary": "Actual ET from MODIS land surface temperature with a simplified energy balance, produced operationally for famine early warning. Anomalies against the long-term median are published alongside.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}], "sources": [{"slug": "usgs", "name": "U.S. Geological Survey", "label": "USGS", "url": "https://www.usgs.gov/", "page": "/sources/usgs/"}], "facts": [["Source", "USGS EROS"], ["Resolution", "1 km"], ["Time span", "2003–present"], ["Temporal", "Dekadal, monthly, yearly"], ["Access type", "Direct download (external)"], ["Formats", "GeoTIFF"], ["Coverage", "Global land"]], "access_note": "", "coverage": "Global land", "license": {"name": "Public domain (U.S. Government work)", "url": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits"}, "citation": "Senay, G. B., et al. (2013). Operational Evapotranspiration Mapping Using Remote Sensing and Weather Datasets. JAWRA, 49(3), 577–591. https://doi.org/10.1111/jawr.12057", "doi": "", "landing_url": "https://earlywarning.usgs.gov/fews/search/Global", "provider_url": "https://earlywarning.usgs.gov/fews/search/Global", "methods": [{"type": "link", "label": "FEWS NET global data search"}], "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": "curl \"https://hydrological.org/api/v1/datasets/ssebop/links?bbox=-75,-20,-50,5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/ssebop/links\",\n                 params={\"bbox\": \"-75,-20,-50,5\"})\nfor group in r.json()[\"groups\"]:\n    for link in group[\"links\"]:\n        print(link[\"url\"])", "javascript": "const res = await fetch(\"https://hydrological.org/api/v1/datasets/ssebop/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/ssebop/links?bbox=-75,-20,-50,5", "manifest": "/api/v1/datasets/ssebop/manifest?bbox=-75,-20,-50,5"}}