gpxsplitter splits multi-track GPX files, containing waypoints, into individual one-track GPX files with their respective waypoints.

GPX files containing multiple tracks and waypoints jumbled together are produced by many GPS units, in particular MTK chipset-based devices such as the Qstarz Q1000 and Transystem i-Blue 474 devices. Separating tracks and their associated waypoints was a headache until gpxsplitter came along.

gpxsplitter depends on the Python 2.6 and above and the modules:

On Debian/Ubuntu, you can install the required dependencies with:

   1 sudo aptitude install python-lxml python-egenix-mxdatetime

Download gpxsplitter.py directly, or browse the gpxsplitter repository on Gitorious.

Changelog

v0.1 — 04 Jan 2010 — First release.

Benchmarks

Very informal testing:

Program

Time

gpxsplit

24s

gpxmgr

32s

gpxsplitter

1s

Other programs

I found a few pre-existing programs that perform the same, or similar function:

As you can see in Benchmarks, gpxsplitter is significantly faster, and requires fewer dependencies.