The NDMI Range Delta compares the mean vegetation moisture between two consecutive time periods. The annual NDMI mean represents the average moisture index value over the period. By computing the difference between the means of two distinct periods, we obtain a measure of how leaf water content and vegetation moisture regime have changed over time.
Formula:
Delta = Mean_NDMI(period 2) - Mean_NDMI(period 1)
Mean_NDMI(period) = mean(NDMI, period)
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 la media dell'NDMI. Il delta è ottenuto tramite sottrazione pixel per pixel: Delta = Media(periodo 2) - Media(periodo 1). I dati provengono da Sentinel-2 (bande NIR B8A e SWIR1 B11) con risoluzione 20m.