BayAreaMetro / bayarea_urbansim

Bay Area Version of the UrbanSim Model
http://bayareametro.github.io/bayarea_urbansim
14 stars 11 forks source link

Add Visualizer to BAUS, Step1: Add output viz to BAUS runs #325

Closed theocharides closed 1 year ago

theocharides commented 1 year ago

Overview

The PR adds a model visualizer to the BAUS model run code, starting with model output only. The visualizer can be run on it's own if the model summary files are in place, but will also run as part of a model run if configured to do so. This flow integrates the visualizer with BAUS code, reducing duplicated code and helping the code to stay in sync with changes to the model code.

This PR is Step 1 of the "Add Visualizer to BAUS" PR series. It prepares model outputs upon a BAUS model run and adds them to the folder containing the model's visualizer. Step 2 and Step 3 will add model inputs/assumptions and interim model output to the visualizer, and automate the updating of the visualizer on Tableau Cloud.

Visualizer Integration

Other Clean-up