weather_risk_heat_index
Compute the heat index (feels-like temperature) and risk category from air temperature (Celsius) and relative humidity. Pure compute; price 0.0 (free).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tempC | Yes | Air temperature in degrees Celsius | |
| humidityPct | Yes | Relative humidity percent (0-100) |