« Return to Thread: support for Garmin .fit files

Re: support for Garmin .fit files

by ibarum :: Rate this Message:

| View in Thread

Due to frustration with no available open source fit to gpx converter,
I made a quick and dirty modification to Kiyokazu Suto's perl script.
See attached script fit2csv.pl, it requires his perl module
Garmin::FIT, available at

 http://pub.ks-and-ks.ne.jp/cycling/GarminFIT.shtml

To convert fit into gpx simply use gpsbabel to convert the csv file into gpx, ie

 ./fit2csv.pl file.fit > file.csv
 gpsbabel -i unicsv -f file.csv -x transform,trk=wpt,del -o gpx -F file.gpx

This works with my Garmin Forerunner 110, but is not very elegant.
Ideally we would get native support into gpsbabel?


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Gpsbabel-misc mailing list http://www.gpsbabel.org
Gpsbabel-misc@...
To unsubscribe, change list options, or see archives, visit:
https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc

fit2csv.pl (3K) Download Attachment

 « Return to Thread: support for Garmin .fit files