Weather Data Available in XML
wombatmobile writes "Wired reports the National Oceanic and Atmospheric Administration this week began providing weather data in an open access XML format. Previously, the data was technically available to the public, but in a format that's not easily deciphered. How will the free and easy availability of valuable data like this in XML affect the development of the web? One example is Tom Groves SVG weather. This type of visualization of XML data is about to fall within easy reach with nothing more than a text editor required as an authoring tool. From March 2005 SVG becomes part of the standard Mozilla/FireFox build. As an example of how web standards are supposed to work, what more could you hope to find?" We mentioned the policy change a few days ago.
http://www.zipinfo.com/search/zipcode.htm
http://almostsmart.com
Click on a city in your area on this site: http://www.timeanddate.com/worldclock/custom.html? continent=namerica The page for each city lists the coordinates.
Don't miss out the wonderful WeatherFox extension for Firefox... crafteh coded this marvel after a suggestion of mine on Mozillazine Forums. International Forecast in your statusbar. Can't beat that!
Eureka Science News - automatically updated
Yeah, you are right... that's the only information I need to chunk out a quick program running off the feed.
Speaking of the feed...here's the URL that contains the actual XML information:
http://www.nws.noaa.gov/forecasts/xml/
I guess they didn't post it on the front page to decrease the slash effect.
This leads to two perverse situations:
SOAP, being XML, is available via http. Anything available in SOAP can be opened / viewed as XML in most browsers.
Follow these directions: http://plugindoc.mozdev.org/windows1.html
So far all it's managed to do is make Firefox use 100% CPU, and not much else. Let me know if you have better luck.
IE just crashes.
http://weather.gov/data/current_obs/seek.php
The URL points to the RSS versions of the XML feeds. These have actually been available for quite some time.
bash: rtfm: command not found
The referenced URL provides access to quite a bit of detailed forecast information. If all you want is current weather observations, you can get that in RSS or the Weather Service's own XML format without the bothersome overhead of SOAP or WSDL. See this page:
h p? state=&Find=Find
http://www.nws.noaa.gov/data/current_obs/seek.p
You need to recompile Firefox yourself or download the older 0.8 release from Mozilla.org which has SVG enabled.
/progra~1/common files/adobe/adobe viewer 6/plugins/np* to the plugins dir from firefox (ofcourse only on windows).
http://mozilla.org/projects/svg/
another solution is to install svgview from adobe, like the 6.0 beta 1 and coppy the plugin files found in
if you want to use the mozilla implementation of SVG, recompile is the only solution for now. is there someone out there who would be willing to create this so-called 'patch'?
F/OSS & IT Consultant
http://www.weather.com/services/xmloap.html?
sorry about the atrocious formating - slashcode made me take out whitespace (what is the fricking point of an ecode tag supported if you can't post a small snippet like this without removing all the whitespace!?)
There is much cruelty in the universe, John.
Yeah, we seem to have the tour map.
You can also get XML feeds from specific weather stations at http://www.nws.noaa.gov/data/current_obs/ (Not lat and long required; just the station name) Now to wait until the Canadian government does the same thing...
Because it's meant to be used by programs that do processing on the data, not simply aggregators.
By using SOAP, I can use php/java/c++ and simply bind to their services isntead of having to roll my own weather-xml->object (or hashtable, or whatever) converter.
This is not for you to just hit with your browser/wget/whatever to stick weather on your webpage (although you can do that, it's easy if you post the right data), it's to allow you to write your own application that does whatever it wants with the data in an easy manner.
It's not flat xml files based on city as per your example because that wouldn't make any sense. If you read through their api's there's a lot of data you can get based on long/lat or weather station id or........
I don't think the NOAA is publishing the raw data, so competing predictions would not really be possible.