state of weather APIs - Printable Version +- SIP (https://nosack.com/sipforum) +-- Forum: SIP (Sustainable Irrigation Platform) (https://nosack.com/sipforum/forumdisplay.php?fid=1) +--- Forum: Plugin questions (https://nosack.com/sipforum/forumdisplay.php?fid=6) +--- Thread: state of weather APIs (/showthread.php?tid=141) |
state of weather APIs - hmof - 2018 Nov 30 Hi, I am just trying out SIP and interested in weather integration. I see that weather_adj supports WUnderground and Yahoo. From what I've read elsewhere, WUnderground is no longer available for free, unless you have an existing API key. For Yahoo, one of the URLs mentioned in the source refers to a non-existent hostname now: http://weather.yahooapis.com/forecastrss?w= and the other one returns the message "<message>geo.placefinder table is no longer supported</message>" when I query it: https://query.yahooapis.com/v1/public/yql?q=select%20woeid%20from%20geo.placefinder%20where%20text=%22<woeid>%22 Are there any working alternatives? Thanks, H. RE: state of weather APIs - dan - 2018 Nov 30 The weather plugins were contributed by users a few years back. I had a hunch that free access would be cut off when the providers realized that people were using the free "developer" keys in production systems. There has been some discussion of alternatives on GitHub: https://github.com/Dan-in-CA/sip_plugins/issues/31#issuecomment-405154611 So far no one has come up with a viable alternative that I know of. Dan RE: state of weather APIs - astrogerard - 2018 Dec 01 Not sure if this is useful but for all my astronomy forecast I use 7timer.info For my location it is very accurate. There is a free api e.g. for my location: http://www.7timer.info/bin/api.pl?lon=5.917&lat=51.983&product=civil&output=json I have no idea if and how this could be integrated. --Gerard RE: state of weather APIs - hmof - 2018 Dec 01 Thanks for the replies. I’ve found a couple of Australian-specific sources that look promising so I’ll see what I can cook up with those for my own use. Our official government weather agency has free data in a mix of json and XML, and a commercial provider called WillyWeather has cheap api access if you only want a single location (a few cents per thousand requests). |