-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_template.ini
More file actions
38 lines (35 loc) · 916 Bytes
/
config_template.ini
File metadata and controls
38 lines (35 loc) · 916 Bytes
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
[DEFAULT]
root = <root directory used in *indir* values>
year = 2020
data_dict = .\support\TNC Annual Reports Data Dictionary %(year)s_confidentiality.xlsx
companies = Uber, Lyft
[inventory]
indir = %(root)s\%(year)s
outdir = <outdir>
summary_ofile = completeness_summary.xlsx
[consistency]
indir = %(root)s\%(year)s
outdir = <outdir>
summary_ofile = consistency_summary.xlsx
completed_trips = True
incompleted_requests = True
total_requests = True
vmt = True
driver_days = True
driver_hours = True
[characteristics]
indir = %(root)s\%(year)s
outdir = <outdir>
summary_ofile = general_characteristics.xlsx
zipcode_to_county = .\support\zcta20_to_county20.csv
zipcode_ofile = trips_zipcode.csv
county_ofile = trips_county.csv
completed_trips = True
incompleted_requests = True
total_requests = True
vmt = True
non_pool = True
pool_no_match = True
pool_match = True
incomplete_pool = True
incomplete_non_pool = True