udcf2png.pl
Converts udcf dive data to png plots
Synopsis
./udcf2png.pl data_file
Description
udcf2png udcf2png.pl reads UDCF data files and generates plot files in png format for every dive. Basic dive parameters such as date and time of dive, diving time, max. depth, avg. depth and temperature are included in the plot.
Environment
udcf2pl.pl depends on
XML::Simple and
GD::Graph.
Screenshot
Changelog
- 29.07.2008 - v1.7, changed XML tag parsing to lower case, added units (Si/Metric) handling
- 06.08.2006 - v1.6, changed title font to gdMediumBoldFont
- 06.08.2006 - v1.5, fixed a bug that prevented processing of UDCF files with a single set of dive data
- 12.03.2006 - freshmeat announcement
- 09.03.2006 - v1.4, changed plotting type to area, changed colours
- 06.03.2006 - v1.3, added average depth
- 06.03.2006 - v1.2, initial release
Download