An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Phyphox CSV to GPX

![GitHub](https://img.shields.io/github/license/LuMarans30/phyphox-CSV-to-GPX)
![GitHub repo size](https://img.shields.io/github/repo-size/LuMarans30/phyphox-CSV-to-GPX)
![Lines of code](https://img.shields.io/tokei/lines/github/LuMarans30/phyphox-CSV-to-GPX)
![GitHub issues](https://img.shields.io/github/issues/LuMarans30/phyphox-CSV-to-GPX)
![GitHub last commit](https://img.shields.io/github/last-commit/LuMarans30/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.