Interface for modeling, generating, visualizing and saving aircraft encounter data sets.
Aircraft encounter modeling allows users to represent aircraft behavior using statistical models.
Contrail's intended purpose is for users to model, generate, visualize and save large encounter data sets in order to develop and verify aircraft collision avoidance software. For a more detailed explanation on the usage of this product, please refer to usage.rst.
After installation, refer to tutorial.rst for a detailed explanation on how to run and use the tool.
pip install git+https://github.com/sisl/Contrail
to install Contrail as a package.
Additionally, you can clone the Contrail repository to your local computer and open/run it in an IDE. The tutorial.rst assumes that you have done this step.
If you clone the repository (do not install it as a package), install the environment requirements with pip
pip install -r requirements.txt
Best practice is to install the requirements in a Python virtual environment and run Contrail in that venv to avoid any version issues.
