The tclsigmet package adds commands that allow tcl to access Sigmet raw product volumes. Raw product volumes are files made by the Sigmet signal processor. The format is described in the programmer's manual at Sigmet's support page.
System Requirements
- Unix system
- Tcl version 8.4 or later, from www.tcl.tk.
- Tclgeomap version 2.10 or later, from tclgeomap?download. For information, go to tkgeomap.org
- Tclradar version 2.6 or later, described above.
- (Optional) The Sigmet to DORADE converter needs the tcldorade library. If you plan to use the Sigmet to DORADE converter, you must install tcldorade before building tclsigmet.
- (Optional) NetCDF from unidata.ucar.edu/package/netcdf. The Sigmet to WDSS-II converter needs the NetCDF library. If you plan to use the Sigmet to WDSS-II converter, you must add --enable-wdssii to the configure call.
Download and installation
The current version is 2.9.9. Download tclsigmet-2.9.9.tar.gz. Extract the files with a command like:
gunzip -c tclsigmet-2.9.9.tar.gz | tar xf -
You should end up with a directory named tclsigmet-2.9.9. Go to tclsigmet-2.9.9/unix and follow the instructions in the INSTALL file to build and install the package.
What you get
The installation will create the following libraries and applications:
- libtclsigmet2.9.9.so. This library provides the tclsigmet package. When tclsh loads it, it adds a tcl command called ::radar::sigmet::read that reads a Sigmet raw product volume and creates tcl command for the volume to access the data. The volume command has subcommands that provide header data, bin values, and export the volume to other files See the tclsigmet (n) man page for details.
- dump_sigmet. This application prints headers and data from a Sigmet raw product volume to standard output. See the dump_sigmet (1) man page for details.
- sigmet_to_dorade. This application creates a set of DORADE sweep files from a Sigmet raw product volume. DORADE files are used by the soloii radar editing program. See the sigmet_to_dorade (1) man page for details.
|