RegenCity interactive analysis
Four analysis surfaces over the RegenCity indicator work, organised into two groups: the parcel study, and the H3 framework. This page explains what lives in each tab, which one to open for a given question, and the interaction rules they share.
Parcel study
H3 framework
Which tab answers which question
Rules the explorer tabs share
The parcel explorer and the cell explorer follow the same interaction contract, so a control learned on one tab behaves the same way on the other.
The two verification tabs are review surfaces rather than filtering surfaces: they present fixed, pre-validated evidence panels, and the built-form tab adds a city selector.
Where the data comes from
src/data/parcel/snapshot.json.py from the two supplied parcel CSVs, harmonized into one browser payload.src/data/snapshot.zip.py, which runs the canonical evaluation preflight and joins the declared sandbox outputs.src/data/built-form.zip.py from existing sandbox outputs. It validates and packages; it does not recalculate.Snapshots are cached under src/.observablehq/cache/. The cache, dist/, and node_modules/ are generated and are not versioned. The parcel CSVs are not versioned in this repository; the loader looks for them under REGENCITY_PARCEL_DATA_DIR, then data/parcel_study/, then the sibling Regen_Parcel_Study/ directory. Method definitions, indicator specifications, and evaluation eligibility all remain upstream in the pipeline repository — see observable-framework/README.md for the publication boundary in full.