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

2010/02/15 0.2.1:

  • mkdir import fix [samuel.adam]

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.1.tar.gz (19.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for gpxtools-0.2.1.tar.gz
Algorithm Hash digest
SHA256 de827cd85ac0c0b2555d30c2a0a69022650039ed3a240d7a0f6e6aabb010b4d0
MD5 56c0badbd2d4332c1511fdf6c1f4ea62
BLAKE2b-256 90a73baa7e9862a80e4baa75bf36213b13c51c3cf688a780efe33f604d4d765a

See more details on using hashes here.

Supported by

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