Skip to content

Python library for BADA, the Aircraft Performance Model developed and maintained by EUROCONTROL

License

Notifications You must be signed in to change notification settings

eurocontrol/pybada

Repository files navigation

pyBADA

License: EUPL Released on PyPi Python 3.12 Code style: black Run unit tests

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.

Development

# 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

Running on unsupported environements

You won't receive support for it, but you can pass the flag --ignore-requires-python to install pyBADA on an unsupported Python version.

License

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.

About

Python library for BADA, the Aircraft Performance Model developed and maintained by EUROCONTROL

Topics

Resources

License

Stars

Watchers

Forks

Languages