Nokia SportsTracker, 6110 and GPS anomalies
- Export the file in CSV format
- Also export the format in GPX format
- Open the CSV file and sort by the Speed column
- Look for any readings that look extraordinary - in my case I had lots around the 20, 21, 22 mph mark, and then 3 at 37, 38 and 41 mph - obviously incorrect. Make a note of those numbers, they'll be used in a minute
- Open up the GPX file in an editor
- Search the file for "Speed " and use the numbers recorded above
- For every anomaly you spot, remove the whole trkpt node (see example below)
- Save the GPX file
- Head over to Sports Tracker and upload the new file
- Check that the file looks about right
<trkpt lat="50.824980" lon="-0.148063">
<ele>91.0</ele>
<speed>0.07</speed>
<course>193.8</course>
<desc>Speed 0.2 mph Distance 0.00 mi</desc>
<time>2008-01-13T13:50:34.95</time>
<name>2</name>
</trkpt>