GPS::Lowrance::Trail

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

GPS::Lowrance::Trail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Robert Rothenberg
  • Publisher web site:
  • http://search.cpan.org/~rrwo/

GPS::Lowrance::Trail Tags


GPS::Lowrance::Trail Description

GPS::Lowrance::Trail is a Perl module to convert between GDM16 Trails and other formats. 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 installThere 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 fileThis 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 Related Software