JointTrip - Bi-County-AlaCC-Activity-Based-Model/client_actc_ccta_model_doc GitHub Wiki
Home > TravelModel > UsersGuide > DataDictionary > JointTrip
Simulation results specific to joint trip 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/jointTripData_<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) | JointTour |
| stop_id | Stop number unique to half tour | Integer, in order of trips; -1 if this is a half tour | |
| inbound | Inbound stop indicator | Dummy
|
|
| tour_purpose | Purpose of the joint tour | String
|
|
| orig_purpose | Purpose at the origin end of the trip | String
|
|
| dest_purpose | Purpose at the destination end of the trip | String
|
|
| 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
|
|
| parking_taz | Transportation analysis zone in which the trip maker(s) park (model component not yet implemented) | Integer, 1 to 6593; 0 if no parking zone is selected | |
| depart_hour | Time of departure for the trip | 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 | |
| trip_mode | Travel mode for the trip | Integer, see TravelModes#tour-and-trip-modes | |
| num_participants | Number of participants on the tour | Integer, 2 and up | |
| tour_mode | Primary (though not necessarily used) travel mode for the tour | Integer, see TravelModes#tour-and-trip-modes | |
| tour_category | Tour category | String, "JOINT_NON_MANDATORY", which is the only type of joint tour currently modeled | |
| 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 | |
| TaxiWait | Float, 0 and up | ||
| singleTNCWait | Float, 0 and up | ||
| sharedTNCWait | Float, 0 and up |