When I convert .FIT files to .TCX on GarminConnect, GC doesn't
show power data. Is there a way to convert that works?
Garmin still hasn't sent me the FIT SDK. I know a couple
of you guys are working on FIT support... how's it going?
The power data is present in the TCX file but GC doesn't
pick up on it. A sample data point:
<Trackpoint>
<Time>2010-03-06T17:24:38.000Z</Time>
<Position>
<LatitudeDegrees>37.220855243504</LatitudeDegrees>
<LongitudeDegrees>-121.984935477376</LongitudeDegrees>
</Position>
<AltitudeMeters>126.2</AltitudeMeters>
<DistanceMeters>18.52</DistanceMeters>
<HeartRateBpm>
<Value>85</Value>
</HeartRateBpm>
<Cadence>59</Cadence>
<Extensions>
<ns3:TPX>
<ns3:Speed>3.5910000801086426</ns3:Speed>
<ns3:Watts>120</ns3:Watts>
</ns3:TPX>
</Extensions>
</Trackpoint>
Eric
Next step would be to include it directly into GC, but that seems
already been done by Sean Rhea, thanks.