gpxmerge
is a small tool to merge multiple GPX tracks in a single one.
The program is currently in an alpha state, without particular effort on input GPX validation/sanitization/etc. or customizability.
On Debian/Ubuntu:
# apt-get install golang
$ git clone https://github.com/fg1/gpxmerge.git
$ cd gpxmerge
$ go build
gpxmerge -o out.gpx inp1.gpx inp2.gpx ...
Contributions are welcome.
- Fork the repository
- Create your feature branch (
git checkout -b my-feature
) - Commit your changes (
git commit -am 'Commit message'
) - Push to the branch (
git push origin my-feature
) - Create a pull request