I have many GPS tracks (long, lat, alt, timestamp) from heavy trucks. Trucks are go on some paths. How can I extract the path from GPS tracks without deviation and convert it to one MultiLineString?
I found Cushen five steps advice based on PostGIS.
I have done steps 1 (get clusters) and 2 (get centers):
But I don't know how do step 3 "generate a line that connects each cluster centre point"?
How can I connect these points to a MultiLineString using GeoPandas?

