Garmin to Google Maps


View Santiago De Compostela – Pamplona to Santiago in a larger map

Recently my father walked the “Camino de Santiago” and forwarded way points he had taken with his Garmin GPS with some notes about each point. I looked at the the Garmin output and it seemed I needed MapQuest to read them? Not too deterred and not wishing to wait for a copy of MapQuest I thought there must be a way to convert these files. A little bit of searching and I came across an amazing utility “gpsbabel”, that was able to cross covert many formats.

Once downloaded I then ran the following command:

[cci]gpsbabel -i gdb,roadbook -f sample.gdb -x nuketypes,waypoints,tracks -x transform,wpt=rte -o kml -F sample.kml[/cci]

where sample.gdb is from the Garmin GPS and sample.kml is the output file.

This KML file had data for both Google Maps and Google Earth (double the info I needed), so I manually removed one set and also added data to the name and description tags. So once I had a single KML file
with data like so for each way point:
Altos de Perdón

CdS crosses NA 6005.
lon: -1.742692
lat: 42.735722
alt: 2503.827 ft

]]>

-1.742692
42.735722
66
#route
-1.742692,42.735722,763.166504
I created a google maps account and in "my maps", then created a new map and imported the KML file. I made the map public to embed the map!

view in large map
However, if you are more interested in the walk, then check out this entry.
I created a google maps account and in “my maps”, then created a new map and imported the KML file. I made the map public to embed the map!
view in large map

This entry was posted in Code, General, Technical and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>