Today's ride log got spiked. Apparently, my max speed was over 2500kph. I want to edit the .tcx file and remove the offending data. The file is xml so it should be straight forward enough. That is, if I knew how the Garmin recorded the speed. A speed entry tag looks like this...
<ns3:TPX>
<ns3:Speed>6.439000129699708</ns3:Speed>
</ns3:TPX>
That speed isn't kph, not even mph. Anyone any ideas? I can't find an XML schema on the Garmin site. It seems to be something new too since it seems to be the first .tcx file I've had with such a format, previously there was no such tag and so I presume it calculated it.... hmmm, thinks... maybe I could strip all these ns3 tags and see what happens when I import it....
Interestingly, ridewithgps filters that crud data out, or ignores it, and reports the correct maximum speed BUT Garmin Connect doesn't.
<ns3:TPX>
<ns3:Speed>6.439000129699708</ns3:Speed>
</ns3:TPX>
That speed isn't kph, not even mph. Anyone any ideas? I can't find an XML schema on the Garmin site. It seems to be something new too since it seems to be the first .tcx file I've had with such a format, previously there was no such tag and so I presume it calculated it.... hmmm, thinks... maybe I could strip all these ns3 tags and see what happens when I import it....
Interestingly, ridewithgps filters that crud data out, or ignores it, and reports the correct maximum speed BUT Garmin Connect doesn't.