-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to a different provider for weather data #3
Comments
Pointer: On F-Droid we had a discussion on Do our weather apps need the NonFreeNet AntiFeature?. That discussion mentiones several APIs – those who are NonFree, but also those that are free and thus don't need the AntiFeature. |
Some candidates: https://www.rainviewer.com/api.html
https://developer.accuweather.com/apis
https://www.climacell.co/weather-api/ |
Btw: Despite the "Open" in the name, OpenWeatherMap isn't really "open" (on F-Droid, it would raise the For other services, also see here and here. I didn't dig in deep, though – looks like there's no "real free" (in the sense of FOSS) one in those lists. |
Yeah, based on the list you linked previously (https://gitlab.com/fdroid/fdroiddata/-/issues/1439) there's basically no weather APIs that would be considered free, with the possible exception of government sources, but then I'd be on the hook for combining them all into something usable (which, from what I can tell, is basically what RainViewer does)... not really feasible for a project that's mostly just for my personal use anyway :) |
Yepp, that's why I didn't even mention those (and yes, they're the only FOSS ones I know). Could have been something popped up meanwhile I thought. But I'm not really looking, so I will certainly have missed it unless someone put it right on my nose… |
@codeka as it no longer seems to work (I just tried it today but only got a blank screen), I'll remove the app from my repo for now. Should you find a solution (NonFreeNet is acceptable) and want me to re-list it, just give me a ping – metadata is just archived on my end, so it's easily re-established. 🤞 |
Apparently weather underground have shut down access to their API. Weirdly, it's still actually working for me (mostly), but I assume it's just a matter of time before it's gone completely.
It might be a good idea to switch to a different provider of weather data. One that's actually free (so I could honor #2 and actually release an APK).
The text was updated successfully, but these errors were encountered: