-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcombine.yaml
257 lines (252 loc) · 5.35 KB
/
combine.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
runs:
2016: \\2016_RTP
2025: \\2025_RTP
2035: \\2035_RTP
2050: \\2050_RTP
outpath: \\data
tables:
ao_by_mgra:
merge:
- homeMGRA
ao_dist:
merge:
- index
skip:
- ao_counts
ec_flows_city:
merge:
- origin
- destination
ec_flows_city_cpa:
merge:
- origin
- destination
ec_flows_mgra:
merge:
- origin
- destination
ec_flows_taz:
merge:
- origin
- destination
ec_flows_taz_full:
merge:
- origin
- destination
length_by_mode:
merge:
- tripMode
separate:
- dist_by_mode
- time_by_mode
length_by_mode_ec:
merge:
- tripMode
separate:
- dist_by_mode
- time_by_mode
suffix: ec
length_by_mode_mh:
merge:
- tripMode
separate:
- dist_by_mode
- time_by_mode
suffix: mh
mgra_od_flows:
merge:
- origin
- destination
mh_flows_taz:
merge:
- origin
- destination
mh_flows_taz_full:
merge:
- origin
- destination
mode_comparison_mh:
merge:
- tripMode
separate:
- Employment Center
- Mobility Hub
- Region
suffix: ModeShare
mode_share:
merge:
- tripMode
mode_share_by_tele:
melt:
id_vars: telecommuteChoice
var_name: Mode
merge:
- telecommuteChoice
- Mode
subsets:
mode_share_by_tele_0:
query: 'telecommuteChoice == "No telecommute"'
transpose: Year
exclude:
- telecommuteChoice
mode_share_by_tele_1:
query: 'telecommuteChoice == "One Day"'
transpose: Year
exclude:
- telecommuteChoice
mode_share_by_tele_23:
query: 'telecommuteChoice == "Two-Three Days"'
transpose: Year
exclude:
- telecommuteChoice
mode_share_by_tele_4:
query: 'telecommuteChoice == "Four or More Days"'
transpose: Year
exclude:
- telecommuteChoice
mode_share_by_tele_5:
query: 'telecommuteChoice == "Telecommuter Only"'
transpose: Year
exclude:
- telecommuteChoice
mode_share_ec:
merge:
- tripMode
mode_share_mh:
merge:
- tripMode
pop_by_age:
merge:
- index
skip:
- age_count
pop_by_race:
merge:
- index
skip:
- race_count
purpose_share:
merge:
- tripPurposeDestination
skip:
- purpose_counts
summary:
transpose: stat
merge:
- stat
subsets:
summary_population:
query: 'stat in ["num_hhs", "num_persons", "num_workers"]'
rename:
stat:
num_hhs: Households
num_persons: People
num_workers: Workers
summary_income:
query: 'stat in ["hh_income"]'
rename:
stat:
hh_income: "Household Income"
summary_hhsizeveh:
query: 'stat in ["hh_size", "auto_ownership"]'
rename:
stat:
hh_size: "Household Size"
auto_ownership: "Household Vehicles"
summary_vmt:
query: 'stat == "total_vmt"'
transpose: Year
summary_vht:
query: 'stat == "total_vht"'
transpose: Year
summary_vhd:
query: 'stat == "total_vhd"'
transpose: Year
summary_numtrips:
query: 'stat in ["num_v_trips", "num_p_trips"]'
rename:
stat:
num_v_trips: "Vehicle Trips"
num_p_trips: "Person Trips"
transpose: Year
summary_trip_rate:
query: 'stat in ["resident_trip_rate", "worker_trip_rate"]'
rename:
stat:
resident_trip_rate: "Residents"
worker_trip_rate: "Workers"
transpose: Year
summary_telework:
query: 'stat in ["num_workers", "num_teleworkers"]'
rename:
stat:
num_workers: "Workers"
num_teleworkers: "Teleworkers"
transpose: Year
summary_ec:
transpose: stat
merge:
- stat
subsets:
summary_ec:
query: 'stat in ["num_v_trips", "percent_total"]'
rename:
stat:
num_v_trips: "Vehicle Trips"
percent_total: "Percent of Total"
transpose: Year
summary_mh:
transpose: stat
merge:
- stat
subsets:
summary_mh:
query: 'stat in ["num_v_trips", "percent_total"]'
rename:
stat:
num_v_trips: "Vehicle Trips"
percent_total: "Percent of Total"
transpose: Year
tele_choice:
transpose: Telework Status
merge:
- Telework Status
subsets:
tele_choice:
query:
transpose: Year
normalize: True
transit_summary:
merge:
- MODE
- ACCESSMODE
- TOD
total:
MODE: Boardings
ACCESSMODE: Boardings
TOD: Boardings
subsets:
transit_boardings_by_year:
query: 'MODE == "Boardings" and ACCESSMODE == "Boardings" and TOD == "Boardings"'
exclude:
- ACCESSMODE
- TOD
transpose: Year
#trip_model_summary
trips_by_tod:
merge:
- departTimeFiveTod
skip:
- trips_by_tod
vmt_per_capita_by_city:
merge:
- homeCity
vmt_per_capita_by_mgra:
merge:
- homeMGRA
vmt_per_capita_by_taz:
merge:
- TAZ
vmt_per_capita_by_tele:
merge:
- telecommuteChoice