-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
157 lines (147 loc) · 4.06 KB
/
config.yml
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
# provide the name of the study area
study_area_name: "Fyn"
# provide a list of municipality codes for this study area
# (see here: https://danmarksadresser.dk/adressedata/kodelister/kommunekodeliste)
# format: 4 digits in quotation marks
municipalities:
# - "0147" # Frederiksberg
# - "0151" # Ballerup
# - "0153" # Brøndby
# - "0155" # Dragør
# - "0157" # Gentofte
# - "0159" # Gladsaxe
# - "0161" # Glostrup
# - "0163" # Herlev
# - "0165" # Albertslund
# - "0167" # Hvidovre
# - "0169" # Høje-Taastrup
# - "0173" # Lyngby-Taarbæk
# - "0175" # Rødovre
# - "0183" # Ishøj
# - "0185" # Tårnby
# - "0187" # Vallensbæk
# - "0190" # Furesø
# - "0201" # Allerød
# - "0210" # Fredensborg
# - "0217" # Helsingør
# - "0219" # Hillerød
# - "0223" # Hørsholm
# - "0230" # Rudersdal
# - "0240" # Egedal
# - "0250" # Frederikssund
# - "0253" # Greve
# - "0259" # Køge
# - "0260" # Halsnæs
# - "0265" # Roskilde
# - "0269" # Solrød
# - "0270" # Gribskov
# - "0306" # Odsherred
# - "0316" # Holbæk
# - "0320" # Faxe
# - "0326" # Kalundborg
# - "0329" # Ringsted
# - "0330" # Slagelse
# - "0336" # Stevns
# - "0340" # Sorø
# - "0350" # Lejre
# - "0360" # Lolland
# - "0370" # Næstved
# - "0376" # Guldborgsund
# - "0390" # Vordingborg
# - "0400" # Bornholm
- "0410" # Middelfart
# - "0411" # Christiansø
- "0420" # Assens
- "0430" # Faaborg-Midtfyn
- "0440" # Kerteminde
- "0450" # Nyborg
- "0461" # Odense
- "0479" # Svendborg
- "0480" # Nordfyns
- "0482" # Langeland
- "0492" # Ærø
# - "0510" # Haderslev
# - "0530" # Billund
# - "0540" # Sønderborg
# - "0550" # Tønder
# - "0561" # Esbjerg
# - "0563" # Fanø
# - "0573" # Varde
# - "0575" # Vejen
# - "0580" # Aabenraa
# - "0607" # Fredericia
# - "0615" # Horsens
# - "0621" # Kolding
# - "0630" # Vejle
# - "0657" # Herning
# - "0661" # Holstebro
# - "0665" # Lemvig
# - "0671" # Struer
# - "0706" # Syddjurs
# - "0707" # Norddjurs
# - "0710" # Favrskov
# - "0727" # Odder
# - "0730" # Randers
# - "0740" # Silkeborg
# - "0741" # Samsø
# - "0746" # Skanderborg
# - "0751" # Aarhus
# - "0756" # Ikast-Brande
# - "0760" # Ringkøbing-Skjern
# - "0766" # Hedensted
# - "0773" # Morsø
# - "0779" # Skive
# - "0787" # Thisted
# - "0791" # Viborg
# - "0810" # Brønderslev
# - "0813" # Frederikshavn
# - "0820" # Vesthimmerlands
# - "0825" # Læsø
# - "0840" # Rebild
# - "0846" # Mariagerfjord
# - "0849" # Jammerbugt
# - "0851" # Aalborg
# - "0860" # Hjørring
### NO CHANGES NEEDED BELOW THIS LINE
# provide projected crs
proj_crs: "EPSG:25832"
# provide token from dataforsyning
dataforsyning_token: "fc5f46c60194d0833dbc2b219b6d500a"
datafordeler_username: "MAKKFGPILT"
datafordeler_password: "Testing23!"
# provide names of layers to use for evaluation
evaluation_layers:
- "agriculture"
- "culture"
- "facilities"
- "nature"
- "pois"
- "service"
- "verify"
### POLYGON LAYERS
# buffer zone for land use: in a buffer zone of how many meters
# around the network edges should the land use be considered?
# define distance thresholds for polygon layers
polygon_buffers:
"dist_verify": 100
"dist_agriculture": 100
"dist_culture": 100
"dist_nature": 100
"dist_summer": 100
### POINT LAYERS
# buffer zone for locations: in a buffer zone of how many meters
# around the network edges should the locations be considered as "within reach"?
point_distances:
"dist_facilities": 100
"dist_service": 500
"dist_pois": 1000
### SLOPE COMPUTATION
# max segment length in meters (slope will be computed for each segment separately)
segment_length: 100
slope_ranges: [0, 3, 5, 7] # in percent (%) elevation
# in the format [0, a, b, c]
# this will be used to classify the edges by slope:
# edges with a slope within the interval [0, a] --> "Manageable elevation"
# edges with a slope within the interval [a, b] --> "Noticeable elevation"
# edges with a slope within the interval [b, c] --> "Steep elevation"
# edges with a slope above c --> "Very steep elevation"