
Real Estate UK

Catania

Berlino Quarter

Mina el Cerrejon
The Normalized Difference Water Index (NDWI) is a satellite spectral index that measures the water content of land surfaces. Values range from -1 to +1: positive values indicate water bodies or heavily saturated areas, negative values indicate dry land with sparse vegetation or bare soil.
NDWI is a versatile tool used for:
The index exploits the contrast between the Green band (560 nm), abundantly reflected by water, and the NIR band (842 nm), strongly absorbed by water but reflected by healthy vegetation. The result is an index that emphasises water features while suppressing the terrestrial vegetation signal (McFeeters, 1996).
NDWI is calculated from ESA Sentinel-2 L2A imagery (surface reflectance) at 10 m resolution:
Formula:
NDWI = (B3 - B8) / (B3 + B8)where B3 = Green band (560 nm, 10 m) and B8 = NIR band (842 nm, 10 m)
The calculation process follows the same pipeline as NDVI:
Note: unlike NDMI, NDWI does not require prior masking of water bodies, since water itself produces positive values and constitutes the signal of interest.
| Code | Name | Provider | Resolution | Availability |
|---|---|---|---|---|
WRD_S2XXX_99 | ESA Sentinel-2 L2A | ESA/Copernicus | 10 m | 2017 — present |
| Indicator | Unit | Range | Inverted |
|---|---|---|---|
ndwi | — | [-1, -0.3, -0.1, 0.1, 0.3, 1] | No |
Ecological interpretation by level:
| Level | NDWI Range | Interpretation |
|---|---|---|
| E | < -0.3 | Very dry: bare soil, artificial surfaces or extremely arid vegetation |
| D | -0.3 → -0.1 | Dry: sparse or dry vegetation with low soil moisture |
| C | -0.1 → 0.1 | Moderate moisture or transition zone between land and water bodies |
| B | 0.1 → 0.3 | Wetlands, marshy areas or partially flooded surfaces |
| A | > 0.3 | Open water or flooded surfaces: lakes, rivers, inundated zones |
Inverted = No: higher values indicate greater water presence.
ndwi
NDWI = (B3 - B8) / (B3 + B8) calculated on ESA Sentinel-2 L2A imagery (10 m resolution). B3 = Green (560 nm), B8 = NIR (842 nm). Same pipeline as NDVI: cloud masking via SCL, temporal median composite. Positive values indicate water surfaces, negative values indicate land surfaces.