The unit is a Garmin etrex Venture Cx, and I am using Ubuntu 8.04 Hardy Heron. So here goes
- Install the gpsbabel package, with "sudo apt-get install gpsbabel".
- Plug the unit in via usb cable, and turn it on. I'm inside so it couldn't get a strong satellite reading, and complained about that after a few minutes, but I told it to just work without gps, so that it'd remain on.
- I first tried "gpsbabel -i garmin -f usb: -o gpx -F file.gpx", but it complained at me. Somewhere online I saw some indication that you had to be root, so 'sudo' that command, and you get the waypoints off of the unit. That was easy.
- What I was most interested in was the 'Tracks' it had stored. While probably overkill, the command "sudo gpsbabel -t -r -w -i garmin -f usb: -o gpx -F file.gpx" pulled the tracks (and waypoints, and probably more, I haven't looked too closely yet) off the unit.
4 comments:
Hummm I did install gpsbabel using sudo apt-get install gpsbabel... but i don't get it how to use the program and insert geocaching data or waypoints into the gps...
Hmm. I didn't try writing any data to the gps, just pulling it off the gps. Perhaps gpsbabel.org can help out? Either the docs or the wiki?
hi.
maybe you should export your data directly in "kml" format (to use in google earth/maps). just change argument of the "-o" option to "-o kml" (and the extension of the output file).
@ ana: just exchange the arguments of "-i" and "-o" options; and the arguments of options "-f" and "-F". "-i" is input source, "-f" is input "file", "-o" is output source and "-F" is output "file".
cheers!
Thanks for the tips @bamboozle!
Post a Comment