I am trying to get the current weather based on a zip code or a set of latitude / longitude coordinates. It seems that the best practice for this (and how NOAA does it) is to get an XML stream for the weather station.
Example: http://www.weather.gov/xml/current_obs/KEDW.xml
The only problem is that NOAA does not provide a good way to find the nearest weather station, given the zip code or coordinates, and I have not seen any hosted web services there that will provide this mapping.
Does anyone know of any web services to get the nearest weather station based on a zip code or coordinate input? If not, does anyone have great search solutions that provide similar information like NOAA but take a zip code or coordinates?
source
share