S1aNT / garmintools

Automatically exported from code.google.com/p/garmintools
GNU General Public License v2.0
0 stars 0 forks source link

Question: How to convert track (saved run) to GPX for OpenStreetMaps.Org #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Today I got a Garmin Freerunner 305, and I would like to use it to
contribute to the OpenStreetMap.org project. 

The garmin_save_runs got out a file (.gmn) which seems to contain the route
I travelled. Now I would like to convert this into .gpx which is what is
used by the OpenStreetMap project.

I briefly looked into the garmin_dump output, which seems to be quite close
to but not exactly the same as the .gpx format.  

Is there a tool that would perform this conversion?

Thanks,
            Goran

Original issue reported on code.google.com by famchris...@gmail.com on 22 Nov 2007 at 4:43

GoogleCodeExporter commented 9 years ago
Hello,
chris@atlee.ca added a bug report with a patch about converting to gpx on
bugs.debian.org :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483992

I'll try it soon

Original comment by jerome.m...@gmail.com on 4 Jun 2008 at 9:13

GoogleCodeExporter commented 9 years ago
I'll attach another hack. It's based on garmin_gpx.c, version 0.10.

The hack splits gpx data into laps, writing each lap into individual trkseg. 
First
point of the lap is named ("Lap n") so that JOSM can show it as label. It also 
names
points where forerunners timer is paused.

Original comment by tuomo.ko...@gmail.com on 15 Jul 2009 at 5:51

Attachments: