Polar2Tcx [](https://travis-ci.org/marthinsen/polar2tcx) [](https://codeclimate.com/github/marthinsen/polar2tcx)
August 2, 2017 ยท View on GitHub
Polar2Tcx lets you convert and merge proprietary Polar XML/GPX files from www.polarpersonaltrainer.com into TCX files that can be uploaded to strava.com for instance. Polar2Tcx is for personal use only and has a lot of limitations.
Installation
Installation is not required, but is done like this
$ python setup.py install
Usage
- Export Polar training data from polarpersonaltrainer.com (XML, GPX or both)
- Run polar2tcx.py as follows:
$ polar2tcx.py -x polar.xml -g polar.gpx -o out.xml - Upload the file out.xml to Strava (possibly by using stravaupload)
- Enjoy
Call Polar2tcx with -h or --help in order to show a detailed help on all available command line arguments.