Driving Log Lessons Learned

QGIS Track Editing

LineString vs. MultiLineString

GPX files allow multiple disconnected track segments (trkseg) in the same track, effectively replicating the functionality of a MultiLineString. Although entire process is set up already to split disconnected segments into their own tracks, some GIS software has difficulty with LineStrings crossing the 180th meridian, so each track should still be stored as a MultiLineString so it can be split at the 180th meridian if necessary.

GeoPandas