-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_config.yaml
88 lines (83 loc) · 2.49 KB
/
my_config.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
base_scenario:
input_dir: "data/interim/networks/base_network/"
shape_file_name: "shape.geojson"
link_file_name: "link.json"
node_file_name: "node.geojson"
transit_directory: ""
validate_network: False
scenario:
project_cards_filenames: []
card_directory: "project_cards"
glob_search: "*.yml"
tags: []
output:
format: 'geojson' # geojson or shp
directory: ''
prefix: ''
# my_parameters:
# dictionary of time period definitions
# time_period_to_time:
# AM: ('6:00','9:00')
# MD: ('9:00','16:00')
# PM: ('16:00','19:00')
# NT: ('19:00','6:00')
#
# dictionary of category definitions
# suffix, source (in order of search)
# categories:
# sov': ['sov','default']
# hov2': ['hov2','default', 'sov']
# hov3': ['hov3','hov2','default','sov']
# truck':['trk','sov','default']
#
# dictionary of properties to split by time of day or category
# variables_to_split:
# trn_priority:
# v: 'trn_priority'
# time_periods': time_period_to_time
# ttime_assert:
# v: 'ttime_assert'
# time_periods: time_period_to_time
# lanes:
# v: 'lanes'
# time_periods: time_period_to_time
# price:
# v:'price'
# time_periods: time_period_to_time
# categories: categories},
# access:
# v: 'access'
# time_periods: time_period_to_time
#
# location of county shapefile
# county_shape:
#
# variable with county names in shapefile
# Default: 'CO_NAME'
# county_variable_shp:
#
# list of county names in MPO boundary
# Default: ['ANOKA', 'DAKOTA', 'HENNEPIN', 'RAMSEY', 'SCOTT', 'WASHINGTON', 'CARVER']
# mpo_counties:
#
# location of taz shapefile
# taz_shape:
#
# location of taz data for calculating area type
# taz_data:
#
# integer, for identifying centroid connectors
# highest_taz_number:
#
# list of additional methods to calculate additional variables
# calculated_variables_roadway:
# - 'self.calculate_area_type(network_variable = "area")'
# 'self.calculate_county(network_variable = "county")'
# 'self.calculate_centroidconnect(network_variable = "centroidconnect")'
# 'self.calculate_mpo(network_variable = "mpo")'
# 'self.calculate_road_class_idx(network_variable="road_class_idx")'
# 'self.calculate_assign_group(network_variable="assign_group")'
#
# list of variables to keep in final output
# output_variables:
#