Skip to content

Instantly share code, notes, and snippets.

@duese22
duese22 / GpxTrackNameChanger.py
Created November 1, 2019 16:53 — forked from ptrv/GpxTrackNameChanger.py
Change track names in GPX files (python)
#!/usr/bin/python
# Script for assigning the date of a track in a GPX file as track name.
#
# Usage e.g $ python ChangeGpxTrackName.py source.gpx target.gpx"
#
# Peter Vasil
# Date: 2011-02-05
from optparse import OptionParser