Geo::Gpx

Geo::Gpx is a Perl module to create and parse GPX files.
Download

Geo::Gpx Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rich Bowen
  • Publisher web site:
  • http://search.cpan.org/~rbow/Date-ICal-1.72/lib/Date/ICal.pm

Geo::Gpx Tags


Geo::Gpx Description

Geo::Gpx is a Perl module to create and parse GPX files. Geo::Gpx is a Perl module to create and parse GPX files.SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml('1.0'); # Parse GPX my $gpx = Geo::Gpx->new( xml => $xml ); my $waypoints = $gpx->waypoints(); my $tracks = $gpx->tracks(); # Parse GPX from open file my $gpx = Geo::Gpx->new( input => $fh ); my $waypoints = $gpx->waypoints(); my $tracks = $gpx->tracks();The original goal of this module was to produce GPX/XML files which were parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been extended to support general parsing and generation of GPX data. GPX 1.0 and 1.1 are supported. Requirements: · Perl


Geo::Gpx Related Software