WangDaYeeeeee / GeometricWeather

A Material Design Weather Application
GNU Lesser General Public License v3.0
2.41k stars 188 forks source link

comfort level based on dew point #486

Open fu8765 opened 1 year ago

fu8765 commented 1 year ago

Minor feature request. Is it possible to add the comfort level based on the dew point data?

See example chart https://www.howtogeek.com/wp-content/uploads/2021/06/dew-point-graph.png

papjul commented 1 year ago

Aren't RealFeel, RealFeelShade, Apparent or Wet-Bulb temperatures more appropriate to evaluate the comfort? As it takes more parameters into account, than just humidity.

Regarding the focus on humidity, I plan to add a humidity graph on my fork, which is probably easier to understand for most people than dew point, as you just need to understand that the closer to 50% you are, the better.

What do you think?

fu8765 commented 1 year ago

I explained myself incorrectly.

Yes, you're absolutely right for overall comfort.

Dew point is useful to know the humidity "Real feel" not the humidity+temperature.

I'm not suggesting to make this into a graph or chart, or even prominently display it, just add it next to dew point like.

Dew point: 21C / Oppressive

Just an easier way to understand how humid it is

Thanks for keeping this alive with your fork, you might wanna just add releases to make it easier to download and update?