{"slug": "wapor-v3", "name": "FAO WaPOR v3", "tagline": "Evaporation, transpiration and biomass for water accounting", "source": "FAO", "category": {"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, "meta": ["300 m", "2018–present", "Africa and the Near East"], "thumb": "/static/catalog/thumbs/wapor-v3.dfc88b3ef6d2.jpg", "bbox": [-30.0, -40.0, 65.0, 45.0], "global": false, "access": "api", "url": "/datasets/wapor-v3/", "subtitle": "Water Productivity through Open access of Remotely sensed derived data", "summary": "Actual evapotranspiration and interception (AETI) with its evaporation, transpiration and interception components, reference ET, net primary production and biomass, for water productivity assessment in irrigated schemes.", "categories": [{"slug": "et", "name": "ET", "icon": "drop", "tone": "blue"}, {"slug": "agricultural", "name": "Agricultural", "icon": "sprout", "tone": "green"}], "sources": [{"slug": "fao", "name": "Food and Agriculture Organization of the United Nations", "label": "FAO", "url": "https://www.fao.org/", "page": "/sources/fao/"}], "facts": [["Source", "FAO"], ["Resolution", "300 m (Level 1), 20 m (Level 3)"], ["Time span", "2018–present"], ["Temporal", "Dekadal, monthly, yearly"], ["Access type", "API (external)"], ["Formats", "Cloud Optimized GeoTIFF"], ["Coverage", "Africa and the Near East"]], "access_note": "Open API, no key", "coverage": "Africa and the Near East", "license": {"name": "Open access; see FAO terms", "url": "https://www.fao.org/contact-us/terms/db-terms-of-use/en/"}, "citation": "", "doi": "", "landing_url": "https://data.apps.fao.org/wapor/", "provider_url": "https://data.apps.fao.org/wapor/", "methods": [{"type": "link", "label": "WaPOR v3 data portal"}], "preview": null, "thumb_credit": "MODIS monthly NDVI (NASA GIBS)", "selection": [16.5, 1.5, 18.5, 3.5], "selection_text": "16.5,1.5,18.5,3.5", "snippets": {"curl": "curl \"https://hydrological.org/api/v1/datasets/wapor-v3/links?bbox=16.5,1.5,18.5,3.5\" \\\n  -H \"Accept: application/json\"", "python": "import requests\n\nr = requests.get(\"https://hydrological.org/api/v1/datasets/wapor-v3/links\",\n                 params={\"bbox\": \"16.5,1.5,18.5,3.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/wapor-v3/links?bbox=16.5,1.5,18.5,3.5\");\nconst { groups } = await res.json();\nfor (const g of groups) g.links.forEach(l => console.log(l.url));"}, "api": {"links": "/api/v1/datasets/wapor-v3/links?bbox=16.5,1.5,18.5,3.5", "manifest": "/api/v1/datasets/wapor-v3/manifest?bbox=16.5,1.5,18.5,3.5"}}