/gpxReverser

A simple python script for reversing each track in a GPX file

Primary LanguagePython

GPX Reverser

A Python script for reversing the tracks in a GPX file

I wrote this script as I often find walking routes which I'd rather walk in the opposite direction to the intitial author.

Prerequisites:

pip3 install gpxpy

Use:

python3 gpxreverser.py --input inputfile.gpx --output outputfie.gpx