You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Marc 243737bd0f update debian packaging for ubuntu maverick. 13 years ago
bin Merge branch 'master' of http://github.com/twpayne/igc2kmz 13 years ago
contrib Add JPEG specification. 14 years ago
debian update debian packaging for ubuntu maverick. 13 years ago
examples Add Chrigel Maurer's 255km FAI triangle. 15 years ago
igc2kmz Remove animation because it is broken on newer versions of Google Earth 13 years ago
images revert back the location of the images directory. difference in build process between debian and ubuntu made some debian/rules magic a lot more complex 14 years ago
test Reformat. 15 years ago
.gitignore first distutils script 14 years ago
COPYING Add licence. 15 years ago
HACKING.md Add HACKING.md. 13 years ago
Makefile Add Chrigel Maurer's 255km FAI triangle. 15 years ago
README.md Add README.md. 13 years ago
TODO Add track colored by time. 15 years ago
setup.py enhanced distutils support. RPM creation works, but currently no way of testing it. 14 years ago

README.md

igc2kmz IGC to Google Earth converter

igc2kmz converts paraglider and hang glider track logs into Google Earth KML format with lots of features, notably:

  • track colored by altitude, climb rate and ground speed
  • shadow feature makes it easier to judge the track's altitude by eye
  • animation of the flight
  • photos automatically placed where they were taken and with an optional comment
  • XC optimisation output
  • altitude graph and high and low points labelled
  • thermal and glide analysis
  • time marks

It's used by the following XC league servers:

Just upload your flight to one of these and you can download your flight in Google Earth format without having to install any extra software on your computer.

It is designed to run on XC league servers, and as such is not designed to be directly used by pilots.

Requirements

  • Python version 2.5 or 2.6, not version 3.0

Get the code

Download either the zip archive or the tar.gz archive.

Unpack this archive somewhere.

If you want to track development then you can checkout the source code with git instead of downloading an archive:

git clone git://github.com/twpayne/igc2kmz.git

Run it

Change to the directory where you unpacked the archive and run:

bin/igc2kmz.py -i <input-filename>.igc -o <output-filename>.kmz

Customise it

You can set various parameters via the command line, including the time zone offset in hours relative to UTC. For example, use -z 2 for Central European Time during the summer. For individual flights you can override the pilot name and glider type (otherwise they are taken from the IGC file), set the line color and width, add optimized XC information and photos with comments. Run bin/igc2kmz.py --help for a full list of options. For example use, look at the Makefile.

Rebuild the examples

You can rebuild the example files with the command make examples. This will build the olc2002 flight optimizer, optimize a number of flights, and create the KMZ files in the examples/ subdirectory. Be warned that the flight optimization step can take a long time (30 minutes on a 2.4GHz Core 2 Duo).