JointTour - Bi-County-AlaCC-Activity-Based-Model/client_actc_ccta_model_doc GitHub Wiki
Home > TravelModel > UsersGuide > DataDictionary > JointTour
Simulation results specific to joint tour decisions. Joint travel is defined in the model structure as two or more individuals from the same household making a complete travel tour together.
File location: main/jointTourData_<iteration>.csv
| Name | Definition | Scale | Join with … |
|---|---|---|---|
| hh_id | Unique household ID number | Long integer, any value | All model files, synthetic population household file |
| tour_id | Joint tour number unique to the household | Integer, 0 or 1 (0 represents first joint tour, 1 represents the second if there are two) | Synthetic population person file, Model files specific to persons and individual travel |
| tour_category | Type of joint tour | String, "JOINT_NON_MANDATORY", which is the only type of joint tour currently modeled | |
| tour_purpose | Purpose of the joint tour | String
|
|
| tour_composition | Type of tour composition | Integer
|
|
| tour_participants | Household members participating in the tour | String of Integers, with spaces between, of the person_num | Person file |
| orig_taz | Origin transportation analysis zone | Integer, 1 to 6593 | Shape file |
| orig_walk_segment | Walk to transit origin sub-zone (not located in space) | Integer
|
|
| dest_taz | Destination transportation analysis zone | Integer, 1 to 6593 | Shape file |
| dest_walk_segment | Walk to transit destination sub-zone (not located in space) | Integer, 1 to 6593 | |
| start_hour | Start time of the tour | Integer, 5 to 23, where 5 is the hour from 5 am to 6 am and 23 is the hour from 11 pm to midnight | |
| end_hour | End time of the tour | Integer, 5 to 23, where 5 is the hour from 5 am to 6 am and 23 is the hour from 11 pm to midnight | |
| tour_mode | Primary (though not necessarily used) travel mode for the tour | Integer, see TravelModes#tour-and-trip-modes | |
| num_ob_stops | Number of out-bound (from home) stops on the tour | Integer, 0 and up | |
| num_ib_stops | Number of in-bound (to home) stops on the tour | Integer, 0 and up | |
| avAvailable | Does the household have an autonomous vehicle available for this tour? | Integer | |
| dcLogsum | Destination choice logsum | Float, 0 and up | |
| sampleRate | Iteration sample rate | Float, 0 to 1 | |
| origTaxiWait | Float, 0 and up | ||
| destTaxiWait | Float, 0 and up | ||
| origSingleTNCWait | Float, 0 and up | ||
| destSingleTNCWait | Float, 0 and up | ||
| origSharedTNCWait | Float, 0 and up | ||
| destSharedTNCWait | Float, 0 and up |