tumic0 / GPXSee

GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, SML, LOC, GPI, GeoJSON and OziExplorer files.
https://www.gpxsee.org
GNU General Public License v3.0
938 stars 129 forks source link

Part of a track is shown as a single line #521

Closed hemmingway-1 closed 11 months ago

hemmingway-1 commented 11 months ago

This part is shown correctly by RouteConverter. The part is added manually in RouteConverter. Before adding it was a single line. GPXSee RouteConverter Flamingoroute.csv The csv file is a gpx file.

tumic0 commented 11 months ago

GPXSee is designed to work with real data, not the nonsense you have in your data file. Because of the nonsense timestamps in your data, the pause detection algorithm evaluates this part of track as a pause and "filters" the path. You may switch the pause detection to manual and set the minimal speed to 0.1km/h to get the "desired" route, but in general GPXSee is not the right tool for working with artificial, broken-by-design (you have even time skews in your data where the time goes backward...) data. You better use some tool like RouteConverter that does not care about the "physics" of the track and does not use any statistics methods to filter data or handle workout pauses like GPXSee.

hemmingway-1 commented 11 months ago

Your note works for me. So I can compare two tracks with different colors. Thank you for your work, Bernhard