Open Source Weather Network?
Mike Hicks asks: "Whenever I experience interesting weather, I'm moved to look around the Internet for reliable and up-to-date weather information. While some towns in southern Minnesota were succumbing to flash floods last night, I came across some interesting information. There is apparently an existing network called EMWIN that sends weather data out over radio and satellite at 1200 bps and 9600 bps, respectively. There's also a Debian package for decoding some of this stuff. On that page, there is a "Modest Proposal" that the Debian project should be the prime contractor for EMWIN's replacement. I know that I would love to be able to get reliable weather reports whenever I wanted (regardless of whether my local TV/radio stations want to break into programming or not..) Do you guys have any opinions? "
EMWIN data can also be pulled off of NOAA's FTP and Web sites. Several Universities also have the live data via satellite published more often then NOAA available via FTP. The NOAA FTP site takes a lot of hits and is a little bit slower then some university sites.
The EMWIN data format, called `METAR' is an ASCII string which contains usable weather forecasting information can be parsed and processed in perl, TCL or your favorite scripting language. Many tools are available to do this for free.
I've written my own tools as I research weather as a hobby, as well as used several great Linux tools. Take a look on freshmeat for weather tools that decode METAR data as well as nicely display satellite data. I like GNOME Weather in particular for Linux. For Windows, locate Digital Atmosphere, it has some killer functionality and a demo is available.