Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.21 KB

readme.md

File metadata and controls

33 lines (20 loc) · 1.21 KB

logo


Important

pygclib, formerly igclib, is under a heavy transition phase. Expect things to be broken.

The developement is currently focused on igclib, the C++ port of pygclib. Once igclib is stable, Python bindings will be introduced for pygclib and legacy code will be deleted. For the moment, use at your own risk.


pygclib is a Python package and a command line tool designed for the analysis of paragliding flights and competitions. Its main purpose is to serve as backend to Task Creator.

Get started

sudo apt-get install libspatialindex-dev
git clone https://github.com/igclib/pygclib.git
cd pygclib
make install

For a quick guide on how to use this library, take a look at the documentation.

Interesting links

Solving the task optimization problem using Quasi-Newton methods

Requirements

  • Python 3.5 or higher
  • libspatialindex-dev