Skip to content

Polar Flow data can be exported as tcx files. This project will convert those files into tidy tables in .csv files.

License

Notifications You must be signed in to change notification settings

SummerIsHere/tcx-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcx-parser

Parse .tcx files exported from Polar Flow into a tidy data table for export as a .csv file

Usage

The easiest way is to copy the parse_tcx.py file into a folder containing your .tcx files, then calling "python parse_tcx.py" in that folder. The resulting .csv file will be named "output.csv"

Type "python parse_tcx.py --help" for more details on how to use arguments.

About

Polar Flow data can be exported as tcx files. This project will convert those files into tidy tables in .csv files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages