Skip to content

future_synthetic_pop_aggregate_by_blockgroup.py

HU DONG edited this page Nov 18, 2019 · 2 revisions

Input Files

synthetic_pop_file

This is the synthetic population h5 file. The format can be found here.

parcel_bg_File_Name

This is the parcel file that provides lookup table of parcel ID (PSRC_ID) and block gorup ID. Must include at least two columns: PSRC_ID and GEOID10. The file format can be found here.

acs_existing_control_file_name

This file is base year control file from census_getter. The file format can be found here.

new_local_estimated_file_name

This file provides local eastimate of future housing units.

Column Description Values
PSRC_ID Parcel ID
SFUnits Number of single family units
MFUnits Number of multi-family units

Output Files

future_control_file

This file provides number of hhs, and peoples who are living in this census blockgroup.

Column Description Values
unmamed Not used
GEOID10 Census blockgroup ID
total_persons Total number of people in this parcel
total_hhs Total number of households in this parcel

parcels_for_allocation_filename

This file provides number of hhs and persons who are living in this parcel.

Column Description Values
unmamed Not used
GEOID10 Census blockgroup ID
PSRC_ID Parcel ID
hhparcel Parcel ID
total_hhs Total nnumber of households
total_persons Total number of persons

acs_future_control_file_name

This file is future year control file. The file format can be found here.