Skip to content

Code Map

This page summarizes the code a collaborator is most likely to need when recreating the Fire VASE data lake, manuscript analyses, or figures.

Start Here

Data Lake Scripts

Dataset Construction Scripts

Figure Scripts

The easiest entry points are the numbered wrappers in manuscript_figures. They all share _figure_runner.py, which resolves data-lake paths and handles cached validation tables.

The shared figure-building code lives in scripts/figures. Those modules contain the actual Matplotlib figure logic.

Manuscript Artifacts