GPS::Lowrance::Trail 0.43 review

Download
by rbytes.net on

GPS::Lowrance::Trail is a Perl module to convert between GDM16 Trails and other formats. Installation: Installation is pretty sta

License: GPL (GNU General Public License)
File size: 8K
Developer: Robert Rothenberg
0 stars award from rbytes.net

GPS::Lowrance::Trail is a Perl module to convert between GDM16 Trails and other formats.

Installation:
Installation is pretty standard:
perl Makefile.PL
make
make test
make install

There is no test suite to speak of. One will be added in a later version.

SYNOPSIS
use GPS::Lowrance::Trail;

my $trail = new GPS::Lowrance::Trail;

my $fh1 = new FileHandle 'lonlat.txt';

$trail->read_gdm16( $fh1 ); # read GDM16 Trail Exports

$trail->write_latlon( $fh2 ); # write as Longitude/Latitude file

This module allows one to convert between Lowrance GPS trail files (handled by their GDM16 application), Latitude/Longitude (or "Lat/Lon") files, UTM, and GPX files which may be used by mapping applications.

Requirements:
Perl
Carp::Assert
Geo::Coordinates::UTM
XML::Generator

GPS::Lowrance::Trail 0.43 keywords