Skip to main content

Command line tools useful to manipulate GPX files.

Project description

gpxtools

Overview

Command line tools useful to manipulate GPX files.

Tools

gpx-elevation-fix

Fixes elevation (Z-axis) data in GPX file based on Shuttle Radar Topography Mission data. SRTM data are not available for whole globe. If SRTM data for position taken from GPX file do not exists, user will see download error of SRTM TIF file (for example srtm_38_00.TIF for Norway).

More information about Shuttle Radar Topography Mission:

gpx-cleanup

Removes from GPX file unnecessary data (e.g.: speed or course) stored by some GPS devices.

gpx-compress

Removes unnecessary chars (e.g.: white spaces) to decrease GPX file size.

Usage

Usage: command-name [options]

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 used

Tools can be easily used in pipeline:

cat input.gpx  | ./bin/gpx-fix-elevation | ./bin/gpx-cleanup | ./bin/gpx-compress > output.gpx

Installation

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.

For example in Ubuntu (feisty or higher) can be installed from package:

sudo apt-get install python-gdal

gpxtools requires also lxml. To build it you can use plone.recipe.lxml buildout recipe.

Installation with easy_install

Run command:

$ easy_install gpxtools

Installation with buildout

Save script in buildout.cfg file:

[buildout]
develop = .
parts = gpxtools-script

[gpxtools-script]
recipe = zc.recipe.egg
eggs = gpxtools

Run commands:

$ python bootstrap.py
$ ./bin/buildout

Commands will be created in bin subdirectory.

References

Authors & Contact

  • [sargo] - Wojciech Lichota <wojciech[at]lichota.pl>

  • [teo] - Matteo Gottardi <matgott[at]tin.it>

Changelog

2009/12/10 0.2.0:

  • Support for GPX 1.0 files [teo]

  • Add the <ele> tag if not present [teo]

  • Documentation update [sargo]

2009/07/07 0.1.0:

  • Initial release [sargo]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpxtools-0.2.0.tar.gz (19.2 kB view details)

Uploaded Source

File details

Details for the file gpxtools-0.2.0.tar.gz.

File metadata

  • Download URL: gpxtools-0.2.0.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gpxtools-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f8fc4c0cf4c021ec1ec653336eab0824575814c1ff142206b657bab56b1c6beb
MD5 94fe0dcae82d7791f06e473fcf1d3ae7
BLAKE2b-256 158760064dd12156ae5f7d929805bafaf79d0d978da02225f23d7a8c179d783f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page