quote:
Originally posted by the_angry_angel
hmm, anyone happen to know of a UK XML weather feed (off the top of their head)?
I was searching around some more (I'm bored), and it seems that NOAA also provides UK weather info, but not in XML format.
Example:
http://weather.noaa.gov/pub/data/observations/metar/stations/EGLC.TXT
That's data for a location in the UK.
Decoded:
http://weather.noaa.gov/pub/data/observations/metar/decoded/EGLC.TXT
The name of the txt file can be changed to get weather for other locations. The full list of codes is at
http://weather.noaa.gov/data/nsd_cccc.txt (the first 4 characters of each line).
I've found some PHP scripts that use this data source, so there might be some C++/VB examples out there as well...