https://github.com/lumarans30/phyphox-csv-to-gpx-dotnet
A .NET Console App that converts a phyphox file from the CSV to the GPX format.
https://github.com/lumarans30/phyphox-csv-to-gpx-dotnet
cli csv-parser dotnet format-converter gpx-format
Last synced: over 1 year ago
JSON representation
A .NET Console App that converts a phyphox file from the CSV to the GPX format.
- Host: GitHub
- URL: https://github.com/lumarans30/phyphox-csv-to-gpx-dotnet
- Owner: LuMarans30
- License: mit
- Created: 2023-02-20T23:03:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T17:02:03.000Z (almost 2 years ago)
- Last Synced: 2024-08-22T19:19:34.242Z (almost 2 years ago)
- Topics: cli, csv-parser, dotnet, format-converter, gpx-format
- Language: C#
- Homepage:
- Size: 461 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Phyphox CSV to GPX





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](https://www.sportstracklive.com/en).
## Usage:
```
./executable input.csv output.gpx
```
## External dependencies:
- [ShellProgressBar](https://github.com/Mpdreamz/shellprogressbar): A great nuget library for visualizing the progress of a task.