Last active
February 21, 2016 17:41
-
-
Save balexand/6767504 to your computer and use it in GitHub Desktop.
Load data onto Garmin from Google Earth KML file using gpsbabel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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