Skip to content

Instantly share code, notes, and snippets.

@balexand
Last active February 21, 2016 17:41
Show Gist options
  • Save balexand/6767504 to your computer and use it in GitHub Desktop.
Save balexand/6767504 to your computer and use it in GitHub Desktop.
Load data onto Garmin from Google Earth KML file using gpsbabel
# add the -t option for tracks
gpsbabel -t -i kml -f Telluride.kml -o garmin -F usb:
# To get Caltopo tracks to show up in Backcountry Navigator App, convert the KML using gpsbabel
gpsbabel -i kml -f from_cal_topo.kml -o gpx -F to_app.gpx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment