GNOME Bugzilla – Bug 533787
Use longitude/latitude-based interface for US forecast data
Last modified: 2014-02-18 23:12:31 UTC
The interface we're currently using to get forecast data from NOAA depends on the use of "zone" codes that aren't very well-defined (and are therefore hard to assign correctly to newly-added locations). It's possible to get forecasts from weather.gov based on longitude and latitude instead. Eg: http://forecast.weather.gov/MapClick.php?textField1=33.755&textField2=-84.39&TextType=4 textField1 is latitude and textField2 is longitude. Different values for TextType give different results, but "4" is probably most useful for us.
*** Bug 510643 has been marked as a duplicate of this bug. ***
Created attachment 113008 [details] [review] first draft My first attempt at this. Uses an XML interface that also provides English sentences, although if you compare it to the non-English version, you'll see that the sentences are generated pretty mechanically. Anyway, this interface doesn't work well, for the reasons described in bug 538787 comment 3, so we should use the NDFD interface instead.
Setting status of the patch, based on Dan's comment.
The IWIN backend already supports this interface. Closing.