Version 11 of TclWeather

Updated 2002-09-25 21:00:32

TclWeather is a simple weather applet that periodically downloads meteorological data from NOAA's web site[L1 ]. The program first grabs the METAR[L2 ] report for the selected location. The location is selected from the application's control panel (which is selected by right clicking the ticker).

http://tcl.jtang.org/tclweather/tclweather-config1.pnghttp://www.eteamz.com/HCYM/images/tclweather_loc.gif

(Screenshots of TclWeather running under Tcl/Tk 8.3 in Linux/x86 and MsWindows.)

It then pushes the data through a home-made scanner (written as a Fickle specification file) and then displays it on a home-made ticker widget. It is to Tcl what gweather[L3 ] is to Gnome[L4 ]. Here's a screenshot of it in action (first on Linux then on MsWindows).

http://tcl.jtang.org/tclweather/tclweather-ticker0.png http://www.eteamz.com/HCYM/images/tclweather.gif

The applet is fairly customizable, from the color choices to scrolling speed and direction. One feature it supports, that I find lacking by many others, is that it allows for HTTP proxies as well as proxy authentication. This is useful if one wishes to run TclWeather behind, for example, a corporation's proxy server.

http://tcl.jtang.org/tclweather/tclweather-config0.pnghttp://www.eteamz.com/HCYM/images/tclweather_con.gif

If your browser does not support PNG images you can get the JPG versions at http://tcl.jtang.org/tclweather

Downloads

So you want to do some METAR data decoding? Look at the file utils/METAR_decoding. For your convenience, the file is replicated at http://tcl.jtang.org/tclweather/METAR_decoding .

Post your flamebait and trollings below.


Return to Jason Tang


Category Application Category Internet