Skip to content

The Garmin g3x flight instruments write a flight log to SD card as *.csv. This program reads that data for analysis.

Notifications You must be signed in to change notification settings

datachomper/garmin_log_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

You can use this program currently to read a collection of g3x garmin logs and it will output a .kml file with all of the gps tracks overlaid in one place.

You'll need to compile this program with golang like: go build main.go

Then run it like: ./main -out output_filename.kml <log_file_1.csv> <log_file_2.csv> ...

It will produce a .kml file which can be read by google earth and looks like this: Flight tracks 2021

About

The Garmin g3x flight instruments write a flight log to SD card as *.csv. This program reads that data for analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages