The NDVI Annual Range measures the pixel-wise difference between the maximum and minimum NDVI values recorded over a one-year period. This indicator captures the phenological amplitude of vegetation, i.e. the degree of seasonal variation in photosynthetic activity.
Formula:
NDVI_range = NDVI_max − NDVI_min (pixel-wise, annual basis)
Interpretation of values:
The indicator is particularly useful for:
The calculation uses the Sentinel-2 Surface Reflectance Harmonized dataset (ESA/Copernicus), with bands B8 (NIR, 842 nm) and B4 (RED, 665 nm) at 10 m resolution, resampled to 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'NDVI viene calcolato a partire dalle immagini Sentinel-2 Surface Reflectance Harmonized, utilizzando le bande B8 (NIR, 842 nm) e B4 (RED, 665 nm). Per ciascuna immagine disponibile nell'anno, viene calcolato l'NDVI = (B8 − B4) / (B8 + B4) dopo mascheramento cloud via SCL. Per ciascun pixel, vengono estratti i valori massimo e minimo dell'NDVI sull'anno, e il range è calcolato come differenza (NDVI_range = NDVI_max − NDVI_min). La risoluzione finale è di 15 metri.