This is a very simple command line utility that fills a niche use I had.
I have thousands of waypoints stored in my GPS that consist of waterfalls and arches. I frequently back these waypoints up as GPX files. I wanted a way that I could view this data in a more convenient format than GPX, so I wrote this utility to write the GPX files to CSV.
$ python gpx2csv.py --input INPUT_GPX.gpx --output OUTPUT_FILE.csv
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004
Copyright (C) 2018 Adam Thompson adam@serialphotog.com
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHAT THE FUCK YOU WANT TO.