Add GPS locations to TCX from GPX/KML
Posted: Sun Aug 20, 2023 1:25 am
Sometimes my watch does not record GPS location but the resulting TCX file is otherwise complete with many trackpoints having distance, speed, cadence and heartrate, e.g.:
I happen to have GPS route in KML/GPX format and would like to add points from it into TCX.
Ideally the points would get their timestamps calculated based on speed recorded in TCX.
When I try to upload TCX+GPX to Combine Tool, it seems to completely ignore GPX file. Is this a bug?
If I use Add Timestamp tool then I have to provide desired speed and it will recalculate everything ignoring speed and timestamps from TCX (kind of makes sense for add timestamp tool). It will also discard heart rate.
Is this a supported scenario?
Code: Select all
<Trackpoint><Time>2023-08-18T19:02:44.944Z</Time><HeartRateBpm><Value>106</Value></HeartRateBpm></Trackpoint>
<Trackpoint><Time>2023-08-18T19:02:45.402Z</Time><DistanceMeters>100.921</DistanceMeters><Cadence>85</Cadence><ns3:TPX><Speed>3.61</Speed></ns3:TPX></Trackpoint>
<Trackpoint><Time>2023-08-18T19:02:45.944Z</Time><HeartRateBpm><Value>107</Value></HeartRateBpm></Trackpoint>
Ideally the points would get their timestamps calculated based on speed recorded in TCX.
When I try to upload TCX+GPX to Combine Tool, it seems to completely ignore GPX file. Is this a bug?
If I use Add Timestamp tool then I have to provide desired speed and it will recalculate everything ignoring speed and timestamps from TCX (kind of makes sense for add timestamp tool). It will also discard heart rate.
Is this a supported scenario?