Driving Log Lessons Learned

This page contains notes to myself about working with driving log data; hopefully others will also find it useful.

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