RHNA Progress Report
State of California
@usgov.ca_gov_rhna_progress_report
State of California
@usgov.ca_gov_rhna_progress_report
Show sum of units reported on the annual progress report, Tables A and A3 (2013-2017) and Table A2 (since 2018)
Organization: State of California
Last updated: 2023-11-17T13:29:45.823512
Tags: apr, hcd, rhna
CREATE TABLE n_6th_cycle_rhna_progress_report (
"jurisdiction" VARCHAR,
"planning_period" VARCHAR,
"n_6th_cycle_started" BOOLEAN -- 6TH CYCLE STARTED,
"vli_units" DOUBLE,
"rhna_vli" BIGINT,
"vli" VARCHAR -- VLI %,
"li_units" DOUBLE,
"rhna_li" BIGINT,
"li" VARCHAR -- LI %,
"mod_units" DOUBLE,
"rhna_mod" BIGINT,
"mod" VARCHAR -- MOD %,
"above_mod_units" DOUBLE,
"rhna_above_mod" BIGINT,
"above_mod" VARCHAR -- ABOVE MOD %
);Anyone who has the link will be able to view this.