Installation
Complete guide to install and configure the system step by step
Read Guide →
API Reference
Comprehensive API documentation with practical examples
Browse API →
Troubleshooting
Solutions for common problems and technical support
Get Help →
Data Format
Data structures, formats, and specifications
View Formats →
Quick Start
Clone the repository:
git clone https://github.com/emerladcompass/Aviation.git
cd Aviation
Install requirements:
pip install -r requirements.txt
# or using conda
conda env create -f environment.yml
Run the system:
python main.py
# or for development
python -m src.app