Complete Water Productivity Analysis Workflow for QGIS
FAO WaPOR v3 API - No Token RequiredFetch remote sensing data from FAO's WaPOR v3 open API. Uses GDAL's efficient cloud-native access (/vsicurl/) for bbox clipping. No authentication required.
Align all rasters to a common reference grid (CRS, resolution, extent). Apply spatial AOI mask and thematic Land Cover Classification (LCC) mask to filter cropland areas. Memory-efficient block-wise processing.
Aggregate dekadal (10-day) rasters into seasonal totals based on a user-defined season table. Compute potential evapotranspiration (ETp) using monthly crop coefficients (Kc) if provided.
Calculate water productivity performance indicators to assess irrigation efficiency, water use adequacy, and spatial uniformity across the study area.
BF ∈ [0,1] → Higher = more efficient water use by crops
Convert Net Primary Production (NPP) to above-ground biomass and crop yield, then compute water productivity metrics showing kg of product per m³ of water consumed.
AGBM = AOT × fc × NPP × 22.222 / (1-MC) / 1000 | WPb = AGBM × 100 / AETI
Identify productivity gaps by comparing actual values to target benchmarks (e.g., 95th percentile). Detect "bright spots" - areas with both high production AND high water productivity that can serve as models for improvement.
Gap = max(P95_target - Actual, 0) → Potential improvement in kg/ha or kg/m³