Skip to content

weather: Show Heat Index parameter in details

Ismael Asensio requested to merge work/iasensio/weather-heat-index into master

This is an indicator for "feels like" hot temperatures, similar to "humidex" used by the Canadian EnvCan service, or "windchill" used for cold temperatures, which we already show.

BEFORE AFTER
weather-before weather-heatindex

Specially important on summer days, you'll see there is 28ºC (82ºF) but "feels like" 31.5ºC (89ºF) due to the high humidity. I noticed it because there is already a heat advisory mentioning it but we weren't showing the data.

Just a note for future self: At some point I'd like to fuse those "feels like" temperature indices and show them near the actual temperature.

Merge request reports