-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmandatory_tour_scheduling.yaml
56 lines (48 loc) · 1.21 KB
/
mandatory_tour_scheduling.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
SIMULATE_CHOOSER_COLUMNS:
- age
- is_female
- ptype
- is_income_less25K
- is_income_25K_to_60K
- is_income_60K_to_120K
- is_income_greater120K
- is_pre_drive_child_in_HH
- is_non_worker_in_HH
- auto_ownership
- is_all_adults_full_time_workers
- distance_to_school
- auto_time_home_to_school
- auto_time_home_to_work
- free_parking_at_work
- work_segment
- workplace_zone_id
- school_zone_id
- home_zone_id
LOGSUM_SETTINGS: tour_mode_choice.yaml
TOUR_SPEC_SEGMENTS:
work: work
school: school
univ: univ
ALTS_PREPROCESSOR:
work:
SPEC: mandatory_tour_schedulings_annotate_tours_preprocessor.csv
DF: alt_tdd
SPEC_SEGMENTS:
work:
'SPEC': tour_scheduling_work.csv
'COEFFICIENTS': tour_scheduling_work_coeffs.csv
school:
'SPEC': tour_scheduling_school.csv
'COEFFICIENTS': tour_scheduling_school_coeffs.csv
univ:
'SPEC': tour_scheduling_university.csv
'COEFFICIENTS': tour_scheduling_university_coeffs.csv
#SPEC:
# work: tour_scheduling_work.csv
# school: tour_scheduling_school.csv
# univ: tour_scheduling_university.csv
#CHOOSER_ORIG_COL_NAME: TAZ
DESTINATION_FOR_TOUR_PURPOSE:
work: workplace_zone_id
school: school_zone_id
univ: school_zone_id