Post Processing
Overview
Post Processing contains tools and scripts for processing the logs that the Airside System Repository outputs.
Repository:
Software
Setup
Create a Python 3.11 virtual environment:
python -m venv ./venv
Run
source setup_project.sh
if using Linux or Mac, orsetup_project.ps1
if using Windows.
Usage
Each tool should be runnable using
python -m [tool]
. Refer below for instructions for each individual tool.
Logs to KML
@Evan Zhao to add instructions.