Annual Household Control Totals
The
annual_household_control_totals table contains the control totals, or aggregate targets for the number of households for each year.
Note: This table now incorporates the information in household_characteristics_for_ht table, with the transition to use urbansim.models.transition_model instead of household_transition_model. The function provided by this table can be accomplished by adding [attribute], [attribute]_min and [attribute]_max columns (e.g. race_id, persons_min and person_max) to annual_household_control_totals table.
| Column Name |
Data Type |
Required |
Description |
| year |
Integer |
Y |
simulation year |
| race_id |
Integer |
N |
race_id category |
| age_of_head_min |
Integer |
N |
lower bound age_of_head category; put -1 for any value |
| age_of_head_max |
Integer |
N |
upper bound age_of_head category; put -1 for any value |
| total_number_of_hoseholds |
Integer |
Y |
total number of households for the specified category |
--
FirouzehNourzad - 08 Dec 2009
Topic revision: r3 - 22 Oct 2010 - 17:11:20 -
LimingWang