Post Processing

Overview

Post Processing contains tools and scripts for processing the logs that the Airside System Repository outputs.

Repository:

Software

Setup

  1. Create a Python 3.11 virtual environment: python -m venv ./venv

  2. Run source setup_project.sh if using Linux or Mac, or setup_project.ps1 if using Windows.

Usage

  1. 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.