![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Anyone know of any software that will take a downloaded
Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? Thanks Chris |
#2
|
|||
|
|||
![]()
At 16:42 27 April 2004, Chris Davison wrote:
Anyone know of any software that will take a downloaded Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? Thanks Chris G7toWin works great for me. Freeware program available from the internet (search for G7toWin to find a download site) |
#3
|
|||
|
|||
![]()
In article ,
Chris Davison wrote: Anyone know of any software that will take a downloaded Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? Some perl hackery that will do the job - it's not pretty, but it works: Modify as necessary, salt to taste. Pipe the garmin data to standard in, redirect stdout to a file. #!/usr/bin/perl -w print "HFDTE070204\n"; print "HFFXA050\n"; print "HFPLTPILOT:Nobody\n"; print "HFGTYGLIDERTYPE:\n"; print "HFGIDGLIDERID:N2EE\n"; print "HFDTM100GPSDATUM:WGS84\n"; print "HFFTYFRTYPE:GARMIN,GPS-III\n"; print "HFRFWFIRMWAREVERSION:2.4.1\n"; print "HFRHWHARDWAREVERSION:10A817O963WP\n"; print "HFGPS:,,12,\n"; print "HFCIDCOMPETITIONID:\n"; print "HFCCLCOMPETITIONCLASS:\n"; print "HFSITSITE:\n"; print "HFTZNTIMEZONE:-8\n"; while() { chop; ($trackNum, $dateStr, $latStr, $lonStr) = split(/\t/); if ($trackNum != 1) { next; } ($month, $day, $year, $hh, $mm, $ss) = split(/[\/\s:]/, $dateStr); ($latDeg, $latMin, $latSec) = split(/[d']/, $latStr); chop($latSec); $latMin = ($latMin * 1000) + ($latSec * 1000) / 60; ($lonDeg, $lonMin, $lonSec) = split(/[d']/, $lonStr); chop($lonSec); $lonMin = ($lonMin * 1000) + ($lonSec * 1000) / 60; printf("B%2.2d%2.2d%2.2d%2.2d%5.5d%s%3.3d%5.5d%sV0 000000000\n", $hh, $mm, $ss, abs($latDeg), $latMin, ($latDeg 0 ? "N" : "S"), abs($lonDeg), $lonMin, ($lonDeg = 0 ? "E" : "W")); } -- -Mark |
#4
|
|||
|
|||
![]()
TaskNAV read Garmin .trk files and it downloads Garmins and convert to
..igc format. Robert Chris Davison wrote: Anyone know of any software that will take a downloaded Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? Thanks Chris |
#5
|
|||
|
|||
![]()
Chris Davison wrote:
Anyone know of any software that will take a downloaded Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? Try opening the file in SeeYou. It recognizes my Garmin filew without any conversion. -- Change "netto" to "net" to email me directly Eric Greenwell Washington State USA |
#6
|
|||
|
|||
![]()
Chris Davison wrote:
Anyone know of any software that will take a downloaded Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? KFLog will connect to Garmins and read out the data (and write it to an igc file, of course). However, I guess you're looking for Windows software? KFLog runs of different flavours of unix. André |
#7
|
|||
|
|||
![]()
Chris Davison wrote in message ...
Anyone know of any software that will take a downloaded Garmin tracklog and convert it into a .igc file (non secure) so that it can be fed into Seeyou or tasknav etc for viewing and analysis purposes? Thanks Chris SeeYou connection Wizard has provision for Garmin with no conversion. Mike |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Digital Photos (was: Reno Suite...) | RST Engineering | Piloting | 19 | December 13th 04 07:46 PM |
1913 Naval/Aviation Pics (jpg format) | raymond o'hara | Military Aviation | 1 | June 5th 04 11:26 AM |
Small Club XC contest format & rules | Sam Discusflyer | Soaring | 5 | January 25th 04 03:50 AM |
Trace files for Minden, NV area in IGC WSViewer format | Jerome Conners | Soaring | 1 | December 2nd 03 04:55 PM |
New fun racing format | Kirk Stant | Soaring | 1 | October 8th 03 06:46 AM |