This package provides aircraft performance modelling, trajectory prediction and optimisation, and visualisation with BADA in Python.
To get started
pip install pyBADA
Examples, the user manual and the API reference can be found at the pyBADA documentation website.
# Clone the repository
git clonehttps://github.com/eurocontrol/pybada
# Optionally, set up a virtual env and activate it
python3 -m venv env
source env/bin/activate
# Install package
pip install .
# Install a couple of packages for formatting, linting and building the docs
pip install .[dev]
# Run unit tests
python3 -m pytest tests/
# Build the docs
cd docs
make html
You won't receive support for it, but you can pass the flag --ignore-requires-python
to install pyBADA on an unsupported Python version.
BADA and pyBADA are developed and maintained by EUROCONTROL.
This project is released under the European Union Public License v1.2 - see the LICENSE file for details.