Questo layer mostra un indice composito di rischio deflusso superficiale (0-1) che evidenzia dove l'acqua piovana tende a concentrarsi e scorrere in superficie invece di infiltrarsi. Combina tre dataset elaborati su Google Earth Engine: accumulo di flusso da MERIT Hydro, frazione di superfici impermeabili da Resource Watch (30 m) e pendenza del terreno da NASA SRTM (30 m). I valori alti (colori caldi) indicano aree piatte, impermeabili e di convergenza dell'acqua; i valori bassi (verde) indicano terreni permeabili o acclivi dove l'acqua defluisce o si infiltra.
A continuous composite index (0-1) identifying land where surface water accumulates on impervious, flat ground. All computation runs server-side on Google Earth Engine; only the final 30 m raster is downloaded.
| Code | Provider | Resolution | Year |
|---|---|---|---|
MERIT/Hydro/v1_0_1 (band upa) | MERIT Hydro | ~90 m | static |
| projects/resource-watch-gee/cit_039_impervious_surfaces_30m_mosaic | Resource Watch | 30 m | static |
| USGS/SRTMGL1_003 | NASA/USGS SRTM | 30 m | 2000 |
Each input is normalized to [0, 1] and the three are multiplied: risk = normalize(log10(flow_acc)) × (impervious/100) × (1 - slope/45). Flow accumulation is log10-compressed (capped at log10 = 6), impervious surface fraction is scaled from its 0-100% range, and slope is inverted so flat terrain (0°) scores 1 and terrain at or above 45° scores 0. The product is projected to Web Mercator at 30 m scale and clipped to the area of interest.