How to Get Current Weather via Web Services
Posted
by Brandon
on Stack Overflow
See other posts from Stack Overflow
or by Brandon
Published on 2010-03-17T17:47:29Z
Indexed on
2010/03/17
17:51 UTC
Read the original article
Hit count: 686
I am attempting to get the current weather given a zip code or a set of latitude/longitude coordinates. It appears that best practice to do this (and how NOAA does it) is to get the XML feed for a weather station.
Example: http://www.weather.gov/xml/current_obs/KEDW.xml
The only problem is that NOAA doesn't provide a good way to find the closest weather station given a zip code or coordinates and I did not see any hosted web services out there that will provide this mapping.
Does anyone know of any web services to get the nearest weather station given a zip code or coordinate input? If not, does anyone have any great solutions to look into that provide similar information as NOAA does but takes in a zip code or coordinates?
© Stack Overflow or respective owner