Household Characteristics for HT
The
household_characteristics_for_ht table contains the classification used in the annual_household_control_totals table to determine how many households of particular categories will be in the region in a simulation year. Any attribute on the household table may be used.
Note: This table is to be phased out 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 |
| characteristic |
String(11) |
Y |
Name of the attribute on the household table (must match exactly) |
| min |
Integer |
Y |
Start of user-defined class range |
| max |
Integer |
Y |
End of user-defined class range |
--
PaulWaddell - 09 Dec 2009
Topic revision: r3 - 22 Oct 2010 - 17:06:51 -
LimingWang