The NDMI Range Delta compares the seasonal variability of vegetation moisture between two consecutive time periods. The annual NDMI range represents the difference between maximum and minimum NDMI values observed during a year. By computing the difference between ranges of two successive years, we obtain a measure of how leaf water content and vegetation moisture regime have changed over time.
Formula:
Delta = Range_NDMI(year N+1) - Range_NDMI(year N)
Range_NDMI(year) = NDMI_max(year) - NDMI_min(year)
NDMI = (NIR - SWIR1) / (NIR + SWIR1)
NDMI is a key indicator of vegetation water status and drought stress vulnerability. Seasonal range variations provide fundamental insights for forest management, agricultural irrigation planning, and fire risk monitoring.
| Source Code | Name | Provider | Resolution | Availability |
|---|---|---|---|---|
| WRD_S2XXX_99 | Sentinel-2 MSI L2A | ESA/Copernicus | 20m (native B8A/B11) | From 2015 |
Il delta del range dell'NDMI viene calcolato confrontando i range annuali dell'indice di umidità vegetale tra due periodi consecutivi. Per ciascun periodo si calcola il range come differenza tra il valore massimo e minimo di NDMI. Il delta è ottenuto tramite sottrazione pixel per pixel: Delta = Range(anno N+1) - Range(anno N). I dati provengono da Sentinel-2 (bande NIR B8A e SWIR1 B11) con risoluzione 20m.