Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 956 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 956 Bytes

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.