metaist / metadash

mini dashboard
http://metaist.com/dash
Other
0 stars 0 forks source link

[weather] add: "feels like" temperature #1

Open metaist opened 10 years ago

metaist commented 10 years ago

Factor in the relative humidity and wind speed to produce a "feels like" temperature. See:

metaist commented 10 years ago

Wind chill appears to be pre-computed in that Yahoo! Weather results (see wind.chill), but we'd probably have to compute the heat index for warm temperatures.

See: pywapi.py for possible example.