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.
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.
Solving the task optimization problem using Quasi-Newton methods
- Python 3.5 or higher
- libspatialindex-dev