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!
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.
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....
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)!
Besides the API, besides the hyper-local (and, in my experience, _always_ accurate) forecasts, besides the excellent visualizations, besides the nice web app, what I miss most was the history.
I loved the history. It was perhaps DarkSky's least appreciated feature.
You could search (at least within the US) for any date in the past few decades, and find the temperature and precipitation and whatnot for a given location.
You could see what the weather was like on those important dates in your life. You could see what the weather was like the day after those important dates in your life.
It's a little bit of memory that's been excised from the commons. It still makes me sad.
It's included now, but still not as well as Dark Sky did it.
For an app not trying to reproduce Dark Sky, but doing a nice job with an overview of the day's weather, I've been using Overlook. But now I'm seeing that its app store listing is gone. https://apps.apple.com/app/overlook-weather/id1639571738
Pirate Weather is the backend for the Dark Sky-like Merry Sky: https://merrysky.net/
[1] https://web.archive.org/web/20191210071310/https://blog.dark...
There have to be dozens of devs in apple who would love to be on the 1-2 person team it would take to maintain it. (It was a 2 person startup for years, don't come at me with how hard stuff is.) It could even be a reward for good service, "ok you successfully mucked around with weird EU privacy law in the health app for 2 years, instead of a sabbatical for therapy how about you get to work on Dark Sky for a year?"
https://news.ycombinator.com/item?id=35268026
> Meteorologists seemed to feel that Dark Sky was a graphics processing tool, not a weather app.
---
“Any weather forecast beyond a couple of hours ... depend on supercomputer models that work according to the laws of physics ... But when we talk about Dark Sky, all it was doing was taking the visual input of the radar and extrapolating what was going to happen over the next couple of hours.”
https://slate.com/technology/2022/12/dark-sky-weather-app-ap...These days I go to windy.com for my weather nerd needs but it's quite different from Dark Sky.
I'd do it but I know I don't care about the weather like this. I just ask my voice assistant in broad terms. So I would suck at building it. But you guys all care. Why is it non replicable?
None of this amazing innovation comes from big companies
Now it’s swallowed up, resting and vesting
It also has a ‘Dark Sky emulation’ mode for everyone who loved the now defunct app.
I use Foreca, which consistently ranks among top 3 services on forecastadvisor.com, and Pirate Weather & Open-Meteo, which are two awesome indie services that access and enrich the best public models.
Here is how it looks like: https://imgur.com/gallery/Rduy7qc
It does sound like Dark Sky had one useful feature that has no match - analyzing weather radar and sending personalized rain alert push notifications based on your location. That's pretty awesome.
put your lat/lon on the end
(google HQ) https://forecast.weather.gov/MapClick.php?FcstType=graphical...
(amazon HQ) https://forecast.weather.gov/MapClick.php?FcstType=graphical...
The data is open/free, you can pull down the raw data and make it look however you want.
I just wish there was an easy website to get Google's new AI weather which supposedly is far more accurate (only on certain android builds?)
Wetter is more detailed and complicated to read as compared to Weather Strip but I like the information such as CAPE and pressure info.
They also have a web interface, if you want to check it out, though the app is better: https://www.meteoschweiz.admin.ch/lokalprognose/zuerich/8001...
- OpenWeather for a dense, one-page view of short-term upcoming conditions (temperature, precipitation) and the weekly forecast.
- Shadow Weather for extra details: cloud cover, wind directions, etc.
Discussion then: https://news.ycombinator.com/item?id=35263115
Dark Sky is basically just fancy visualization for csv/json data from a weather API.