The NDWI Annual Range measures the pixel-wise difference between the maximum and minimum NDWI values recorded over a one-year period. This indicator captures the dynamics of water bodies and seasonal variations in water content.
Formula:
NDWI_range = NDWI_max − NDWI_min (pixel-wise, annual basis)
NDWI following McFeeters (1996):
NDWI = (Green − NIR) / (Green + NIR)
where Green = B3 (560 nm) and NIR = B8 (842 nm) from Sentinel-2.
Interpretation of values:
The indicator is useful for:
Dataset: Sentinel-2 Surface Reflectance Harmonized (ESA/Copernicus), bands B3 (Green, 560 nm) and B8 (NIR, 842 nm), resolution 10 m → 15 m.
| Code | Name | Provider | Resolution | Availability |
|---|---|---|---|---|
WRD_S2XXX_99 | ESA Sentinel-2 L2A | ESA/Copernicus | 10 m | 2017-03-28 — present |
Il range dell'NDWI viene calcolato a partire dalle immagini Sentinel-2 Surface Reflectance Harmonized, utilizzando le bande B3 (Green, 560 nm) e B8 (NIR, 842 nm). Per ciascuna immagine disponibile nell'anno, viene calcolato l'NDWI = (B3 − B8) / (B3 + B8) dopo mascheramento cloud via SCL. Per ciascun pixel, vengono estratti i valori massimo e minimo dell'NDWI sull'anno, e il range è calcolato come differenza (NDWI_range = NDWI_max − NDWI_min). La risoluzione finale è di 15 metri.