fvs-python 0.2.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fvs_python-0.2.3.dist-info/METADATA +254 -0
- fvs_python-0.2.3.dist-info/RECORD +149 -0
- fvs_python-0.2.3.dist-info/WHEEL +5 -0
- fvs_python-0.2.3.dist-info/licenses/LICENSE +21 -0
- fvs_python-0.2.3.dist-info/top_level.txt +1 -0
- pyfvs/__init__.py +107 -0
- pyfvs/bark_ratio.py +323 -0
- pyfvs/cfg/CFG_README.md +73 -0
- pyfvs/cfg/dbh_bounding_table_4_7_1_8.json +103 -0
- pyfvs/cfg/ecounit_coefficients_table_4_7_1_5.json +981 -0
- pyfvs/cfg/ecounit_coefficients_table_4_7_1_6.json +856 -0
- pyfvs/cfg/forest_type_mapping_table_4_7_1_4.json +38 -0
- pyfvs/cfg/fortype_coefficients_table_4_7_1_3.json +1183 -0
- pyfvs/cfg/functional_forms.yaml +111 -0
- pyfvs/cfg/growth_model_parameters.yaml +98 -0
- pyfvs/cfg/plant_values_table_4_7_1_7.json +15 -0
- pyfvs/cfg/site_index_transformation.yaml +113 -0
- pyfvs/cfg/sn_bark_ratio_coefficients.json +115 -0
- pyfvs/cfg/sn_crown_competition_factor.json +109 -0
- pyfvs/cfg/sn_crown_ratio_coefficients.json +956 -0
- pyfvs/cfg/sn_crown_width_coefficients.json +1664 -0
- pyfvs/cfg/sn_diameter_growth_coefficients.json +300 -0
- pyfvs/cfg/sn_height_diameter_coefficients.json +97 -0
- pyfvs/cfg/sn_large_tree_diameter_growth.json +191 -0
- pyfvs/cfg/sn_large_tree_height_growth.json +229 -0
- pyfvs/cfg/sn_large_tree_height_growth_coefficients.json +1187 -0
- pyfvs/cfg/sn_mortality_model.json +176 -0
- pyfvs/cfg/sn_regeneration_model.json +252 -0
- pyfvs/cfg/sn_relative_site_index.json +263 -0
- pyfvs/cfg/sn_small_tree_height_growth.json +879 -0
- pyfvs/cfg/sn_species_codes_table.json +728 -0
- pyfvs/cfg/sn_stand_density_index.json +398 -0
- pyfvs/cfg/species/ab_american_basswood.yaml +251 -0
- pyfvs/cfg/species/ae_american_elm.yaml +240 -0
- pyfvs/cfg/species/ah_american_hornbeam.yaml +250 -0
- pyfvs/cfg/species/ap_american_plum.yaml +251 -0
- pyfvs/cfg/species/as_american_sycamore.yaml +253 -0
- pyfvs/cfg/species/ba_black_ash.yaml +254 -0
- pyfvs/cfg/species/bb_basswood.yaml +254 -0
- pyfvs/cfg/species/bc_black_cherry.yaml +254 -0
- pyfvs/cfg/species/bd_sweet_birch.yaml +252 -0
- pyfvs/cfg/species/be_american_beech.yaml +251 -0
- pyfvs/cfg/species/bg_black_gum.yaml +252 -0
- pyfvs/cfg/species/bj_blue_jay.yaml +254 -0
- pyfvs/cfg/species/bk_sugar_maple.yaml +251 -0
- pyfvs/cfg/species/bn_butternut.yaml +252 -0
- pyfvs/cfg/species/bo_red_maple.yaml +255 -0
- pyfvs/cfg/species/bt_bigtooth_aspen.yaml +254 -0
- pyfvs/cfg/species/bu_buckeye.yaml +252 -0
- pyfvs/cfg/species/by_bald_cypress.yaml +255 -0
- pyfvs/cfg/species/ca_american_chestnut.yaml +254 -0
- pyfvs/cfg/species/cb_cucumber_tree.yaml +254 -0
- pyfvs/cfg/species/ck_virginia_pine.yaml +254 -0
- pyfvs/cfg/species/co_pond_cypress.yaml +251 -0
- pyfvs/cfg/species/ct_catalpa.yaml +251 -0
- pyfvs/cfg/species/cw_chestnut_oak.yaml +253 -0
- pyfvs/cfg/species/dw_dogwood.yaml +250 -0
- pyfvs/cfg/species/el_american_hornbeam.yaml +254 -0
- pyfvs/cfg/species/fm_flowering_dogwood.yaml +251 -0
- pyfvs/cfg/species/fr_fraser_fir.yaml +247 -0
- pyfvs/cfg/species/ga_green_ash.yaml +254 -0
- pyfvs/cfg/species/ha_hawthorn.yaml +252 -0
- pyfvs/cfg/species/hb_hornbeam.yaml +254 -0
- pyfvs/cfg/species/hh_dogwood.yaml +251 -0
- pyfvs/cfg/species/hi_hickory_species.yaml +252 -0
- pyfvs/cfg/species/hl_holly.yaml +254 -0
- pyfvs/cfg/species/hm_eastern_hemlock.yaml +246 -0
- pyfvs/cfg/species/hy_holly.yaml +252 -0
- pyfvs/cfg/species/ju_eastern_juniper.yaml +247 -0
- pyfvs/cfg/species/lb_loblolly_bay.yaml +254 -0
- pyfvs/cfg/species/lk_laurel_oak.yaml +254 -0
- pyfvs/cfg/species/ll_longleaf_pine.yaml +265 -0
- pyfvs/cfg/species/lo_silver_maple.yaml +252 -0
- pyfvs/cfg/species/lp_loblolly_pine.yaml +268 -0
- pyfvs/cfg/species/mb_mountain_birch.yaml +250 -0
- pyfvs/cfg/species/mg_magnolia.yaml +251 -0
- pyfvs/cfg/species/ml_maple_leaf.yaml +254 -0
- pyfvs/cfg/species/ms_maple_species.yaml +247 -0
- pyfvs/cfg/species/mv_magnolia_vine.yaml +254 -0
- pyfvs/cfg/species/oh_other_hardwood.yaml +231 -0
- pyfvs/cfg/species/os_other_softwood.yaml +232 -0
- pyfvs/cfg/species/ot_other_tree.yaml +210 -0
- pyfvs/cfg/species/ov_overcup_oak.yaml +254 -0
- pyfvs/cfg/species/pc_pond_cypress.yaml +254 -0
- pyfvs/cfg/species/pd_pitch_pine.yaml +245 -0
- pyfvs/cfg/species/pi_pine_species.yaml +246 -0
- pyfvs/cfg/species/po_american_beech.yaml +254 -0
- pyfvs/cfg/species/pp_pond_pine.yaml +246 -0
- pyfvs/cfg/species/ps_persimmon.yaml +251 -0
- pyfvs/cfg/species/pu_pond_pine.yaml +249 -0
- pyfvs/cfg/species/qs_flowering_dogwood.yaml +254 -0
- pyfvs/cfg/species/ra_red_ash.yaml +245 -0
- pyfvs/cfg/species/rd_redbud.yaml +251 -0
- pyfvs/cfg/species/rl_red_elm.yaml +240 -0
- pyfvs/cfg/species/rm_red_maple.yaml +256 -0
- pyfvs/cfg/species/ro_eastern_hemlock.yaml +255 -0
- pyfvs/cfg/species/sa_slash_pine.yaml +265 -0
- pyfvs/cfg/species/sb_sweet_birch.yaml +255 -0
- pyfvs/cfg/species/sd_sand_pine.yaml +251 -0
- pyfvs/cfg/species/sk_swamp_oak.yaml +253 -0
- pyfvs/cfg/species/sm_sugar_maple.yaml +252 -0
- pyfvs/cfg/species/sn_loblolly_pine.yaml +254 -0
- pyfvs/cfg/species/so_southern_oak.yaml +253 -0
- pyfvs/cfg/species/sp_shortleaf_pine.yaml +267 -0
- pyfvs/cfg/species/sr_spruce_pine.yaml +246 -0
- pyfvs/cfg/species/ss_basswood.yaml +251 -0
- pyfvs/cfg/species/su_sweetgum.yaml +255 -0
- pyfvs/cfg/species/sv_silver_maple.yaml +255 -0
- pyfvs/cfg/species/sy_sycamore.yaml +254 -0
- pyfvs/cfg/species/tm_tamarack.yaml +246 -0
- pyfvs/cfg/species/to_tulip_oak.yaml +254 -0
- pyfvs/cfg/species/ts_tulip_tree.yaml +253 -0
- pyfvs/cfg/species/vp_virginia_pine.yaml +248 -0
- pyfvs/cfg/species/wa_white_ash.yaml +254 -0
- pyfvs/cfg/species/we_white_elm.yaml +250 -0
- pyfvs/cfg/species/wi_willow.yaml +248 -0
- pyfvs/cfg/species/wk_water_oak.yaml +254 -0
- pyfvs/cfg/species/wn_walnut.yaml +254 -0
- pyfvs/cfg/species/wo_white_oak.yaml +256 -0
- pyfvs/cfg/species/wp_white_pine.yaml +250 -0
- pyfvs/cfg/species/wt_water_tupelo.yaml +254 -0
- pyfvs/cfg/species/yp_yellow_poplar.yaml +261 -0
- pyfvs/cfg/species_config.yaml +106 -0
- pyfvs/clark_profile.py +323 -0
- pyfvs/competition.py +332 -0
- pyfvs/config_loader.py +375 -0
- pyfvs/crown_competition_factor.py +464 -0
- pyfvs/crown_ratio.py +377 -0
- pyfvs/crown_width.py +512 -0
- pyfvs/data_export.py +356 -0
- pyfvs/ecological_unit.py +272 -0
- pyfvs/exceptions.py +86 -0
- pyfvs/fia_integration.py +876 -0
- pyfvs/forest_type.py +253 -0
- pyfvs/growth_plots.py +579 -0
- pyfvs/harvest.py +603 -0
- pyfvs/height_diameter.py +248 -0
- pyfvs/large_tree_height_growth.py +822 -0
- pyfvs/logging_config.py +213 -0
- pyfvs/main.py +99 -0
- pyfvs/mortality.py +431 -0
- pyfvs/parameters.py +121 -0
- pyfvs/simulation_engine.py +386 -0
- pyfvs/stand.py +1004 -0
- pyfvs/stand_metrics.py +436 -0
- pyfvs/stand_output.py +552 -0
- pyfvs/tree.py +756 -0
- pyfvs/validation.py +190 -0
- pyfvs/volume_library.py +761 -0
|
@@ -0,0 +1,1183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"table_description": "Table 4.7.1.3 FORTYPE values by species and forest type groups for the SN variant",
|
|
3
|
+
"forest_type_groups": {
|
|
4
|
+
"FTLOHD": {
|
|
5
|
+
"name": "Lowland Hardwoods",
|
|
6
|
+
"fia_forest_types": [
|
|
7
|
+
168,
|
|
8
|
+
508,
|
|
9
|
+
601,
|
|
10
|
+
602,
|
|
11
|
+
605,
|
|
12
|
+
606,
|
|
13
|
+
607,
|
|
14
|
+
608,
|
|
15
|
+
702,
|
|
16
|
+
703,
|
|
17
|
+
704,
|
|
18
|
+
705,
|
|
19
|
+
706,
|
|
20
|
+
708
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"FTNOHD": {
|
|
24
|
+
"name": "Northern Hardwoods",
|
|
25
|
+
"fia_forest_types": [
|
|
26
|
+
701,
|
|
27
|
+
801,
|
|
28
|
+
805
|
|
29
|
+
]
|
|
30
|
+
},
|
|
31
|
+
"FTOKPN": {
|
|
32
|
+
"name": "Oak - Pine",
|
|
33
|
+
"fia_forest_types": [
|
|
34
|
+
165,
|
|
35
|
+
403,
|
|
36
|
+
404,
|
|
37
|
+
405,
|
|
38
|
+
406,
|
|
39
|
+
407,
|
|
40
|
+
409
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"FTSFHP": {
|
|
44
|
+
"name": "Spruce - Fir - Hemlock - Pine",
|
|
45
|
+
"fia_forest_types": [
|
|
46
|
+
104,
|
|
47
|
+
105,
|
|
48
|
+
121,
|
|
49
|
+
124
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"FTUPHD": {
|
|
53
|
+
"name": "Upland Hardwoods",
|
|
54
|
+
"fia_forest_types": [
|
|
55
|
+
103,
|
|
56
|
+
167,
|
|
57
|
+
181,
|
|
58
|
+
401,
|
|
59
|
+
402,
|
|
60
|
+
506,
|
|
61
|
+
511,
|
|
62
|
+
512,
|
|
63
|
+
513,
|
|
64
|
+
519,
|
|
65
|
+
520,
|
|
66
|
+
802,
|
|
67
|
+
807,
|
|
68
|
+
809
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
"FTUPOK": {
|
|
72
|
+
"name": "Upland Oak",
|
|
73
|
+
"fia_forest_types": [
|
|
74
|
+
501,
|
|
75
|
+
502,
|
|
76
|
+
503,
|
|
77
|
+
504,
|
|
78
|
+
505,
|
|
79
|
+
510,
|
|
80
|
+
514,
|
|
81
|
+
515
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"FTYLPN": {
|
|
85
|
+
"name": "Yellow Pine",
|
|
86
|
+
"fia_forest_types": [
|
|
87
|
+
141,
|
|
88
|
+
142,
|
|
89
|
+
161,
|
|
90
|
+
162,
|
|
91
|
+
163,
|
|
92
|
+
164
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"species_coefficients": {
|
|
97
|
+
"FR": {
|
|
98
|
+
"base_fortype": "FTUPOK",
|
|
99
|
+
"fortype_codes": {
|
|
100
|
+
"FTLOHD": 0.0,
|
|
101
|
+
"FTNOHD": -0.023264,
|
|
102
|
+
"FTOKPN": 0.294886,
|
|
103
|
+
"FTSFHP": -0.271743,
|
|
104
|
+
"FTUPHD": -0.004304,
|
|
105
|
+
"FTUPOK": 0.0,
|
|
106
|
+
"FTYLPN": 0.039012
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"JU": {
|
|
110
|
+
"base_fortype": "FTUPOK",
|
|
111
|
+
"fortype_codes": {
|
|
112
|
+
"FTLOHD": 0.128828,
|
|
113
|
+
"FTNOHD": -0.020186,
|
|
114
|
+
"FTOKPN": 0.054362,
|
|
115
|
+
"FTSFHP": 0.0,
|
|
116
|
+
"FTUPHD": 0.079239,
|
|
117
|
+
"FTUPOK": 0.0,
|
|
118
|
+
"FTYLPN": 0.144288
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"PI": {
|
|
122
|
+
"base_fortype": "FTUPOK",
|
|
123
|
+
"fortype_codes": {
|
|
124
|
+
"FTLOHD": 0.0,
|
|
125
|
+
"FTNOHD": -0.023264,
|
|
126
|
+
"FTOKPN": 0.294886,
|
|
127
|
+
"FTSFHP": -0.271743,
|
|
128
|
+
"FTUPHD": -0.004304,
|
|
129
|
+
"FTUPOK": 0.0,
|
|
130
|
+
"FTYLPN": 0.039012
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"PU": {
|
|
134
|
+
"base_fortype": "FTYLPN",
|
|
135
|
+
"fortype_codes": {
|
|
136
|
+
"FTLOHD": 1.214007,
|
|
137
|
+
"FTNOHD": 0.0,
|
|
138
|
+
"FTOKPN": 0.751229,
|
|
139
|
+
"FTSFHP": 0.0,
|
|
140
|
+
"FTUPHD": 1.139953,
|
|
141
|
+
"FTUPOK": 0.23948,
|
|
142
|
+
"FTYLPN": 0.0
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"SP": {
|
|
146
|
+
"base_fortype": "FTYLPN",
|
|
147
|
+
"fortype_codes": {
|
|
148
|
+
"FTLOHD": 0.106418,
|
|
149
|
+
"FTNOHD": 0.45502,
|
|
150
|
+
"FTOKPN": 0.017518,
|
|
151
|
+
"FTSFHP": 0.0,
|
|
152
|
+
"FTUPHD": 0.066811,
|
|
153
|
+
"FTUPOK": -0.040181,
|
|
154
|
+
"FTYLPN": 0.0
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"SA": {
|
|
158
|
+
"base_fortype": "FTYLPN",
|
|
159
|
+
"fortype_codes": {
|
|
160
|
+
"FTLOHD": 0.325861,
|
|
161
|
+
"FTNOHD": 0.0,
|
|
162
|
+
"FTOKPN": 0.116235,
|
|
163
|
+
"FTSFHP": 0.0,
|
|
164
|
+
"FTUPHD": 0.16202,
|
|
165
|
+
"FTUPOK": 0.410684,
|
|
166
|
+
"FTYLPN": 0.0
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"SR": {
|
|
170
|
+
"base_fortype": "FTLOHD",
|
|
171
|
+
"fortype_codes": {
|
|
172
|
+
"FTLOHD": 0.0,
|
|
173
|
+
"FTNOHD": 0.0,
|
|
174
|
+
"FTOKPN": -0.09895,
|
|
175
|
+
"FTSFHP": 0.0,
|
|
176
|
+
"FTUPHD": 0.072308,
|
|
177
|
+
"FTUPOK": -0.055071,
|
|
178
|
+
"FTYLPN": -0.236871
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"LL": {
|
|
182
|
+
"base_fortype": "FTYLPN",
|
|
183
|
+
"fortype_codes": {
|
|
184
|
+
"FTLOHD": 0.048216,
|
|
185
|
+
"FTNOHD": 0.0,
|
|
186
|
+
"FTOKPN": 0.088872,
|
|
187
|
+
"FTSFHP": 0.0,
|
|
188
|
+
"FTUPHD": 0.08672,
|
|
189
|
+
"FTUPOK": 0.106061,
|
|
190
|
+
"FTYLPN": 0.0
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"TM": {
|
|
194
|
+
"base_fortype": "FTYLPN",
|
|
195
|
+
"fortype_codes": {
|
|
196
|
+
"FTLOHD": -0.059007,
|
|
197
|
+
"FTNOHD": 0.325781,
|
|
198
|
+
"FTOKPN": 0.04537,
|
|
199
|
+
"FTSFHP": 0.091999,
|
|
200
|
+
"FTUPHD": -0.004333,
|
|
201
|
+
"FTUPOK": -0.067779,
|
|
202
|
+
"FTYLPN": 0.0
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"PP": {
|
|
206
|
+
"base_fortype": "FTUPHD",
|
|
207
|
+
"fortype_codes": {
|
|
208
|
+
"FTLOHD": 0.0,
|
|
209
|
+
"FTNOHD": -0.110161,
|
|
210
|
+
"FTOKPN": -0.010394,
|
|
211
|
+
"FTSFHP": 0.043707,
|
|
212
|
+
"FTUPHD": 0.0,
|
|
213
|
+
"FTUPOK": -0.315855,
|
|
214
|
+
"FTYLPN": 0.116814
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"PD": {
|
|
218
|
+
"base_fortype": "FTYLPN",
|
|
219
|
+
"fortype_codes": {
|
|
220
|
+
"FTLOHD": 0.187724,
|
|
221
|
+
"FTNOHD": 0.0,
|
|
222
|
+
"FTOKPN": 0.044416,
|
|
223
|
+
"FTSFHP": 0.0,
|
|
224
|
+
"FTUPHD": 0.482241,
|
|
225
|
+
"FTUPOK": 0.296549,
|
|
226
|
+
"FTYLPN": 0.0
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"WP": {
|
|
230
|
+
"base_fortype": "FTUPHD",
|
|
231
|
+
"fortype_codes": {
|
|
232
|
+
"FTLOHD": -0.585211,
|
|
233
|
+
"FTNOHD": -0.062163,
|
|
234
|
+
"FTOKPN": -0.073668,
|
|
235
|
+
"FTSFHP": -0.198969,
|
|
236
|
+
"FTUPHD": 0.0,
|
|
237
|
+
"FTUPOK": 0.022013,
|
|
238
|
+
"FTYLPN": 0.046063
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
"LP": {
|
|
242
|
+
"base_fortype": "FTYLPN",
|
|
243
|
+
"fortype_codes": {
|
|
244
|
+
"FTLOHD": 0.126441,
|
|
245
|
+
"FTNOHD": -0.122163,
|
|
246
|
+
"FTOKPN": 0.050835,
|
|
247
|
+
"FTSFHP": 0.0,
|
|
248
|
+
"FTUPHD": 0.063669,
|
|
249
|
+
"FTUPOK": -0.016885,
|
|
250
|
+
"FTYLPN": 0.0
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"VP": {
|
|
254
|
+
"base_fortype": "FTYLPN",
|
|
255
|
+
"fortype_codes": {
|
|
256
|
+
"FTLOHD": -0.059007,
|
|
257
|
+
"FTNOHD": 0.325781,
|
|
258
|
+
"FTOKPN": 0.04537,
|
|
259
|
+
"FTSFHP": 0.091999,
|
|
260
|
+
"FTUPHD": -0.004333,
|
|
261
|
+
"FTUPOK": -0.067779,
|
|
262
|
+
"FTYLPN": 0.0
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"BY": {
|
|
266
|
+
"base_fortype": "FTLOHD",
|
|
267
|
+
"fortype_codes": {
|
|
268
|
+
"FTLOHD": 0.0,
|
|
269
|
+
"FTNOHD": -0.050765,
|
|
270
|
+
"FTOKPN": -0.201498,
|
|
271
|
+
"FTSFHP": 0.0,
|
|
272
|
+
"FTUPHD": 0.19488,
|
|
273
|
+
"FTUPOK": 0.081554,
|
|
274
|
+
"FTYLPN": -0.324291
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"PC": {
|
|
278
|
+
"base_fortype": "FTLOHD",
|
|
279
|
+
"fortype_codes": {
|
|
280
|
+
"FTLOHD": 0.0,
|
|
281
|
+
"FTNOHD": 0.0,
|
|
282
|
+
"FTOKPN": -0.196837,
|
|
283
|
+
"FTSFHP": 0.0,
|
|
284
|
+
"FTUPHD": 0.0,
|
|
285
|
+
"FTUPOK": 0.0,
|
|
286
|
+
"FTYLPN": -0.24176
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"HM": {
|
|
290
|
+
"base_fortype": "FTUPOK",
|
|
291
|
+
"fortype_codes": {
|
|
292
|
+
"FTLOHD": 0.0,
|
|
293
|
+
"FTNOHD": -0.023264,
|
|
294
|
+
"FTOKPN": 0.294886,
|
|
295
|
+
"FTSFHP": -0.271743,
|
|
296
|
+
"FTUPHD": -0.004304,
|
|
297
|
+
"FTUPOK": 0.0,
|
|
298
|
+
"FTYLPN": 0.039012
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"FM": {
|
|
302
|
+
"base_fortype": "FTLOHD",
|
|
303
|
+
"fortype_codes": {
|
|
304
|
+
"FTLOHD": 0.0,
|
|
305
|
+
"FTNOHD": -0.581137,
|
|
306
|
+
"FTOKPN": -0.049388,
|
|
307
|
+
"FTSFHP": 0.0,
|
|
308
|
+
"FTUPHD": -0.021913,
|
|
309
|
+
"FTUPOK": -0.323458,
|
|
310
|
+
"FTYLPN": 0.304165
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
"BE": {
|
|
314
|
+
"base_fortype": "FTLOHD",
|
|
315
|
+
"fortype_codes": {
|
|
316
|
+
"FTLOHD": 0.0,
|
|
317
|
+
"FTNOHD": 0.197314,
|
|
318
|
+
"FTOKPN": -0.002307,
|
|
319
|
+
"FTSFHP": -0.361488,
|
|
320
|
+
"FTUPHD": 0.213336,
|
|
321
|
+
"FTUPOK": -0.003385,
|
|
322
|
+
"FTYLPN": -0.252234
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
"RM": {
|
|
326
|
+
"base_fortype": "FTLOHD",
|
|
327
|
+
"fortype_codes": {
|
|
328
|
+
"FTLOHD": 0.0,
|
|
329
|
+
"FTNOHD": -0.008575,
|
|
330
|
+
"FTOKPN": -0.091712,
|
|
331
|
+
"FTSFHP": -0.2265,
|
|
332
|
+
"FTUPHD": -0.115718,
|
|
333
|
+
"FTUPOK": -0.233899,
|
|
334
|
+
"FTYLPN": -4.2e-05
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"SV": {
|
|
338
|
+
"base_fortype": "FTLOHD",
|
|
339
|
+
"fortype_codes": {
|
|
340
|
+
"FTLOHD": 0.0,
|
|
341
|
+
"FTNOHD": -0.008575,
|
|
342
|
+
"FTOKPN": -0.091712,
|
|
343
|
+
"FTSFHP": -0.2265,
|
|
344
|
+
"FTUPHD": -0.115718,
|
|
345
|
+
"FTUPOK": -0.233899,
|
|
346
|
+
"FTYLPN": -4.2e-05
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"SM": {
|
|
350
|
+
"base_fortype": "FTUPOK",
|
|
351
|
+
"fortype_codes": {
|
|
352
|
+
"FTLOHD": 0.177698,
|
|
353
|
+
"FTNOHD": 0.081088,
|
|
354
|
+
"FTOKPN": -0.00783,
|
|
355
|
+
"FTSFHP": 0.268289,
|
|
356
|
+
"FTUPHD": 0.018085,
|
|
357
|
+
"FTUPOK": 0.0,
|
|
358
|
+
"FTYLPN": -0.969059
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"BU": {
|
|
362
|
+
"base_fortype": "FTNOHD",
|
|
363
|
+
"fortype_codes": {
|
|
364
|
+
"FTLOHD": 0.276485,
|
|
365
|
+
"FTNOHD": 0.0,
|
|
366
|
+
"FTOKPN": 0.0,
|
|
367
|
+
"FTSFHP": 0.0,
|
|
368
|
+
"FTUPHD": -0.158379,
|
|
369
|
+
"FTUPOK": -0.066001,
|
|
370
|
+
"FTYLPN": 0.0
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
"BB": {
|
|
374
|
+
"base_fortype": "FTLOHD",
|
|
375
|
+
"fortype_codes": {
|
|
376
|
+
"FTLOHD": 0.0,
|
|
377
|
+
"FTNOHD": -0.090106,
|
|
378
|
+
"FTOKPN": -0.211483,
|
|
379
|
+
"FTSFHP": -0.11285,
|
|
380
|
+
"FTUPHD": -0.150287,
|
|
381
|
+
"FTUPOK": -0.229603,
|
|
382
|
+
"FTYLPN": -0.122245
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"SB": {
|
|
386
|
+
"base_fortype": "FTLOHD",
|
|
387
|
+
"fortype_codes": {
|
|
388
|
+
"FTLOHD": 0.0,
|
|
389
|
+
"FTNOHD": -0.090106,
|
|
390
|
+
"FTOKPN": -0.211483,
|
|
391
|
+
"FTSFHP": -0.11285,
|
|
392
|
+
"FTUPHD": -0.150287,
|
|
393
|
+
"FTUPOK": -0.229603,
|
|
394
|
+
"FTYLPN": -0.122245
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
"AH": {
|
|
398
|
+
"base_fortype": "FTLOHD",
|
|
399
|
+
"fortype_codes": {
|
|
400
|
+
"FTLOHD": 0.0,
|
|
401
|
+
"FTNOHD": 0.107053,
|
|
402
|
+
"FTOKPN": -0.184779,
|
|
403
|
+
"FTSFHP": 0.0,
|
|
404
|
+
"FTUPHD": -0.144979,
|
|
405
|
+
"FTUPOK": -0.125931,
|
|
406
|
+
"FTYLPN": -0.023984
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"HI": {
|
|
410
|
+
"base_fortype": "FTUPOK",
|
|
411
|
+
"fortype_codes": {
|
|
412
|
+
"FTLOHD": 0.307092,
|
|
413
|
+
"FTNOHD": 0.127121,
|
|
414
|
+
"FTOKPN": 0.075082,
|
|
415
|
+
"FTSFHP": 0.163686,
|
|
416
|
+
"FTUPHD": 0.145813,
|
|
417
|
+
"FTUPOK": 0.0,
|
|
418
|
+
"FTYLPN": 0.091028
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"CA": {
|
|
422
|
+
"base_fortype": "FTLOHD",
|
|
423
|
+
"fortype_codes": {
|
|
424
|
+
"FTLOHD": 0.0,
|
|
425
|
+
"FTNOHD": 0.0,
|
|
426
|
+
"FTOKPN": -0.122639,
|
|
427
|
+
"FTSFHP": 0.0,
|
|
428
|
+
"FTUPHD": -0.227215,
|
|
429
|
+
"FTUPOK": 0.428371,
|
|
430
|
+
"FTYLPN": -0.127654
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"HB": {
|
|
434
|
+
"base_fortype": "FTLOHD",
|
|
435
|
+
"fortype_codes": {
|
|
436
|
+
"FTLOHD": 0.0,
|
|
437
|
+
"FTNOHD": -0.020917,
|
|
438
|
+
"FTOKPN": -0.227013,
|
|
439
|
+
"FTSFHP": 0.0,
|
|
440
|
+
"FTUPHD": -0.0466,
|
|
441
|
+
"FTUPOK": -0.142184,
|
|
442
|
+
"FTYLPN": -0.37316
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"RD": {
|
|
446
|
+
"base_fortype": "FTUPHD",
|
|
447
|
+
"fortype_codes": {
|
|
448
|
+
"FTLOHD": -0.131762,
|
|
449
|
+
"FTNOHD": -0.159125,
|
|
450
|
+
"FTOKPN": 0.081533,
|
|
451
|
+
"FTSFHP": 0.0,
|
|
452
|
+
"FTUPHD": 0.0,
|
|
453
|
+
"FTUPOK": -0.091293,
|
|
454
|
+
"FTYLPN": 0.005318
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"DW": {
|
|
458
|
+
"base_fortype": "FTUPOK",
|
|
459
|
+
"fortype_codes": {
|
|
460
|
+
"FTLOHD": 0.193678,
|
|
461
|
+
"FTNOHD": 0.080191,
|
|
462
|
+
"FTOKPN": 0.22776,
|
|
463
|
+
"FTSFHP": -0.207255,
|
|
464
|
+
"FTUPHD": 0.123444,
|
|
465
|
+
"FTUPOK": 0.0,
|
|
466
|
+
"FTYLPN": 0.395749
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"PS": {
|
|
470
|
+
"base_fortype": "FTYLPN",
|
|
471
|
+
"fortype_codes": {
|
|
472
|
+
"FTLOHD": 0.140335,
|
|
473
|
+
"FTNOHD": 0.008246,
|
|
474
|
+
"FTOKPN": -0.030083,
|
|
475
|
+
"FTSFHP": 0.0,
|
|
476
|
+
"FTUPHD": 0.064726,
|
|
477
|
+
"FTUPOK": -0.063738,
|
|
478
|
+
"FTYLPN": 0.0
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
"AB": {
|
|
482
|
+
"base_fortype": "FTUPOK",
|
|
483
|
+
"fortype_codes": {
|
|
484
|
+
"FTLOHD": 0.139891,
|
|
485
|
+
"FTNOHD": 0.094979,
|
|
486
|
+
"FTOKPN": 0.112394,
|
|
487
|
+
"FTSFHP": 0.191476,
|
|
488
|
+
"FTUPHD": 0.098473,
|
|
489
|
+
"FTUPOK": 0.0,
|
|
490
|
+
"FTYLPN": 0.301892
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"AS": {
|
|
494
|
+
"base_fortype": "FTLOHD",
|
|
495
|
+
"fortype_codes": {
|
|
496
|
+
"FTLOHD": 0.0,
|
|
497
|
+
"FTNOHD": 0.065051,
|
|
498
|
+
"FTOKPN": -0.006241,
|
|
499
|
+
"FTSFHP": 0.243386,
|
|
500
|
+
"FTUPHD": 0.009788,
|
|
501
|
+
"FTUPOK": -0.041769,
|
|
502
|
+
"FTYLPN": -0.049053
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"WA": {
|
|
506
|
+
"base_fortype": "FTUPOK",
|
|
507
|
+
"fortype_codes": {
|
|
508
|
+
"FTLOHD": 0.112081,
|
|
509
|
+
"FTNOHD": 0.244086,
|
|
510
|
+
"FTOKPN": -0.042491,
|
|
511
|
+
"FTSFHP": 0.0,
|
|
512
|
+
"FTUPHD": 0.199271,
|
|
513
|
+
"FTUPOK": 0.0,
|
|
514
|
+
"FTYLPN": 0.256243
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"BA": {
|
|
518
|
+
"base_fortype": "FTLOHD",
|
|
519
|
+
"fortype_codes": {
|
|
520
|
+
"FTLOHD": 0.0,
|
|
521
|
+
"FTNOHD": 0.003456,
|
|
522
|
+
"FTOKPN": -0.108803,
|
|
523
|
+
"FTSFHP": 0.0,
|
|
524
|
+
"FTUPHD": -0.01864,
|
|
525
|
+
"FTUPOK": -0.08551,
|
|
526
|
+
"FTYLPN": -0.27944
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"GA": {
|
|
530
|
+
"base_fortype": "FTLOHD",
|
|
531
|
+
"fortype_codes": {
|
|
532
|
+
"FTLOHD": 0.0,
|
|
533
|
+
"FTNOHD": 0.003456,
|
|
534
|
+
"FTOKPN": -0.108803,
|
|
535
|
+
"FTSFHP": 0.0,
|
|
536
|
+
"FTUPHD": -0.01864,
|
|
537
|
+
"FTUPOK": -0.08551,
|
|
538
|
+
"FTYLPN": -0.27944
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
"HL": {
|
|
542
|
+
"base_fortype": "FTLOHD",
|
|
543
|
+
"fortype_codes": {
|
|
544
|
+
"FTLOHD": 0.0,
|
|
545
|
+
"FTNOHD": 0.0,
|
|
546
|
+
"FTOKPN": -0.228299,
|
|
547
|
+
"FTSFHP": 0.0,
|
|
548
|
+
"FTUPHD": -0.170453,
|
|
549
|
+
"FTUPOK": -0.178680,
|
|
550
|
+
"FTYLPN": -0.343244
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"LB": {
|
|
554
|
+
"base_fortype": "FTLOHD",
|
|
555
|
+
"fortype_codes": {
|
|
556
|
+
"FTLOHD": 0.0,
|
|
557
|
+
"FTNOHD": 0.0,
|
|
558
|
+
"FTOKPN": -0.063217,
|
|
559
|
+
"FTSFHP": 0.0,
|
|
560
|
+
"FTUPHD": -0.297261,
|
|
561
|
+
"FTUPOK": -0.17868,
|
|
562
|
+
"FTYLPN": 0.065035
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"HY": {
|
|
566
|
+
"base_fortype": "FTLOHD",
|
|
567
|
+
"fortype_codes": {
|
|
568
|
+
"FTLOHD": 0.0,
|
|
569
|
+
"FTNOHD": -0.003095,
|
|
570
|
+
"FTOKPN": -0.007689,
|
|
571
|
+
"FTSFHP": 0.0,
|
|
572
|
+
"FTUPHD": -0.082245,
|
|
573
|
+
"FTUPOK": -0.187742,
|
|
574
|
+
"FTYLPN": -0.008297
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
"BN": {
|
|
578
|
+
"base_fortype": "FTUPHD",
|
|
579
|
+
"fortype_codes": {
|
|
580
|
+
"FTLOHD": 0.163749,
|
|
581
|
+
"FTNOHD": -0.176854,
|
|
582
|
+
"FTOKPN": -0.164651,
|
|
583
|
+
"FTSFHP": -0.557302,
|
|
584
|
+
"FTUPHD": 0.0,
|
|
585
|
+
"FTUPOK": -0.156488,
|
|
586
|
+
"FTYLPN": -0.23263
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"WN": {
|
|
590
|
+
"base_fortype": "FTUPHD",
|
|
591
|
+
"fortype_codes": {
|
|
592
|
+
"FTLOHD": 0.163749,
|
|
593
|
+
"FTNOHD": -0.176854,
|
|
594
|
+
"FTOKPN": -0.164651,
|
|
595
|
+
"FTSFHP": -0.557302,
|
|
596
|
+
"FTUPHD": 0.0,
|
|
597
|
+
"FTUPOK": -0.156488,
|
|
598
|
+
"FTYLPN": -0.23263
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"SU": {
|
|
602
|
+
"base_fortype": "FTLOHD",
|
|
603
|
+
"fortype_codes": {
|
|
604
|
+
"FTLOHD": 0.0,
|
|
605
|
+
"FTNOHD": 0.057604,
|
|
606
|
+
"FTOKPN": -0.090836,
|
|
607
|
+
"FTSFHP": 0.491153,
|
|
608
|
+
"FTUPHD": -0.155894,
|
|
609
|
+
"FTUPOK": -0.168272,
|
|
610
|
+
"FTYLPN": 0.058458
|
|
611
|
+
}
|
|
612
|
+
},
|
|
613
|
+
"YP": {
|
|
614
|
+
"base_fortype": "FTUPHD",
|
|
615
|
+
"fortype_codes": {
|
|
616
|
+
"FTLOHD": 0.083904,
|
|
617
|
+
"FTNOHD": 0.057388,
|
|
618
|
+
"FTOKPN": -0.055234,
|
|
619
|
+
"FTSFHP": -0.499954,
|
|
620
|
+
"FTUPHD": 0.0,
|
|
621
|
+
"FTUPOK": -0.090655,
|
|
622
|
+
"FTYLPN": 0.053935
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"MG": {
|
|
626
|
+
"base_fortype": "FTLOHD",
|
|
627
|
+
"fortype_codes": {
|
|
628
|
+
"FTLOHD": 0.0,
|
|
629
|
+
"FTNOHD": -0.326815,
|
|
630
|
+
"FTOKPN": -0.017682,
|
|
631
|
+
"FTSFHP": 0.0,
|
|
632
|
+
"FTUPHD": -0.029526,
|
|
633
|
+
"FTUPOK": -0.096994,
|
|
634
|
+
"FTYLPN": -0.031043
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"CT": {
|
|
638
|
+
"base_fortype": "FTUPOK",
|
|
639
|
+
"fortype_codes": {
|
|
640
|
+
"FTLOHD": -0.295834,
|
|
641
|
+
"FTNOHD": 0.049636,
|
|
642
|
+
"FTOKPN": -0.353219,
|
|
643
|
+
"FTSFHP": 0.0,
|
|
644
|
+
"FTUPHD": 0.008351,
|
|
645
|
+
"FTUPOK": 0.0,
|
|
646
|
+
"FTYLPN": -0.627226
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
"MS": {
|
|
650
|
+
"base_fortype": "FTLOHD",
|
|
651
|
+
"fortype_codes": {
|
|
652
|
+
"FTLOHD": 0.0,
|
|
653
|
+
"FTNOHD": -0.153348,
|
|
654
|
+
"FTOKPN": 0.183663,
|
|
655
|
+
"FTSFHP": -0.024673,
|
|
656
|
+
"FTUPHD": 0.055907,
|
|
657
|
+
"FTUPOK": 0.109578,
|
|
658
|
+
"FTYLPN": 0.052422
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"MV": {
|
|
662
|
+
"base_fortype": "FTLOHD",
|
|
663
|
+
"fortype_codes": {
|
|
664
|
+
"FTLOHD": 0.0,
|
|
665
|
+
"FTNOHD": -0.326815,
|
|
666
|
+
"FTOKPN": -0.017682,
|
|
667
|
+
"FTSFHP": 0.0,
|
|
668
|
+
"FTUPHD": -0.029526,
|
|
669
|
+
"FTUPOK": -0.096994,
|
|
670
|
+
"FTYLPN": -0.031043
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"ML": {
|
|
674
|
+
"base_fortype": "FTLOHD",
|
|
675
|
+
"fortype_codes": {
|
|
676
|
+
"FTLOHD": 0.0,
|
|
677
|
+
"FTNOHD": -0.153348,
|
|
678
|
+
"FTOKPN": 0.183663,
|
|
679
|
+
"FTSFHP": -0.024673,
|
|
680
|
+
"FTUPHD": 0.055907,
|
|
681
|
+
"FTUPOK": 0.109578,
|
|
682
|
+
"FTYLPN": 0.052422
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"AP": {
|
|
686
|
+
"base_fortype": "FTLOHD",
|
|
687
|
+
"fortype_codes": {
|
|
688
|
+
"FTLOHD": 0.0,
|
|
689
|
+
"FTNOHD": -0.357484,
|
|
690
|
+
"FTOKPN": 0.01002,
|
|
691
|
+
"FTSFHP": 0.0,
|
|
692
|
+
"FTUPHD": -0.023979,
|
|
693
|
+
"FTUPOK": -0.02495,
|
|
694
|
+
"FTYLPN": 0.272524
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"MB": {
|
|
698
|
+
"base_fortype": "FTLOHD",
|
|
699
|
+
"fortype_codes": {
|
|
700
|
+
"FTLOHD": 0.0,
|
|
701
|
+
"FTNOHD": -0.357484,
|
|
702
|
+
"FTOKPN": 0.01002,
|
|
703
|
+
"FTSFHP": 0.0,
|
|
704
|
+
"FTUPHD": -0.023979,
|
|
705
|
+
"FTUPOK": -0.02495,
|
|
706
|
+
"FTYLPN": 0.272524
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"WT": {
|
|
710
|
+
"base_fortype": "FTLOHD",
|
|
711
|
+
"fortype_codes": {
|
|
712
|
+
"FTLOHD": 0.0,
|
|
713
|
+
"FTNOHD": 0.0,
|
|
714
|
+
"FTOKPN": -0.203627,
|
|
715
|
+
"FTSFHP": 0.0,
|
|
716
|
+
"FTUPHD": 0.066993,
|
|
717
|
+
"FTUPOK": 0.696768,
|
|
718
|
+
"FTYLPN": 0.045531
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"BG": {
|
|
722
|
+
"base_fortype": "FTUPOK",
|
|
723
|
+
"fortype_codes": {
|
|
724
|
+
"FTLOHD": 0.114656,
|
|
725
|
+
"FTNOHD": 0.063092,
|
|
726
|
+
"FTOKPN": 0.076702,
|
|
727
|
+
"FTSFHP": -0.447981,
|
|
728
|
+
"FTUPHD": 0.111483,
|
|
729
|
+
"FTUPOK": 0.0,
|
|
730
|
+
"FTYLPN": 0.22918
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"TS": {
|
|
734
|
+
"base_fortype": "FTLOHD",
|
|
735
|
+
"fortype_codes": {
|
|
736
|
+
"FTLOHD": 0.0,
|
|
737
|
+
"FTNOHD": 0.580807,
|
|
738
|
+
"FTOKPN": -0.116496,
|
|
739
|
+
"FTSFHP": 0.0,
|
|
740
|
+
"FTUPHD": -0.11074,
|
|
741
|
+
"FTUPOK": -0.195302,
|
|
742
|
+
"FTYLPN": 0.006188
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
"HH": {
|
|
746
|
+
"base_fortype": "FTLOHD",
|
|
747
|
+
"fortype_codes": {
|
|
748
|
+
"FTLOHD": 0.0,
|
|
749
|
+
"FTNOHD": -0.154634,
|
|
750
|
+
"FTOKPN": -0.087145,
|
|
751
|
+
"FTSFHP": 0.0,
|
|
752
|
+
"FTUPHD": -0.071133,
|
|
753
|
+
"FTUPOK": -0.204189,
|
|
754
|
+
"FTYLPN": 0.120468
|
|
755
|
+
}
|
|
756
|
+
},
|
|
757
|
+
"SD": {
|
|
758
|
+
"base_fortype": "FTUPOK",
|
|
759
|
+
"fortype_codes": {
|
|
760
|
+
"FTLOHD": 0.076657,
|
|
761
|
+
"FTNOHD": 0.352409,
|
|
762
|
+
"FTOKPN": 0.079881,
|
|
763
|
+
"FTSFHP": -0.131538,
|
|
764
|
+
"FTUPHD": -0.023003,
|
|
765
|
+
"FTUPOK": 0.0,
|
|
766
|
+
"FTYLPN": 0.300435
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
"RA": {
|
|
770
|
+
"base_fortype": "FTLOHD",
|
|
771
|
+
"fortype_codes": {
|
|
772
|
+
"FTLOHD": 0.0,
|
|
773
|
+
"FTNOHD": -1.199357,
|
|
774
|
+
"FTOKPN": -0.022774,
|
|
775
|
+
"FTSFHP": 0.0,
|
|
776
|
+
"FTUPHD": 0.060206,
|
|
777
|
+
"FTUPOK": 0.390875,
|
|
778
|
+
"FTYLPN": -0.045807
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
"SY": {
|
|
782
|
+
"base_fortype": "FTLOHD",
|
|
783
|
+
"fortype_codes": {
|
|
784
|
+
"FTLOHD": 0.0,
|
|
785
|
+
"FTNOHD": -0.019656,
|
|
786
|
+
"FTOKPN": -0.262507,
|
|
787
|
+
"FTSFHP": 0.0,
|
|
788
|
+
"FTUPHD": -0.150643,
|
|
789
|
+
"FTUPOK": -0.161551,
|
|
790
|
+
"FTYLPN": -0.239422
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"CW": {
|
|
794
|
+
"base_fortype": "FTLOHD",
|
|
795
|
+
"fortype_codes": {
|
|
796
|
+
"FTLOHD": 0.0,
|
|
797
|
+
"FTNOHD": 0.0,
|
|
798
|
+
"FTOKPN": -0.122639,
|
|
799
|
+
"FTSFHP": 0.0,
|
|
800
|
+
"FTUPHD": -0.227215,
|
|
801
|
+
"FTUPOK": 0.428371,
|
|
802
|
+
"FTYLPN": -0.127654
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"BT": {
|
|
806
|
+
"base_fortype": "FTLOHD",
|
|
807
|
+
"fortype_codes": {
|
|
808
|
+
"FTLOHD": 0.0,
|
|
809
|
+
"FTNOHD": 0.0,
|
|
810
|
+
"FTOKPN": -0.122639,
|
|
811
|
+
"FTSFHP": 0.0,
|
|
812
|
+
"FTUPHD": -0.227215,
|
|
813
|
+
"FTUPOK": 0.428371,
|
|
814
|
+
"FTYLPN": -0.127654
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"BC": {
|
|
818
|
+
"base_fortype": "FTUPOK",
|
|
819
|
+
"fortype_codes": {
|
|
820
|
+
"FTLOHD": 0.181563,
|
|
821
|
+
"FTNOHD": 0.303382,
|
|
822
|
+
"FTOKPN": 0.162524,
|
|
823
|
+
"FTSFHP": 0.0,
|
|
824
|
+
"FTUPHD": 0.146052,
|
|
825
|
+
"FTUPOK": 0.0,
|
|
826
|
+
"FTYLPN": 0.203538
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
"WO": {
|
|
830
|
+
"base_fortype": "FTUPOK",
|
|
831
|
+
"fortype_codes": {
|
|
832
|
+
"FTLOHD": 0.214921,
|
|
833
|
+
"FTNOHD": 0.196181,
|
|
834
|
+
"FTOKPN": 0.106951,
|
|
835
|
+
"FTSFHP": 0.210088,
|
|
836
|
+
"FTUPHD": 0.100081,
|
|
837
|
+
"FTUPOK": 0.0,
|
|
838
|
+
"FTYLPN": 0.154886
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"SO": {
|
|
842
|
+
"base_fortype": "FTUPOK",
|
|
843
|
+
"fortype_codes": {
|
|
844
|
+
"FTLOHD": 0.081994,
|
|
845
|
+
"FTNOHD": 0.17408,
|
|
846
|
+
"FTOKPN": 0.073767,
|
|
847
|
+
"FTSFHP": -0.126888,
|
|
848
|
+
"FTUPHD": 0.089055,
|
|
849
|
+
"FTUPOK": 0.0,
|
|
850
|
+
"FTYLPN": 0.015718
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"SK": {
|
|
854
|
+
"base_fortype": "FTUPOK",
|
|
855
|
+
"fortype_codes": {
|
|
856
|
+
"FTLOHD": 0.148989,
|
|
857
|
+
"FTNOHD": 0.201455,
|
|
858
|
+
"FTOKPN": 0.055742,
|
|
859
|
+
"FTSFHP": 0.0,
|
|
860
|
+
"FTUPHD": 0.06846,
|
|
861
|
+
"FTUPOK": 0.0,
|
|
862
|
+
"FTYLPN": 0.047989
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"CB": {
|
|
866
|
+
"base_fortype": "FTLOHD",
|
|
867
|
+
"fortype_codes": {
|
|
868
|
+
"FTLOHD": 0.0,
|
|
869
|
+
"FTNOHD": 0.130043,
|
|
870
|
+
"FTOKPN": -0.065943,
|
|
871
|
+
"FTSFHP": 0.0,
|
|
872
|
+
"FTUPHD": -0.066026,
|
|
873
|
+
"FTUPOK": -0.114309,
|
|
874
|
+
"FTYLPN": -0.023093
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"TO": {
|
|
878
|
+
"base_fortype": "FTUPOK",
|
|
879
|
+
"fortype_codes": {
|
|
880
|
+
"FTLOHD": -0.049627,
|
|
881
|
+
"FTNOHD": 0.0,
|
|
882
|
+
"FTOKPN": 0.167384,
|
|
883
|
+
"FTSFHP": 0.0,
|
|
884
|
+
"FTUPHD": 0.09929,
|
|
885
|
+
"FTUPOK": 0.0,
|
|
886
|
+
"FTYLPN": 0.184647
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"LK": {
|
|
890
|
+
"base_fortype": "FTLOHD",
|
|
891
|
+
"fortype_codes": {
|
|
892
|
+
"FTLOHD": 0.0,
|
|
893
|
+
"FTNOHD": -0.127737,
|
|
894
|
+
"FTOKPN": 0.029504,
|
|
895
|
+
"FTSFHP": 0.0,
|
|
896
|
+
"FTUPHD": -0.053091,
|
|
897
|
+
"FTUPOK": 0.012219,
|
|
898
|
+
"FTYLPN": 0.03069
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
"OV": {
|
|
902
|
+
"base_fortype": "FTLOHD",
|
|
903
|
+
"fortype_codes": {
|
|
904
|
+
"FTLOHD": 0.0,
|
|
905
|
+
"FTNOHD": -0.924265,
|
|
906
|
+
"FTOKPN": -0.183514,
|
|
907
|
+
"FTSFHP": 0.0,
|
|
908
|
+
"FTUPHD": -0.083244,
|
|
909
|
+
"FTUPOK": -0.057771,
|
|
910
|
+
"FTYLPN": -0.076588
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"BJ": {
|
|
914
|
+
"base_fortype": "FTUPOK",
|
|
915
|
+
"fortype_codes": {
|
|
916
|
+
"FTLOHD": -0.123167,
|
|
917
|
+
"FTNOHD": 0.0,
|
|
918
|
+
"FTOKPN": 0.000279,
|
|
919
|
+
"FTSFHP": 0.0,
|
|
920
|
+
"FTUPHD": 0.170335,
|
|
921
|
+
"FTUPOK": 0.0,
|
|
922
|
+
"FTYLPN": -0.096186
|
|
923
|
+
}
|
|
924
|
+
},
|
|
925
|
+
"SN": {
|
|
926
|
+
"base_fortype": "FTLOHD",
|
|
927
|
+
"fortype_codes": {
|
|
928
|
+
"FTLOHD": 0.0,
|
|
929
|
+
"FTNOHD": -0.28634,
|
|
930
|
+
"FTOKPN": 0.07676,
|
|
931
|
+
"FTSFHP": 0.0,
|
|
932
|
+
"FTUPHD": 0.037457,
|
|
933
|
+
"FTUPOK": 0.010126,
|
|
934
|
+
"FTYLPN": 0.088233
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
"CK": {
|
|
938
|
+
"base_fortype": "FTUPOK",
|
|
939
|
+
"fortype_codes": {
|
|
940
|
+
"FTLOHD": 0.086112,
|
|
941
|
+
"FTNOHD": 0.035396,
|
|
942
|
+
"FTOKPN": 0.021275,
|
|
943
|
+
"FTSFHP": 0.0,
|
|
944
|
+
"FTUPHD": 0.111528,
|
|
945
|
+
"FTUPOK": 0.0,
|
|
946
|
+
"FTYLPN": -0.518898
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
"WK": {
|
|
950
|
+
"base_fortype": "FTLOHD",
|
|
951
|
+
"fortype_codes": {
|
|
952
|
+
"FTLOHD": 0.0,
|
|
953
|
+
"FTNOHD": 0.044529,
|
|
954
|
+
"FTOKPN": -0.042926,
|
|
955
|
+
"FTSFHP": 0.0,
|
|
956
|
+
"FTUPHD": -0.088049,
|
|
957
|
+
"FTUPOK": -0.08591,
|
|
958
|
+
"FTYLPN": -0.068603
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"CO": {
|
|
962
|
+
"base_fortype": "FTUPOK",
|
|
963
|
+
"fortype_codes": {
|
|
964
|
+
"FTLOHD": 0.237228,
|
|
965
|
+
"FTNOHD": 0.136033,
|
|
966
|
+
"FTOKPN": 0.0,
|
|
967
|
+
"FTSFHP": 0.0,
|
|
968
|
+
"FTUPHD": 0.0,
|
|
969
|
+
"FTUPOK": 0.0,
|
|
970
|
+
"FTYLPN": 0.053589
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"PO": {
|
|
974
|
+
"base_fortype": "FTUPOK",
|
|
975
|
+
"fortype_codes": {
|
|
976
|
+
"FTLOHD": 0.268975,
|
|
977
|
+
"FTNOHD": 0.482744,
|
|
978
|
+
"FTOKPN": 0.042786,
|
|
979
|
+
"FTSFHP": 0.0,
|
|
980
|
+
"FTUPHD": 0.090618,
|
|
981
|
+
"FTUPOK": 0.0,
|
|
982
|
+
"FTYLPN": 0.056597
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
"BO": {
|
|
986
|
+
"base_fortype": "FTUPOK",
|
|
987
|
+
"fortype_codes": {
|
|
988
|
+
"FTLOHD": 0.049693,
|
|
989
|
+
"FTNOHD": 0.272007,
|
|
990
|
+
"FTOKPN": 0.034224,
|
|
991
|
+
"FTSFHP": -0.104624,
|
|
992
|
+
"FTUPHD": 0.071804,
|
|
993
|
+
"FTUPOK": 0.0,
|
|
994
|
+
"FTYLPN": -0.044373
|
|
995
|
+
}
|
|
996
|
+
},
|
|
997
|
+
"LO": {
|
|
998
|
+
"base_fortype": "FTLOHD",
|
|
999
|
+
"fortype_codes": {
|
|
1000
|
+
"FTLOHD": 0.0,
|
|
1001
|
+
"FTNOHD": 0.0,
|
|
1002
|
+
"FTOKPN": 0.074099,
|
|
1003
|
+
"FTSFHP": 0.0,
|
|
1004
|
+
"FTUPHD": 0.061718,
|
|
1005
|
+
"FTUPOK": 0.229807,
|
|
1006
|
+
"FTYLPN": -0.043042
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"BK": {
|
|
1010
|
+
"base_fortype": "FTUPHD",
|
|
1011
|
+
"fortype_codes": {
|
|
1012
|
+
"FTLOHD": 0.138241,
|
|
1013
|
+
"FTNOHD": 0.117354,
|
|
1014
|
+
"FTOKPN": -0.097572,
|
|
1015
|
+
"FTSFHP": 0.0,
|
|
1016
|
+
"FTUPHD": 0.0,
|
|
1017
|
+
"FTUPOK": -0.083039,
|
|
1018
|
+
"FTYLPN": -0.046524
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"WI": {
|
|
1022
|
+
"base_fortype": "FTLOHD",
|
|
1023
|
+
"fortype_codes": {
|
|
1024
|
+
"FTLOHD": 0.0,
|
|
1025
|
+
"FTNOHD": 0.0,
|
|
1026
|
+
"FTOKPN": 0.001536,
|
|
1027
|
+
"FTSFHP": 0.0,
|
|
1028
|
+
"FTUPHD": 0.019648,
|
|
1029
|
+
"FTUPOK": 0.165022,
|
|
1030
|
+
"FTYLPN": -0.001371
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"SS": {
|
|
1034
|
+
"base_fortype": "FTUPHD",
|
|
1035
|
+
"fortype_codes": {
|
|
1036
|
+
"FTLOHD": -0.058475,
|
|
1037
|
+
"FTNOHD": 0.013995,
|
|
1038
|
+
"FTOKPN": -0.139506,
|
|
1039
|
+
"FTSFHP": 0.414214,
|
|
1040
|
+
"FTUPHD": 0.0,
|
|
1041
|
+
"FTUPOK": -0.166983,
|
|
1042
|
+
"FTYLPN": -0.018172
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"BD": {
|
|
1046
|
+
"base_fortype": "FTNOHD",
|
|
1047
|
+
"fortype_codes": {
|
|
1048
|
+
"FTLOHD": 0.067203,
|
|
1049
|
+
"FTNOHD": 0.0,
|
|
1050
|
+
"FTOKPN": 0.008236,
|
|
1051
|
+
"FTSFHP": 0.0,
|
|
1052
|
+
"FTUPHD": -0.033491,
|
|
1053
|
+
"FTUPOK": 0.012197,
|
|
1054
|
+
"FTYLPN": 0.14852
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
"EL": {
|
|
1058
|
+
"base_fortype": "FTLOHD",
|
|
1059
|
+
"fortype_codes": {
|
|
1060
|
+
"FTLOHD": 0.0,
|
|
1061
|
+
"FTNOHD": -0.005493,
|
|
1062
|
+
"FTOKPN": -0.263842,
|
|
1063
|
+
"FTSFHP": 0.0,
|
|
1064
|
+
"FTUPHD": -0.054579,
|
|
1065
|
+
"FTUPOK": -0.202033,
|
|
1066
|
+
"FTYLPN": 0.071996
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
"WE": {
|
|
1070
|
+
"base_fortype": "FTUPOK",
|
|
1071
|
+
"fortype_codes": {
|
|
1072
|
+
"FTLOHD": 0.211919,
|
|
1073
|
+
"FTNOHD": 0.11261,
|
|
1074
|
+
"FTOKPN": 0.174149,
|
|
1075
|
+
"FTSFHP": 0.0,
|
|
1076
|
+
"FTUPHD": 0.168458,
|
|
1077
|
+
"FTUPOK": 0.0,
|
|
1078
|
+
"FTYLPN": 0.364012
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"AE": {
|
|
1082
|
+
"base_fortype": "FTLOHD",
|
|
1083
|
+
"fortype_codes": {
|
|
1084
|
+
"FTLOHD": 0.0,
|
|
1085
|
+
"FTNOHD": -0.221068,
|
|
1086
|
+
"FTOKPN": -0.019557,
|
|
1087
|
+
"FTSFHP": 0.0,
|
|
1088
|
+
"FTUPHD": -0.210607,
|
|
1089
|
+
"FTUPOK": -0.237209,
|
|
1090
|
+
"FTYLPN": 0.137175
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"RL": {
|
|
1094
|
+
"base_fortype": "FTLOHD",
|
|
1095
|
+
"fortype_codes": {
|
|
1096
|
+
"FTLOHD": 0.0,
|
|
1097
|
+
"FTNOHD": -0.23243,
|
|
1098
|
+
"FTOKPN": -0.086137,
|
|
1099
|
+
"FTSFHP": 0.0,
|
|
1100
|
+
"FTUPHD": -0.073558,
|
|
1101
|
+
"FTUPOK": -0.242294,
|
|
1102
|
+
"FTYLPN": 0.177563
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
"OS": {
|
|
1106
|
+
"base_fortype": "FTUPOK",
|
|
1107
|
+
"fortype_codes": {
|
|
1108
|
+
"FTLOHD": 0.128828,
|
|
1109
|
+
"FTNOHD": -0.020186,
|
|
1110
|
+
"FTOKPN": 0.054362,
|
|
1111
|
+
"FTSFHP": 0.0,
|
|
1112
|
+
"FTUPHD": 0.079239,
|
|
1113
|
+
"FTUPOK": 0.0,
|
|
1114
|
+
"FTYLPN": 0.144288
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"OH": {
|
|
1118
|
+
"base_fortype": "FTLOHD",
|
|
1119
|
+
"fortype_codes": {
|
|
1120
|
+
"FTLOHD": 0.0,
|
|
1121
|
+
"FTNOHD": -0.154634,
|
|
1122
|
+
"FTOKPN": -0.087145,
|
|
1123
|
+
"FTSFHP": 0.0,
|
|
1124
|
+
"FTUPHD": -0.071133,
|
|
1125
|
+
"FTUPOK": -0.204189,
|
|
1126
|
+
"FTYLPN": 0.120468
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"OT": {
|
|
1130
|
+
"base_fortype": "NONE",
|
|
1131
|
+
"fortype_codes": {
|
|
1132
|
+
"FTLOHD": 0.0,
|
|
1133
|
+
"FTNOHD": 0.0,
|
|
1134
|
+
"FTOKPN": 0.0,
|
|
1135
|
+
"FTSFHP": 0.0,
|
|
1136
|
+
"FTUPHD": 0.0,
|
|
1137
|
+
"FTUPOK": 0.0,
|
|
1138
|
+
"FTYLPN": 0.0
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"RO": {
|
|
1142
|
+
"base_fortype": "FTUPOK",
|
|
1143
|
+
"fortype_codes": {
|
|
1144
|
+
"FTLOHD": 0.103731,
|
|
1145
|
+
"FTNOHD": 0.207951,
|
|
1146
|
+
"FTOKPN": 0.030761,
|
|
1147
|
+
"FTSFHP": -0.23819,
|
|
1148
|
+
"FTUPHD": 0.096751,
|
|
1149
|
+
"FTUPOK": 0.0,
|
|
1150
|
+
"FTYLPN": 0.0
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"HA": {
|
|
1154
|
+
"base_fortype": "FTUPOK",
|
|
1155
|
+
"fortype_codes": {
|
|
1156
|
+
"FTLOHD": 0.0,
|
|
1157
|
+
"FTNOHD": -0.063207,
|
|
1158
|
+
"FTOKPN": 0.0,
|
|
1159
|
+
"FTSFHP": 0.0,
|
|
1160
|
+
"FTUPHD": -0.111645,
|
|
1161
|
+
"FTUPOK": 0.0,
|
|
1162
|
+
"FTYLPN": 0.0
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"QS": {
|
|
1166
|
+
"base_fortype": "FTUPOK",
|
|
1167
|
+
"fortype_codes": {
|
|
1168
|
+
"FTLOHD": 0.0,
|
|
1169
|
+
"FTNOHD": 0.0,
|
|
1170
|
+
"FTOKPN": 0.0,
|
|
1171
|
+
"FTSFHP": 0.0,
|
|
1172
|
+
"FTUPHD": 0.0,
|
|
1173
|
+
"FTUPOK": 0.0,
|
|
1174
|
+
"FTYLPN": 0.0
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"notes": {
|
|
1179
|
+
"base_fortype": "The default forest type group for each species",
|
|
1180
|
+
"fortype_codes": "Adjustment coefficients for each forest type group",
|
|
1181
|
+
"usage": "Add the appropriate fortype_code value to the base growth equation based on the forest type group"
|
|
1182
|
+
}
|
|
1183
|
+
}
|