Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 864 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 864 Bytes

Phyphox CSV to GPX

GitHub GitHub repo size Lines of code GitHub issues GitHub last commit

This application converts the recorded CSV file to a GPX file so that the track can be viewed using third-party platforms such as Sports Track Live.

Usage:

./executable input.csv output.gpx

External dependencies:

  • ShellProgressBar: A great nuget library for visualizing the progress of a task.