(no title)
g_sch | 1 year ago
Where I live (US East Coast), the weather can feel dramatically different depending on the humidity. Relative Humidity has always felt to me like a poor way of measuring how humid the weather will feel. For example, 50% RH at 84ºF will feel lightly humid and generally pleasant, whereas 50% RH at at 97ºF will feel like a swamp. The dew points at those respective points - 63ºF and 75ºF - do a much better job at immediately conveying how humid the air will feel.
Dark Sky used to show hourly dew point graphs that you could browse throughout the week and see when the humidity would break (or return). Apple Weather does show you the dew point, but only when you select a point on the RH graph. So to track the dew point over the coming week, you basically need to drag your finger over each day's graph and observe the changing numbers.
I think this is probably just due to the lack of general awareness about how dew point is a more elegant shorthand for "absolute humidity" than any other weather metric currently in use. I hope there will be more of us in the future!
Leftium|1 year ago
My web app plots hourly dew point for the next 24 hours, next 7 days, and past 2 days. (Still WIP.)
Inspired by https://merrysky.net (can also plot dew point), which was inspired by Dark Sky.
ProxCoques|1 year ago
simlevesque|1 year ago
js2|1 year ago
https://forecast.weather.gov/MapClick.php?lat=40.7482&lon=-7...
1. Go to https://www.weather.gov/
2. Put your zip code into the Local forecast box.
3. Click the Hourly Weather Forecast graph on the right side.
4. Bookmark it.
deanishe|1 year ago
EDIT: NVM, found it. You tap the temperature.
EDIT 2: It really ought to remember the units. 95% of the planet doesn't ever want to see Fahrenheit.
GrayShade|1 year ago
seoulbigchris|1 year ago
password4321|1 year ago
travisluis|1 year ago
ck2|1 year ago
(weather gov data is open/free, you can pull it down and plot anyway you want)
https://forecast.weather.gov/MapClick.php?FcstType=graphical...
Izkata|1 year ago
A very old version of their Android app had that view as a 3-day widget for the home screen. Right after it was bought they did a major upgrade and removed a ton of functionality, that widget included.
havaloc|1 year ago
Windy.com to the rescue for dewpoint lovers.
cyberpunk|1 year ago
MollyRealized|1 year ago
For me, I've written myself a Google Apps script - to be more accurate, AI did, but with my interaction - that e-mails a "humidity forecast" as to how wet the next six days are going to feel to me in a simple way. I don't know who came up with the categories I've placed them in - it seemed to be common weather information.
https://github.com/mollyrealized/humid-fcast/blob/main/Code....
jachee|1 year ago
Leftium|1 year ago
- The dew point is independent from the temperature, so it is effectively a measure of "absolute humidity."
- While both measurements have their advantages, I find dew point a better indicator of the "mugginess." Also it is easier to estimate the relative humidity given the dew point vs. estimate the dew point given the relative humidity.
- You can compare both here: https://weather-sense.leftium.com (humidity plot disabled, but the value can be checked by hovering.)
g_sch|1 year ago
bsimpson|1 year ago
Thanks for teaching me about dew point (and to the commenters below you for letting me know there's a free Dark Sky clone - merrysky.net - and a dew point graph on Weather Underground)!
jmbwell|1 year ago