generated from ac-willeke/py-windows-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparameters.yaml
331 lines (318 loc) · 7.12 KB
/
parameters.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
municipality: oslo
# coordinate system
spatial_reference:
baerum: "ETRS 1989 UTM Zone 32N"
kristiansand: "ETRS 1989 UTM Zone 32N"
oslo: "ETRS 1989 UTM Zone 32N"
bodo: "ETRS 1989 UTM Zone 33N"
EPSG:
baerum: 25832
kristiansand: 25832
oslo: 25832
bodo: 25833
# delområdenummer
district_number:
baerum:
min: 302401
max: 302423
kristiansand:
min: 420407
max: 420411
oslo:
min: 30101
max: 30161
bodo:
min: 180401
max: 180411
cols_int:
- "id"
- "itree_spec"
- "schools"
- "area_code"
- "district_code"
- "pollution_zone"
cols_float:
- "dbh"
- "height_total_tree"
- "crown_area"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3_yr"
- "pollution_co"
- "pollution_o3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "co2_storage_nok_2023"
- "co2_seq_nok_2023"
- "runoff_nok_2023"
- "pollution_nok_2023"
- "totben_cap_2023"
- "totben_cap_2023_ca"
#- "totben_cap_ca" # total benefits per crown area (Nkr/m2): totben_cap / crown_area
oslo:
ref_id: "tree_id"
target_id: "id"
col_species: "taxon_genus"
cols_ref:
- "tree_id"
- "itree_spec"
- "schools"
- "area_code"
- "district_code"
- "norwegian_name"
- "scientific_name"
- "taxon_genus" # genus
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_origin"
- "pollution_zone"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3_yr"
- "pollution_co"
- "pollution_o3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "co2_storage_nok_2023"
- "co2_seq_nok_2023"
- "runoff_nok_2023"
- "pollution_nok_2023"
- "totben_cap_2023"
- "totben_cap_2023_ca"
cols_target:
- "id"
- "crown_id_2014"
- "crown_id_2021"
- "tree_id"
- "itree_spec"
- "teig_undervisning" # schools
- "school_id"
- "delomradenummer" # area_code
- "grunnkretsnummer" # district_code
- "norwegian_name"
- "common_name"
- "taxon_genus" #genus
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_diam_origin"
- "crown_peri"
- "crown_vol"
- "ratio_CA_ECA"
- "ratio_CA_CHA"
- "crown_origin"
- "pollution_zone"
- "geo_relation"
- "wg84_lon"
- "wg84_lat"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3_yr"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "co2_storage_nok_2023"
- "co2_seq_nok_2023"
- "runoff_nok_2023"
- "pollution_nok_2023"
- "totben_cap_2023"
- "totben_cap_2023_ca"
baerum:
ref_id: "tree_id"
target_id: "crown_id"
col_species: "taxon_genus"
cols_target:
- "crown_id"
- "tree_id"
- "delomradenummer" # area_code
- "grunnkretsnummer" # district_code
- "norwegian_name"
- "common_name"
- "taxon_genus" #genus
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_origin"
- "pollution_zone"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "totben_cap"
- "totben_cap_ca"
bodo:
ref_id: "tree_id"
target_id: "id"
col_species: "norwegian_name"
cols_ref:
- "tree_id"
- "itree_spec"
- "area_code"
- "district_code"
- "norwegian_name"
- "scientific_name"
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_origin"
- "pollution_zone"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "totben_cap"
- "totben_cap_ca"
cols_target:
- "id"
- "tree_id"
- "delomradenummer" # area_code
- "grunnkretsnummer" # district_code
- "norwegian_name"
- "common_name"
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_origin"
- "pollution_zone"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "totben_cap"
- "totben_cap_ca"
kristiansand:
ref_id: "tree_id"
target_id: "id"
col_species: "norwegian_name"
cols_ref:
- "tree_id"
- "itree_spec"
- "area_code"
- "district_code"
- "norwegian_name"
- "scientific_name"
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_origin"
- "pollution_zone"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "totben_cap"
- "totben_cap_ca"
cols_target:
- "id"
- "tree_id"
- "delomradenummer" # area_code
- "grunnkretsnummer" # district_code
- "norwegian_name"
- "common_name"
- "species_origin"
- "dbh"
- "dbh_origin"
- "height_total_tree"
- "height_origin"
- "crown_area"
- "crown_diam"
- "crown_origin"
- "pollution_zone"
- "co2_storage_kg"
- "co2_seq_kg_yr"
- "runoff_m3"
- "pollution_no2"
- "pollution_pm25"
- "pollution_so2"
- "pollution_g"
- "totben_cap"
- "totben_cap_ca"
rf_individual_es:
reference_literature: NINA Project memo 397 (Barton, D. & Venter, Z., 2022)
model_form: (individual_ES)x,y,t ~ randomForest(Height + Crown Area + Pollution Zone)x,y,t
transform: None
model_options:
test_size: 0.2
random_state: 3
response:
- runoff_m3
#- pollution_no2
#- pollution_pm25
#- pollution_so2
- pollution_g # sum(NO2, PM25 and SO2)
predictors: # species
- height_total_tree # tree height
- crown_area
- pollution_zone # zone 1, zone 3, zone 3
rf_carbon_es:
reference_literature: NINA Project memo 397 (Barton, D. & Venter, Z., 2022)
model_form: (individual_ES)x,y,t ~ randomForest(DBH + Height + Crown Area + Pollution Zone)x,y,t
transform: None
model_options:
test_size: 0.2
random_state: 3
response:
- co2_storage_kg
- co2_seq_kg_yr
predictors: # species
- dbh
- height_total_tree # tree height
- crown_area
- pollution_zone # zone 1, zone 3, zone 3
rf_total_cap:
reference_literature: Barton, D. 2023
model_form: (Total Annual Benefits)x,y,t ~ randomForest(Species + DBH + Height + Crown Area + Pollution Zone)x,y,t
transform: None
model_options:
test_size: 0.2
random_state: 3
response:
- totben_cap # total benefits (Nkr/tree)
predictors:
- taxon_genus # species
- dbh # diameter at breast height
- height_total_tree # tree height
- crown_area
- pollution_zone # zone 1, zone 3, zone 3