Utlity which adds arbitrary distance to existing .tcx file. For example, you use stationary cycle trainer which has no wireless sensors, but you have separate cadense/heartrate sensors. You may record your training in strava/endomondo/wahoo/etc., and then use this utility to add distance ridden to recored track.
- Get Go (
brew install go
on mac with HomeBrew) go get github.com/ivanzoid/fixIndoorTcx
go install github.com/ivanzoid/fixIndoorTcx
fixIndoorTcx
<tcxFile>
<distanceInMeters>
>
<outputTcxFile>
For example:
fixIndoorTcx 20170115_144636.tcx 13320 > 20170115_144636-with-distance.tcx