Vital Signs: Housing Production – by county
VITAL SIGNS INDICATOR
Housing Production (LU4)
FULL MEASURE NAME
Produced housing units by unit type
LAST UPDATED
October 2019
DESCRIPTION
Housing production is measured in terms of the number of units that local jurisdictions produces throughout a given year. The annual production count captures housing units added by new construction and annexations, subtracts demolitions and destruction from natural disasters, and adjusts for units lost or gained by conversions.
DATA SOURCE
California Department of Finance
Form E-8
1990-2010
http://www.dof.ca.gov/Forecasting/Demographics/Estimates/E-8/
California Department of Finance
Form E-5
2011-2018
http://www.dof.ca.gov/Forecasting/Demographics/Estimates/E-5/
U.S. Census Bureau Population Estimates
2000-2018
https://www.census.gov/programs-surveys/popest.html
CONTACT INFORMATION
vitalsigns.info@bayareametro.gov
METHODOLOGY NOTES (across all datasets for this indicator)
Single-family housing units include single detached units and single attached units. Multi-family housing includes two to four units and five plus or apartment units.
Housing production data for metropolitan areas for each year is the difference of annual housing unit estimates from the Census Bureau’s Population Estimates Program. Housing production data for the region, counties, and cities for each year is the difference of annual housing unit estimates from the California Department of Finance. Department of Finance data uses an annual cycle between January 1 and December 31, whereas U.S. Census Bureau data uses an annual cycle from April 1 to March 31 of the following year.
Housing production data shows how many housing units have been produced over time. Like housing permit statistics, housing production numbers are an indicator of where the region is growing. However, since permitted units are sometimes not constructed or there can be a long lag time between permit approval and the start of construction, production data also reflects the effects of barriers to housing production. These range from a lack of builder confidence to high construction costs and limited financing. Data also differentiates the trends in multi-family, single-family and mobile home production.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"bayareametro-gov/vital-signs-housing-production-by-county-nyee-uw6v\".\"vital_signs_housing_production_by_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.