ccao-data / model-res-avm

Automated valuation model for all class 200 residential properties in Cook County (except vacant land and condos)
GNU Affero General Public License v3.0
26 stars 5 forks source link

Refactor Quarto output to support multiple docs #133

Closed dfsnow closed 9 months ago

dfsnow commented 9 months ago

This PR lays the groundwork for #127 by:

  1. Restructuring the existing Quarto docs. The performance.qmd files now live in the reports/performance/ directory. Only the _setup.qmd file remains in reports/, as it is used by all docs.
  2. Adds a stub file for a PIN-level diagnostic report in reports/pin/pin.qmd. This report is generated individually for all specified PINs. PINs can be specified via params.yaml, by setting the REPORT_ADDITIONAL_PINS env variable, or by using the model workflow dispatch.
  3. Adding code to automatically generate and upload a report for each specified PIN.

CC'ing @wagnerlmichael and @Damonamajor for awareness. This might be pain to merge given all the open Quarto PRs. I'll merge this and then try to close all those out.