The NDVI Range Delta compares the mean vegetation index between two consecutive time periods. The annual NDVI mean represents the average vegetation index value over the period. By computing the difference between the means of two distinct periods, we obtain a measure of how vegetation phenology and dynamics have changed over time.
Formula:
Delta = Mean_NDVI(period 2) - Mean_NDVI(period 1)
Mean_NDVI(period) = mean(NDVI, period)
NDVI = (NIR - RED) / (NIR + RED)
NDVI is the most widely used vegetation index in remote sensing. Changes in seasonal range provide fundamental insights into ecosystem health, ecological restoration effectiveness, and land use change impacts on vegetation dynamics. This indicator is particularly valuable for long-term monitoring of Nature-Based Solutions and ecosystem climate adaptation assessment.
| Source Code | Name | Provider | Resolution | Availability |
|---|---|---|---|---|
| WRD_S2XXX_99 | Sentinel-2 MSI L2A | ESA/Copernicus | 15m (10m native NIR/RED) | From 2015 |
Il delta del range dell'NDVI viene calcolato confrontando i range annuali dell'indice di vegetazione tra due periodi consecutivi. Per ciascun periodo si calcola la media dell'NDVI. Il delta è ottenuto tramite sottrazione pixel per pixel: Delta = Media(periodo 2) - Media(periodo 1). I dati provengono da Sentinel-2 (bande NIR B8 e RED B4) con risoluzione 15m.