{"slug": "openet", "name": "OpenET", "tagline": "Field-scale ET from an ensemble of six models", "source": "OpenET", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["30 m", "2016–present", "Western United States"], "thumb": "/static/catalog/thumbs/openet.0360d12e81bb.jpg", "bbox": [-125.0, 31.0, -95.0, 49.0], "global": false, "access": "api", "url": "/datasets/openet/", "subtitle": "Satellite-based evapotranspiration for water management", "summary": "Landsat-based ET from six established models (ALEXI/DisALEXI, eeMETRIC, geeSEBAL, PT-JPL, SIMS, SSEBop) and their ensemble, aggregated to fields for irrigation and water rights administration.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "openet", "name": "OpenET", "label": "OpenET", "url": "https://openetdata.org/", "page": "/sources/openet/"}], "facts": [["Source", "OpenET"], ["Resolution", "30 m"], ["Time span", "2016–present"], ["Temporal", "Daily and monthly"], ["Access type", "API (external)"], ["Formats", "GeoTIFF, CSV, JSON"], ["Coverage", "Western United States"]], "access_note": "Free account and API key", "coverage": "Western United States", "license": {"name": "CC BY 4.0", "url": "https://openetdata.org/"}, "citation": "Melton, F. S., et al. (2022). OpenET: Filling a Critical Data Gap in Water Management for the Western United States. JAWRA, 58(6), 971–994. https://doi.org/10.1111/1752-1688.12956", "doi": "", "landing_url": "https://openetdata.org/", "provider_url": "https://openetdata.org/", "methods": [{"type": "link", "label": "OpenET API (key from your OpenET account)"}], "preview": null, "thumb_credit": "MODIS monthly NDVI (NASA GIBS)", "selection": [-111.0, 39.0, -109.0, 41.0], "selection_text": "-111,39,-109,41", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/openet/links?bbox=-111,39,-109,41\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/openet/links\",\n                 params={\"bbox\": \"-111,39,-109,41\"})\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/openet/links?bbox=-111,39,-109,41\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/openet/links?bbox=-111,39,-109,41", "manifest": "/api/v1/datasets/openet/manifest?bbox=-111,39,-109,41"}}