Simple tool to split a GPX file into multiple parts.
At the moment, this only supports splitting GPX files after a fixed number of track points. Everything besides the tracks itself will be discarded.
I mostly wrote this module for myself to make it easier to install it as I commonly need this functionality to successfully send full tracks to my GPS device which only supports 500 points per track.
You can install this package from PyPI:
python -m pip install split_gpx
Alternatively, you can use the package from source directly after installing the required dependencies.
To see the supported CLI parameters, just run:
python -m split_gpx --help # or `split_gpx --help`
This package is subject to the terms of the MIT license.