[Gpsbabel-misc] Splitting long track into 80km segments?
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: Gilles <cod...@fr...> - 2017-05-23 23:13:33
|
Hello I'm running GpsBabel 1.5.1, and would like to split a long, single-segment GPX file into 80km segments. When using the following command, the output GpsBabel generates still only has a single track and a single segment: gpsbabel.exe -t -i gpx -f input.gpx -x track,pack,sdistance=80k -o gpx -F output.gpx I also tried this, same result: gpsbabel.exe -t -i gpx -f input.gpx -x track,pack,sdistance=80k,split=5m -o gpx -F output.gpx In case someone wants to give it a try, here's the file: https://we.tl/m0dWOAG7X0 Does GpsBabel support splitting tracks into smaller segments? Thank you. -- View this message in context: http://gpsbabel.2324879.n4.nabble.com/Splitting-long-track-into-80km-segments-tp12263.html Sent from the GPSBabel - General mailing list archive at Nabble.com. |