Udo van den Heuvel
2015-03-01 11:39:57 UTC
Hello,
I use a GPSport 245 to log data during cycling.
Using gpsbabel I can download the data [1] and convert to gpx in one go.
Next step is to convert to KML [2] to put the track in google maps.
Could I use gpsbabel 1.5.2 to color code the track with the speed that
is in the gpx?
Kind regards,
Udo
gpsbabel-1.5.2-1.fc20.x86_64
1 gpsbabel -D 4 -t -r -w -i m241 -f /dev/ttyUSB1 -o gpx -F `date
+'%F-%H-%M'`.gpx
2 gpsbabel -t -i gpx -f *.gpx -x nuketypes,waypoints,routes -x
simplify,count=500 -o
kml,points=0,labels="",lines="",trackdata="",units="m",line_color="990f0cf9"
-F `basename *gpx .gpx`".kml"
I use a GPSport 245 to log data during cycling.
Using gpsbabel I can download the data [1] and convert to gpx in one go.
Next step is to convert to KML [2] to put the track in google maps.
Could I use gpsbabel 1.5.2 to color code the track with the speed that
is in the gpx?
Kind regards,
Udo
gpsbabel-1.5.2-1.fc20.x86_64
1 gpsbabel -D 4 -t -r -w -i m241 -f /dev/ttyUSB1 -o gpx -F `date
+'%F-%H-%M'`.gpx
2 gpsbabel -t -i gpx -f *.gpx -x nuketypes,waypoints,routes -x
simplify,count=500 -o
kml,points=0,labels="",lines="",trackdata="",units="m",line_color="990f0cf9"
-F `basename *gpx .gpx`".kml"