Skip to content

BarlowR/igc-tools

Repository files navigation

Tools for IGC & xctsk files

Rob Barlow, 2024-06

.xctsk Files

Convert to KML

Run the following from the command line:

python3 xctsk_tools.py --in_file="<your_xctsk_file>.xctsk"

Or:

python3 xctsk_tools.py --in_file="<your_xctsk_filepath>.xctsk" --out_file="<your_kml_output_filepath>"

vs

.igc Files

See igc_review.ipynb for examples

Load IGC to Pandas Dataframe with key metrics calculated (Speed, Vertical Speed, Glide, Altidude, etc.)

Export to GPX

Export KML with color scale for vertical speed

vs

Export KML with color scale for horizontal speed

speed

About

Tools for working with .igc files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published