A simple tool that converts and compiles .gpx files into .csv files.
- Python 3.6
- Download repository to computer
- Place .gpx files into the /input folder
- In terminal, run the following command:
- On mac, use python3 rather than python
cd /path/to/gpx-to-csv
python main.py
- Points should now be found in .csv
This software is licenced under the public domain. You may use it in any way without restriction.