gpxtools

Command-line tools useful to manipulate GPX files
Download

gpxtools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Wojciech Lichota
  • Publisher web site:
  • http://lichota.pl/

gpxtools Tags


gpxtools Description

Command-line tools useful to manipulate GPX files gpxtools command-line tools useful to manipulate GPX files.Toolsgpx-elevation-fixFixes elevation (Z-axis) data in GPX file based on SRTM data.gpx-cleanupRemoves from GPX file unnecessary data (e.g.: speed or course) stored by some GPS devices.gpx-compressRemoves unnecessary chars (e.g.: white spaces) to decrease GPX file size.Using:Usage: command-name Options: -h, --help show this help message and exit -i FILE, --intput=FILE name of GPX input file, if not set stdin will be used -o FILE, --output=FILE name of GPX output file, if not set stdout will be usedPossible is also cascade joining of commands:cat input.gpx | ./bin/gpx-fix-elevation | ./bin/gpx-cleanup | ./bin/gpx-compress > output.gpxInstallation:gpxtools requires GDAL python bindings. This packege uses GDAL library. You can build it form source or install from binary package. For more details see GDAL library homepage.gpxtools requires also lxml. To build it you can use plone.recipe.lxml buildout recipe.Installation with easy_installRun command:$ easy_install gpxtoolsInstallation with buildoutSave script in buildout.cfg file:develop = .parts = gpxtools-scriptrecipe = zc.recipe.eggeggs = gpxtoolsRun commands:$ python bootstrap.py$ ./bin/buildoutCommands will be created in bin subdirectory. Requirements: · Python What's New in This Release: · Support for GPX 1.0 files · Add the tag if not present · Documentation update


gpxtools Related Software