The NDMI Annual Range measures the pixel-wise difference between the maximum and minimum NDMI values recorded over a one-year period. This indicator captures the seasonal variability of vegetation water content, providing information on water stress and canopy moisture resilience.
Formula:
NDMI_range = NDMI_max − NDMI_min (pixel-wise, annual basis)
NDMI following Gao (1996):
NDMI = (NIR − SWIR1) / (NIR + SWIR1)
where NIR = B8 (842 nm) and SWIR1 = B11 (1610 nm) from Sentinel-2.
Interpretation of values:
The indicator is useful for:
Dataset: Sentinel-2 Surface Reflectance Harmonized (ESA/Copernicus), bands B8 (NIR, 842 nm, 10 m) and B11 (SWIR1, 1610 nm, 20 m). Final resolution: 20 m.
| Code | Name | Provider | Resolution | Availability |
|---|---|---|---|---|
WRD_S2XXX_99 | ESA Sentinel-2 L2A | ESA/Copernicus | 10–20 m | 2017-03-28 — present |
Il range dell'NDMI viene calcolato a partire dalle immagini Sentinel-2 Surface Reflectance Harmonized, utilizzando le bande B8 (NIR, 842 nm, 10 m) e B11 (SWIR1, 1610 nm, 20 m). La risoluzione finale è di 20 metri. Per ciascuna immagine disponibile nell'anno, viene calcolato l'NDMI = (B8 − B11) / (B8 + B11) dopo mascheramento cloud via SCL. Per ciascun pixel, vengono estratti i valori massimo e minimo dell'NDMI sull'anno, e il range è calcolato come differenza (NDMI_range = NDMI_max − NDMI_min).