The NDWI Range Delta compares the mean water index between two consecutive time periods. The annual NDWI mean represents the average water index value over the period. By computing the difference between the means of two distinct periods, we obtain a measure of how surface hydrological dynamics have changed over time.
Formula:
Delta = Mean_NDWI(period 2) - Mean_NDWI(period 1)
Mean_NDWI(period) = mean(NDWI, period)
NDWI = (GREEN - NIR) / (GREEN + NIR)
NDWI is fundamental for monitoring water resources and surface water availability changes. Seasonal range variations provide crucial insights into water resource management, climate change impacts on water availability, and effectiveness of water conservation interventions.
| Source Code | Name | Provider | Resolution | Availability |
|---|---|---|---|---|
| WRD_S2XXX_99 | Sentinel-2 MSI L2A | ESA/Copernicus | 15m (10m native GREEN/NIR) | From 2015 |
Il delta del range dell'NDWI viene calcolato confrontando i range annuali dell'indice di acqua tra due periodi consecutivi. Per ciascun periodo si calcola la media dell'NDWI. Il delta è ottenuto tramite sottrazione pixel per pixel: Delta = Media(periodo 2) - Media(periodo 1). I dati provengono da Sentinel-2 (bande GREEN B3 e NIR B8) con risoluzione 15m.