Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.89 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.89 KB

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.