Skip to content

minif/gpx-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpx-to-csv

A simple tool that converts and compiles .gpx files into .csv files.

Requires

  • Python 3.6

Usage

  • 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

License

This software is licenced under the public domain. You may use it in any way without restriction.

utm, used for coordinate conversion, is licenced under MIT.

About

A simple tool that converts and compiles .gpx files into .csv files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published