Skip to content
forked from igclib/igclib

Command line tool for paragliding competitions and XC

License

Notifications You must be signed in to change notification settings

volandoo/igclib

 
 

Repository files navigation

igclib banner

A command-line tool for paragliding competitions and XC.

Current Features

  • Airspace checking of flights against OpenAir files.
  • Task validation
  • Task optimization

In Progress

  • XC score computation

Future features

  • Race scoring

Install

Two options :

  • Docker docker run teobouvard/igclib
  • Build from source, see the install wiki

Deploy

docker build -f docker/Dockerfile.bare -t teobouvard/igclib:bare .
docker push teobouvard/igclib:bare

docker build -f docker/Dockerfile.node -t teobouvard/igclib:node .
docker push teobouvard/igclib:node

Acknowledgements

This project uses the following libraries.

About

Command line tool for paragliding competitions and XC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • CMake 2.1%
  • Makefile 1.3%
  • Slim 0.4%