[Gpsbabel-misc] Complex Unicsv
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: <pal...@ma...> - 2020-11-08 18:29:23
|
* How can I create a shared csv file that includes both waypoints and tracks? For example, I have a gpx track that has both, and I want to output a csv file with both points of interest and points of the track, so that they are separated. But it doesn't work as standard, I only get the track list, points of interest are discarded. * Also, if I don't know if the gpx file contains a route or a track, I tried to use -w -t -r, but I get the error that I only need to use one. It turns out that I need to determine the contents of the input file (trk or rte) before converting? -- Aleksandr |