[Gpsbabel-misc] gpx to tcx conversion
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: Robert K. <rob...@ya...> - 2011-12-10 18:14:57
|
Hi Robert, Sorry I didn't send enough detail. My source file: (route.gpx created by mapsource latest version) http://pastebin.com/1J7tcYiX options for source file: suppresswhite=0,logpoint=0,humminbirdextensions=1,garminextensions=1 format GPX XML I also selected tracks (check box) my output file: (garmin tcx) http://pastebin.com/TA6b4VaN options for output file: course=1,sport=Biking Format: Garmin Training Center (.tcx) here is the output from gpsbabel: gpsbabel -t -i gpx,suppresswhite=0,logpoint=0,humminbirdextensions=1,garminextensions=1 -f C:\Users\james\Documents\route.gpx -o gtrnctr,course=1,sport=Biking -F C:/Users/james/Documents/route.tcx Translation successful There is no latitude or longitude data in the output. Thank you, Rob Key |