Computes storm vulnerability using wind shelter coefficient from microclima. Falls back to DEM-derived terrain exposure when microclima is unavailable.
Value
The input sf object with added column:
R2: Storm vulnerability (0-100). Higher = more vulnerable.
Details
**Primary method** (requires microclima):
Uses microclima::windcoef() to compute wind shelter coefficient
from the DEM. Dominant wind direction is obtained from NASA POWER
climatology (nasapower), defaulting to 270 degrees (west) for France.
R2 = (1 - shelter_coef) * 100.
**Fallback method** (DEM terrain derivatives): Combines aspect-wind alignment, slope, and terrain ruggedness (TRI): R2 = wind_exposure * (0.6 * slope_norm + 0.4 * TRI_norm) * 100.
See also
Other risk-indicators:
indicator_risk_browsing(),
indicator_risk_drought(),
indicator_risk_fire()