New python-based (Dash) calibration visualizer. This is currently being developed to support SAN airport model calibration.
- Install UV.
- Clone this repository and navigate to it.
- Create a uv virtual environment with python 3.11:
uv venv --python 3.11 - Install dependencies:
uv pip install -r requirements.txt - Copy
.env.exampleto.envand update configurations as needed. - Start the application:
uv run app.py