So I was riding with my new 800 and got an output of close to 1451 miles on my 10 mile 2.5 hour mountain bike ride. I've tracked it down and it's at line 34730 of tcx file here: http://connect.garmin.com/activity/65947515
where you see this jump:
<Trackpoint>
<Time>2011-01-28T03:39:30.000Z</Time>
<Position>
<LatitudeDegrees>47.78138763271272</LatitudeDegrees>
<LongitudeDegrees>-122.08672011271119</LongitudeDegrees>
</Position>
<AltitudeMeters>160.60000610351562</AltitudeMeters>
<DistanceMeters>9140.16015625</DistanceMeters>
<HeartRateBpm>
<Value>152</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>2.1050000190734863</ns3:Speed>
</ns3:TPX>
</Extensions>
</Trackpoint>
<Trackpoint>
<Time>2011-01-28T03:39:33.000Z</Time>
<Position>
<LatitudeDegrees>47.78144136071205</LatitudeDegrees>
<LongitudeDegrees>-122.08680460229516</LongitudeDegrees>
</Position>
<AltitudeMeters>160.60000610351562</AltitudeMeters>
<DistanceMeters>2272457.5</DistanceMeters>
<HeartRateBpm>
<Value>152</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>2.5230000019073486</ns3:Speed>
</ns3:TPX>
</Extensions>
</Trackpoint>
between trackpoints.
2 questions, any idea how it happened? and are there any tools out there that might be able to help me correct it? I don't relish the idea of hand editing the file.
Thank you!
-R
where you see this jump:
<Trackpoint>
<Time>2011-01-28T03:39:30.000Z</Time>
<Position>
<LatitudeDegrees>47.78138763271272</LatitudeDegrees>
<LongitudeDegrees>-122.08672011271119</LongitudeDegrees>
</Position>
<AltitudeMeters>160.60000610351562</AltitudeMeters>
<DistanceMeters>9140.16015625</DistanceMeters>
<HeartRateBpm>
<Value>152</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>2.1050000190734863</ns3:Speed>
</ns3:TPX>
</Extensions>
</Trackpoint>
<Trackpoint>
<Time>2011-01-28T03:39:33.000Z</Time>
<Position>
<LatitudeDegrees>47.78144136071205</LatitudeDegrees>
<LongitudeDegrees>-122.08680460229516</LongitudeDegrees>
</Position>
<AltitudeMeters>160.60000610351562</AltitudeMeters>
<DistanceMeters>2272457.5</DistanceMeters>
<HeartRateBpm>
<Value>152</Value>
</HeartRateBpm>
<Extensions>
<ns3:TPX>
<ns3:Speed>2.5230000019073486</ns3:Speed>
</ns3:TPX>
</Extensions>
</Trackpoint>
between trackpoints.
2 questions, any idea how it happened? and are there any tools out there that might be able to help me correct it? I don't relish the idea of hand editing the file.
Thank you!
-R
Comment