ETAgricultural
FAO WaPOR v3
Water Productivity through Open access of Remotely sensed derived data. Evaporation, transpiration and biomass for water accounting.
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.
- Source
- Food and Agriculture Organization of the United Nations
- Resolution
- 300 m (Level 1), 20 m (Level 3)
- Data type
- Raster
- Time span
- 2018–present
- Temporal
- Dekadal, monthly, yearly
- Access type
- API (external) · Open API, no key
- Formats
- Cloud Optimized GeoTIFF
- Coverage
- Africa and the Near East (-30, -40, 65, 45)
- Licence
- Open access; see FAO terms
- Provider page
- data.apps.fao.org/wapor/
Access
linkWaPOR v3 data portal
curl "https://hydrological.org/api/v1/datasets/wapor-v3/links?bbox=16.5,1.5,18.5,3.5" \
-H "Accept: application/json"
import requests
r = requests.get("https://hydrological.org/api/v1/datasets/wapor-v3/links",
params={"bbox": "16.5,1.5,18.5,3.5"})
for group in r.json()["groups"]:
for link in group["links"]:
print(link["url"])
const res = await fetch("https://hydrological.org/api/v1/datasets/wapor-v3/links?bbox=16.5,1.5,18.5,3.5");
const { groups } = await res.json();
for (const g of groups) g.links.forEach(l => console.log(l.url));
Also available as JSON: links · manifest · dataset record