Can someone explain to me why weather data is seemingly hard to get/provide? Isn’t data from the US government (weather.gov) in the public domain and completely free? What did Dark Sky and similar provide on top?
That’s exactly what I want to change with my open source weather api https://open-meteo.com It collects raw weather mode data and redistributes weather forecasts with simple APIs Briefsky is also using it :)
Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
31–40 of 72 posts
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#32This (and every other Dark Sky replacement I've tried) is missing one feature that is crucial to me: hour-by-hour barometric pressure forecast. I get frequent migraines and big changes in the weather trigger them. The easiest way to predict big changes is by watching for swings in the barometer. There's nothing out there that gives the hour-by-hour barometric pressure prediction (at least on iOS) and it's so signific…
I could be wrong, but I am pretty sure that Windy (windy.com) offers that: https://apps.apple.com/us/app/windy-com-weather-radar/id1161...
https://community.windy.com/topic/14827/how-to-read-meteogra...
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#33This (and every other Dark Sky replacement I've tried) is missing one feature that is crucial to me: hour-by-hour barometric pressure forecast. I get frequent migraines and big changes in the weather trigger them. The easiest way to predict big changes is by watching for swings in the barometer. There's nothing out there that gives the hour-by-hour barometric pressure prediction (at least on iOS) and it's so signific…
FYI, the iOS Weather app does have this now. If you click on a day in the 10-day forecast, you get a detail view with hour-by-hour forecast data for many metrics. One of them is pressure (although I don't normally look at barometric pressure so maybe this different than what you need). Edit: You can also click on the "pressure" widget and it brings up the same hour-by-hour detail view.
Darksky used to make that really easy to check for the entire day and I'm not loving Weather as a replacement.
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#34Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#35For a long while, I had been looking for Weather Apps with great UIs. They seemed so hard to find. Now I have two that look great on the Desktop and easy on the eyes (ie; without the chaos I find on other sites): https://merrysky.net/ and https://briefsky.app/ Only tested on the Desktop but I'm finding I have to do a bit more work (vs MerrySky) - that is, I have to keep clicking each day. Usability could be improved…
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#36I love the UI but it seems to be missing what location it has loaded for? I know it asks for it, it is useful for me to see what location it is reporting on.
The way I use it is as a bookmark with a pre-configured provider and the location in the title. briefsky stores all configuration in the URL, so you can bookmark multiple locations / providers.
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#37I never understood why people go through all these other API's that consistently get shut down, cancelled or become pay for use eventually.
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#38The US government has a public, free API for getting weather data, and it will spit out JSON even. http://api.weather.gov documentation here: https://www.weather.gov/documentation/services-web-api I never understood why people go through all these other API's that consistently get shut down, cancelled or become pay for use eventually.
See here for notes on other unsupported providers: https://github.com/vsergeev/briefsky#unsupported-providers
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#39This (and every other Dark Sky replacement I've tried) is missing one feature that is crucial to me: hour-by-hour barometric pressure forecast. I get frequent migraines and big changes in the weather trigger them. The easiest way to predict big changes is by watching for swings in the barometer. There's nothing out there that gives the hour-by-hour barometric pressure prediction (at least on iOS) and it's so signific…
I think Carrot weather also has that feature
Re: Show HN: Briefsky – a free Dark Sky clone for multiple weather APIs
#40The US government has a public, free API for getting weather data, and it will spit out JSON even. http://api.weather.gov documentation here: https://www.weather.gov/documentation/services-web-api I never understood why people go through all these other API's that consistently get shut down, cancelled or become pay for use eventually.
Which is really disappointing, since the weather models they use must model the entire world...