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,398 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
"title": "Stand Density Index (SDI) for FVS Southern Variant",
|
|
4
|
+
"description": "Maximum stand density index values, calculation methods, and species-specific SDI maximums",
|
|
5
|
+
"source": "FVS Southern Variant Documentation - Section 3.5",
|
|
6
|
+
"equations": {
|
|
7
|
+
"3.5.1": "SDIMAXi = BAMAX / (0.5454154 * SDIU)"
|
|
8
|
+
},
|
|
9
|
+
"calculation_method": "Zeide calculation method (Dixon 2002)",
|
|
10
|
+
"variable_definitions": {
|
|
11
|
+
"SDIMAXi": "Species-specific SDI maximum",
|
|
12
|
+
"BAMAX": "User-specified stand basal area maximum",
|
|
13
|
+
"SDIU": "Proportion of theoretical maximum density at which the stand reaches actual maximum density (default 0.85, changed with the SDIMAX keyword)",
|
|
14
|
+
"SDI": "Stand density index",
|
|
15
|
+
"BA": "Basal area"
|
|
16
|
+
},
|
|
17
|
+
"methodology": {
|
|
18
|
+
"description": "Maximum stand density index (SDI) and maximum basal area (BA) are important variables in determining density related mortality and crown ratio change. Maximum basal area is a stand level metric that can be set using the BAMAX or SETSITE keywords. If not set by the user, a default value is calculated from maximum stand SDI each projection cycle. Maximum stand density index can be set for each species using the SDIMAX or SETSITE keywords. If not set by the user, a default value is assigned as discussed below.",
|
|
19
|
+
"default_sdi_assignment": "The default maximum SDI is set by species or a user specified basal area maximum. If a user specified basal area maximum is present, the maximum SDI for all species is computed using equation 3.5.1; otherwise, species SDI maximums are assigned from the SDI maximums shown in table 3.5.1.",
|
|
20
|
+
"stand_level_calculation": "Maximum stand density index at the stand level is a weighted average, by basal area, of the individual species SDI maximums.",
|
|
21
|
+
"calculation_method": "Stand SDI is calculated using the Zeide calculation method (Dixon 2002)."
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sdi_maximums": {
|
|
25
|
+
"FR": {
|
|
26
|
+
"sdi_maximum": 655,
|
|
27
|
+
"mapped_to": "balsam fir"
|
|
28
|
+
},
|
|
29
|
+
"JU": {
|
|
30
|
+
"sdi_maximum": 354,
|
|
31
|
+
"mapped_to": "eastern redcedar"
|
|
32
|
+
},
|
|
33
|
+
"PI": {
|
|
34
|
+
"sdi_maximum": 412,
|
|
35
|
+
"mapped_to": "white spruce"
|
|
36
|
+
},
|
|
37
|
+
"PU": {
|
|
38
|
+
"sdi_maximum": 499,
|
|
39
|
+
"mapped_to": "Virginia pine"
|
|
40
|
+
},
|
|
41
|
+
"SP": {
|
|
42
|
+
"sdi_maximum": 490,
|
|
43
|
+
"mapped_to": ""
|
|
44
|
+
},
|
|
45
|
+
"SA": {
|
|
46
|
+
"sdi_maximum": 385,
|
|
47
|
+
"mapped_to": ""
|
|
48
|
+
},
|
|
49
|
+
"SR": {
|
|
50
|
+
"sdi_maximum": 490,
|
|
51
|
+
"mapped_to": "shortleaf pine"
|
|
52
|
+
},
|
|
53
|
+
"LL": {
|
|
54
|
+
"sdi_maximum": 332,
|
|
55
|
+
"mapped_to": ""
|
|
56
|
+
},
|
|
57
|
+
"TM": {
|
|
58
|
+
"sdi_maximum": 398,
|
|
59
|
+
"mapped_to": "pitch pine"
|
|
60
|
+
},
|
|
61
|
+
"PP": {
|
|
62
|
+
"sdi_maximum": 398,
|
|
63
|
+
"mapped_to": ""
|
|
64
|
+
},
|
|
65
|
+
"PD": {
|
|
66
|
+
"sdi_maximum": 310,
|
|
67
|
+
"mapped_to": ""
|
|
68
|
+
},
|
|
69
|
+
"WP": {
|
|
70
|
+
"sdi_maximum": 529,
|
|
71
|
+
"mapped_to": ""
|
|
72
|
+
},
|
|
73
|
+
"LP": {
|
|
74
|
+
"sdi_maximum": 480,
|
|
75
|
+
"mapped_to": ""
|
|
76
|
+
},
|
|
77
|
+
"VP": {
|
|
78
|
+
"sdi_maximum": 499,
|
|
79
|
+
"mapped_to": ""
|
|
80
|
+
},
|
|
81
|
+
"BY": {
|
|
82
|
+
"sdi_maximum": 692,
|
|
83
|
+
"mapped_to": ""
|
|
84
|
+
},
|
|
85
|
+
"PC": {
|
|
86
|
+
"sdi_maximum": 623,
|
|
87
|
+
"mapped_to": ""
|
|
88
|
+
},
|
|
89
|
+
"HM": {
|
|
90
|
+
"sdi_maximum": 518,
|
|
91
|
+
"mapped_to": "eastern hemlock"
|
|
92
|
+
},
|
|
93
|
+
"FM": {
|
|
94
|
+
"sdi_maximum": 371,
|
|
95
|
+
"mapped_to": "sugar maple"
|
|
96
|
+
},
|
|
97
|
+
"BE": {
|
|
98
|
+
"sdi_maximum": 344,
|
|
99
|
+
"mapped_to": ""
|
|
100
|
+
},
|
|
101
|
+
"RM": {
|
|
102
|
+
"sdi_maximum": 421,
|
|
103
|
+
"mapped_to": ""
|
|
104
|
+
},
|
|
105
|
+
"SV": {
|
|
106
|
+
"sdi_maximum": 590,
|
|
107
|
+
"mapped_to": ""
|
|
108
|
+
},
|
|
109
|
+
"SM": {
|
|
110
|
+
"sdi_maximum": 371,
|
|
111
|
+
"mapped_to": ""
|
|
112
|
+
},
|
|
113
|
+
"BU": {
|
|
114
|
+
"sdi_maximum": 371,
|
|
115
|
+
"mapped_to": "sugar maple"
|
|
116
|
+
},
|
|
117
|
+
"BB": {
|
|
118
|
+
"sdi_maximum": 400,
|
|
119
|
+
"mapped_to": "river birch"
|
|
120
|
+
},
|
|
121
|
+
"SB": {
|
|
122
|
+
"sdi_maximum": 350,
|
|
123
|
+
"mapped_to": ""
|
|
124
|
+
},
|
|
125
|
+
"AH": {
|
|
126
|
+
"sdi_maximum": 375,
|
|
127
|
+
"mapped_to": ""
|
|
128
|
+
},
|
|
129
|
+
"HI": {
|
|
130
|
+
"sdi_maximum": 276,
|
|
131
|
+
"mapped_to": "pignut hickory"
|
|
132
|
+
},
|
|
133
|
+
"CA": {
|
|
134
|
+
"sdi_maximum": 492,
|
|
135
|
+
"mapped_to": "sassafras"
|
|
136
|
+
},
|
|
137
|
+
"HB": {
|
|
138
|
+
"sdi_maximum": 420,
|
|
139
|
+
"mapped_to": "hackberry"
|
|
140
|
+
},
|
|
141
|
+
"RD": {
|
|
142
|
+
"sdi_maximum": 422,
|
|
143
|
+
"mapped_to": ""
|
|
144
|
+
},
|
|
145
|
+
"DW": {
|
|
146
|
+
"sdi_maximum": 257,
|
|
147
|
+
"mapped_to": ""
|
|
148
|
+
},
|
|
149
|
+
"PS": {
|
|
150
|
+
"sdi_maximum": 147,
|
|
151
|
+
"mapped_to": ""
|
|
152
|
+
},
|
|
153
|
+
"AB": {
|
|
154
|
+
"sdi_maximum": 364,
|
|
155
|
+
"mapped_to": ""
|
|
156
|
+
},
|
|
157
|
+
"AS": {
|
|
158
|
+
"sdi_maximum": 414,
|
|
159
|
+
"mapped_to": "green ash"
|
|
160
|
+
},
|
|
161
|
+
"WA": {
|
|
162
|
+
"sdi_maximum": 408,
|
|
163
|
+
"mapped_to": ""
|
|
164
|
+
},
|
|
165
|
+
"BA": {
|
|
166
|
+
"sdi_maximum": 423,
|
|
167
|
+
"mapped_to": ""
|
|
168
|
+
},
|
|
169
|
+
"GA": {
|
|
170
|
+
"sdi_maximum": 414,
|
|
171
|
+
"mapped_to": ""
|
|
172
|
+
},
|
|
173
|
+
"HL": {
|
|
174
|
+
"sdi_maximum": 338,
|
|
175
|
+
"mapped_to": ""
|
|
176
|
+
},
|
|
177
|
+
"LB": {
|
|
178
|
+
"sdi_maximum": 492,
|
|
179
|
+
"mapped_to": "sweetbay"
|
|
180
|
+
},
|
|
181
|
+
"HA": {
|
|
182
|
+
"sdi_maximum": 430,
|
|
183
|
+
"mapped_to": "blackgum"
|
|
184
|
+
},
|
|
185
|
+
"HY": {
|
|
186
|
+
"sdi_maximum": 155,
|
|
187
|
+
"mapped_to": ""
|
|
188
|
+
},
|
|
189
|
+
"BN": {
|
|
190
|
+
"sdi_maximum": 283,
|
|
191
|
+
"mapped_to": "black walnut"
|
|
192
|
+
},
|
|
193
|
+
"WN": {
|
|
194
|
+
"sdi_maximum": 283,
|
|
195
|
+
"mapped_to": ""
|
|
196
|
+
},
|
|
197
|
+
"SU": {
|
|
198
|
+
"sdi_maximum": 430,
|
|
199
|
+
"mapped_to": ""
|
|
200
|
+
},
|
|
201
|
+
"YP": {
|
|
202
|
+
"sdi_maximum": 478,
|
|
203
|
+
"mapped_to": ""
|
|
204
|
+
},
|
|
205
|
+
"MG": {
|
|
206
|
+
"sdi_maximum": 492,
|
|
207
|
+
"mapped_to": "sweetbay"
|
|
208
|
+
},
|
|
209
|
+
"CT": {
|
|
210
|
+
"sdi_maximum": 415,
|
|
211
|
+
"mapped_to": ""
|
|
212
|
+
},
|
|
213
|
+
"MS": {
|
|
214
|
+
"sdi_maximum": 492,
|
|
215
|
+
"mapped_to": "sweetbay"
|
|
216
|
+
},
|
|
217
|
+
"MV": {
|
|
218
|
+
"sdi_maximum": 492,
|
|
219
|
+
"mapped_to": ""
|
|
220
|
+
},
|
|
221
|
+
"ML": {
|
|
222
|
+
"sdi_maximum": 492,
|
|
223
|
+
"mapped_to": "sweetbay"
|
|
224
|
+
},
|
|
225
|
+
"AP": {
|
|
226
|
+
"sdi_maximum": 422,
|
|
227
|
+
"mapped_to": "eastern redbud"
|
|
228
|
+
},
|
|
229
|
+
"MB": {
|
|
230
|
+
"sdi_maximum": 277,
|
|
231
|
+
"mapped_to": "red mulberry"
|
|
232
|
+
},
|
|
233
|
+
"WT": {
|
|
234
|
+
"sdi_maximum": 726,
|
|
235
|
+
"mapped_to": ""
|
|
236
|
+
},
|
|
237
|
+
"BG": {
|
|
238
|
+
"sdi_maximum": 430,
|
|
239
|
+
"mapped_to": ""
|
|
240
|
+
},
|
|
241
|
+
"TS": {
|
|
242
|
+
"sdi_maximum": 704,
|
|
243
|
+
"mapped_to": ""
|
|
244
|
+
},
|
|
245
|
+
"HH": {
|
|
246
|
+
"sdi_maximum": 304,
|
|
247
|
+
"mapped_to": ""
|
|
248
|
+
},
|
|
249
|
+
"SD": {
|
|
250
|
+
"sdi_maximum": 164,
|
|
251
|
+
"mapped_to": ""
|
|
252
|
+
},
|
|
253
|
+
"RA": {
|
|
254
|
+
"sdi_maximum": 492,
|
|
255
|
+
"mapped_to": "sweetbay"
|
|
256
|
+
},
|
|
257
|
+
"SY": {
|
|
258
|
+
"sdi_maximum": 499,
|
|
259
|
+
"mapped_to": ""
|
|
260
|
+
},
|
|
261
|
+
"CW": {
|
|
262
|
+
"sdi_maximum": 648,
|
|
263
|
+
"mapped_to": "eastern cottonwood"
|
|
264
|
+
},
|
|
265
|
+
"BT": {
|
|
266
|
+
"sdi_maximum": 520,
|
|
267
|
+
"mapped_to": ""
|
|
268
|
+
},
|
|
269
|
+
"BC": {
|
|
270
|
+
"sdi_maximum": 384,
|
|
271
|
+
"mapped_to": ""
|
|
272
|
+
},
|
|
273
|
+
"WO": {
|
|
274
|
+
"sdi_maximum": 361,
|
|
275
|
+
"mapped_to": ""
|
|
276
|
+
},
|
|
277
|
+
"SO": {
|
|
278
|
+
"sdi_maximum": 315,
|
|
279
|
+
"mapped_to": ""
|
|
280
|
+
},
|
|
281
|
+
"SK": {
|
|
282
|
+
"sdi_maximum": 342,
|
|
283
|
+
"mapped_to": ""
|
|
284
|
+
},
|
|
285
|
+
"CB": {
|
|
286
|
+
"sdi_maximum": 405,
|
|
287
|
+
"mapped_to": ""
|
|
288
|
+
},
|
|
289
|
+
"TO": {
|
|
290
|
+
"sdi_maximum": 326,
|
|
291
|
+
"mapped_to": "blackjack oak"
|
|
292
|
+
},
|
|
293
|
+
"LK": {
|
|
294
|
+
"sdi_maximum": 387,
|
|
295
|
+
"mapped_to": ""
|
|
296
|
+
},
|
|
297
|
+
"OV": {
|
|
298
|
+
"sdi_maximum": 384,
|
|
299
|
+
"mapped_to": ""
|
|
300
|
+
},
|
|
301
|
+
"BJ": {
|
|
302
|
+
"sdi_maximum": 326,
|
|
303
|
+
"mapped_to": ""
|
|
304
|
+
},
|
|
305
|
+
"SN": {
|
|
306
|
+
"sdi_maximum": 417,
|
|
307
|
+
"mapped_to": "chestnut oak"
|
|
308
|
+
},
|
|
309
|
+
"CK": {
|
|
310
|
+
"sdi_maximum": 336,
|
|
311
|
+
"mapped_to": ""
|
|
312
|
+
},
|
|
313
|
+
"WK": {
|
|
314
|
+
"sdi_maximum": 365,
|
|
315
|
+
"mapped_to": ""
|
|
316
|
+
},
|
|
317
|
+
"CO": {
|
|
318
|
+
"sdi_maximum": 417,
|
|
319
|
+
"mapped_to": ""
|
|
320
|
+
},
|
|
321
|
+
"RO": {
|
|
322
|
+
"sdi_maximum": 414,
|
|
323
|
+
"mapped_to": ""
|
|
324
|
+
},
|
|
325
|
+
"QS": {
|
|
326
|
+
"sdi_maximum": 342,
|
|
327
|
+
"mapped_to": "southern red oak"
|
|
328
|
+
},
|
|
329
|
+
"PO": {
|
|
330
|
+
"sdi_maximum": 311,
|
|
331
|
+
"mapped_to": ""
|
|
332
|
+
},
|
|
333
|
+
"BO": {
|
|
334
|
+
"sdi_maximum": 370,
|
|
335
|
+
"mapped_to": ""
|
|
336
|
+
},
|
|
337
|
+
"LO": {
|
|
338
|
+
"sdi_maximum": 410,
|
|
339
|
+
"mapped_to": ""
|
|
340
|
+
},
|
|
341
|
+
"BK": {
|
|
342
|
+
"sdi_maximum": 343,
|
|
343
|
+
"mapped_to": ""
|
|
344
|
+
},
|
|
345
|
+
"WI": {
|
|
346
|
+
"sdi_maximum": 447,
|
|
347
|
+
"mapped_to": "black willow"
|
|
348
|
+
},
|
|
349
|
+
"SS": {
|
|
350
|
+
"sdi_maximum": 492,
|
|
351
|
+
"mapped_to": ""
|
|
352
|
+
},
|
|
353
|
+
"BD": {
|
|
354
|
+
"sdi_maximum": 526,
|
|
355
|
+
"mapped_to": "American basswood"
|
|
356
|
+
},
|
|
357
|
+
"EL": {
|
|
358
|
+
"sdi_maximum": 282,
|
|
359
|
+
"mapped_to": "American elm"
|
|
360
|
+
},
|
|
361
|
+
"WE": {
|
|
362
|
+
"sdi_maximum": 263,
|
|
363
|
+
"mapped_to": ""
|
|
364
|
+
},
|
|
365
|
+
"AE": {
|
|
366
|
+
"sdi_maximum": 282,
|
|
367
|
+
"mapped_to": ""
|
|
368
|
+
},
|
|
369
|
+
"RL": {
|
|
370
|
+
"sdi_maximum": 227,
|
|
371
|
+
"mapped_to": ""
|
|
372
|
+
},
|
|
373
|
+
"OS": {
|
|
374
|
+
"sdi_maximum": 354,
|
|
375
|
+
"mapped_to": "eastern redcedar"
|
|
376
|
+
},
|
|
377
|
+
"OH": {
|
|
378
|
+
"sdi_maximum": 492,
|
|
379
|
+
"mapped_to": "sassafras"
|
|
380
|
+
},
|
|
381
|
+
"OT": {
|
|
382
|
+
"sdi_maximum": 421,
|
|
383
|
+
"mapped_to": "red maple"
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
"data_source": {
|
|
387
|
+
"note": "Source of SDI maximums is an unpublished analysis of FIA data by John Shaw."
|
|
388
|
+
},
|
|
389
|
+
"keywords": {
|
|
390
|
+
"BAMAX": "Set maximum basal area",
|
|
391
|
+
"SETSITE": "Set site characteristics including maximum basal area and SDI",
|
|
392
|
+
"SDIMAX": "Set maximum stand density index by species"
|
|
393
|
+
},
|
|
394
|
+
"default_parameters": {
|
|
395
|
+
"sdiu_default": 0.85,
|
|
396
|
+
"zeide_constant": 0.5454154
|
|
397
|
+
}
|
|
398
|
+
}
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
metadata:
|
|
2
|
+
code: AB
|
|
3
|
+
fia_code: 951
|
|
4
|
+
scientific_name: Tilia americana
|
|
5
|
+
common_name: american basswood
|
|
6
|
+
valid_site_species: true
|
|
7
|
+
site_index:
|
|
8
|
+
min: 35
|
|
9
|
+
max: 85
|
|
10
|
+
site_index_group: 3
|
|
11
|
+
height_growth_equation: 'NC-128: 531/26'
|
|
12
|
+
density:
|
|
13
|
+
sdi_max: 364
|
|
14
|
+
height_diameter:
|
|
15
|
+
model: curtis_arney
|
|
16
|
+
curtis_arney:
|
|
17
|
+
p2: 526.1392688
|
|
18
|
+
p3: 3.89232121
|
|
19
|
+
p4: -0.22587084
|
|
20
|
+
dbw: 0.1
|
|
21
|
+
wykoff:
|
|
22
|
+
b1: 4.4772
|
|
23
|
+
b2: -4.7206
|
|
24
|
+
bark_ratio:
|
|
25
|
+
b1: -0.1304
|
|
26
|
+
b2: 0.97071
|
|
27
|
+
crown_ratio:
|
|
28
|
+
acr_equation: 4.3.1.6
|
|
29
|
+
d0: 59.09
|
|
30
|
+
d1: -4.99
|
|
31
|
+
d2: null
|
|
32
|
+
a: 4.6965
|
|
33
|
+
b0: -14.3809
|
|
34
|
+
b1: 1.2016
|
|
35
|
+
c: 3.5571
|
|
36
|
+
diameter_growth:
|
|
37
|
+
model: ln_dds
|
|
38
|
+
coefficients:
|
|
39
|
+
b1: -1.251887
|
|
40
|
+
b2: 1.349337
|
|
41
|
+
b3: -0.000447
|
|
42
|
+
b4: 0.193148
|
|
43
|
+
b5: 0.279322
|
|
44
|
+
b6: -0.000287
|
|
45
|
+
b7: -0.002547
|
|
46
|
+
b8: -0.001176
|
|
47
|
+
b9: -0.3804
|
|
48
|
+
b10: 0.160386
|
|
49
|
+
b11: -0.088382
|
|
50
|
+
dbh_bounds:
|
|
51
|
+
lower_limit: 42.8
|
|
52
|
+
upper_limit: 60.0
|
|
53
|
+
volume:
|
|
54
|
+
pulpwood:
|
|
55
|
+
min_dbh: 6
|
|
56
|
+
top_diameter: 4
|
|
57
|
+
sawtimber:
|
|
58
|
+
min_dbh: 10
|
|
59
|
+
top_diameter: 7
|
|
60
|
+
crown_width:
|
|
61
|
+
forest_grown:
|
|
62
|
+
equation_number: '53101'
|
|
63
|
+
a1: 3.9361
|
|
64
|
+
a2: 1.15
|
|
65
|
+
a3: null
|
|
66
|
+
a4: 0.1237
|
|
67
|
+
a5: -0.0691
|
|
68
|
+
bounds: FCW < 80
|
|
69
|
+
open_grown:
|
|
70
|
+
equation_number: '53101'
|
|
71
|
+
a1: 3.9361
|
|
72
|
+
a2: 1.15
|
|
73
|
+
a3: null
|
|
74
|
+
a4: 0.1237
|
|
75
|
+
a5: -0.0691
|
|
76
|
+
bounds: OCW < 80
|
|
77
|
+
small_tree_height_growth:
|
|
78
|
+
model: chapman_richards_nc128
|
|
79
|
+
threshold_diameter: 3.0
|
|
80
|
+
fia_code: '531'
|
|
81
|
+
page_number: '26'
|
|
82
|
+
c1: 29.73
|
|
83
|
+
c2: 0.3631
|
|
84
|
+
c3: -0.0127
|
|
85
|
+
c4: 16.7616
|
|
86
|
+
c5: -0.6804
|
|
87
|
+
large_tree_height_growth:
|
|
88
|
+
model: wensel_1987
|
|
89
|
+
threshold_diameter: 3.0
|
|
90
|
+
methodology:
|
|
91
|
+
approach: Wensel and others (1987)
|
|
92
|
+
crown_ratio_weight: 0.25
|
|
93
|
+
relative_height_weight: 0.75
|
|
94
|
+
equations:
|
|
95
|
+
main: HTG = POTHTG * (0.25 * HGMDCR + 0.75 * HGMDRH)
|
|
96
|
+
crown_ratio_modifier: HGMDCR = 100 * CR^3.0 * exp(-5.0*CR)
|
|
97
|
+
relative_height_modifier: HGMDRH = RHK * (1 + FCTRKX * exp(FCTRRB*FCTRXB))^FCTRM
|
|
98
|
+
shade_tolerance: Very Tolerant
|
|
99
|
+
shade_tolerance_coefficients:
|
|
100
|
+
RHR: 20
|
|
101
|
+
RHYXS: 0.2
|
|
102
|
+
RHM: 1.1
|
|
103
|
+
RHB: -1.1
|
|
104
|
+
RHXS: 0
|
|
105
|
+
RHK: 1
|
|
106
|
+
fortype:
|
|
107
|
+
base_fortype: FTUPOK
|
|
108
|
+
coefficients:
|
|
109
|
+
FTLOHD: 0.139891
|
|
110
|
+
FTNOHD: 0.094979
|
|
111
|
+
FTOKPN: 0.112394
|
|
112
|
+
FTSFHP: 0.191476
|
|
113
|
+
FTUPHD: 0.098473
|
|
114
|
+
FTUPOK: 0.0
|
|
115
|
+
FTYLPN: 0.301892
|
|
116
|
+
forest_type_groups:
|
|
117
|
+
FTLOHD:
|
|
118
|
+
name: Lowland Hardwoods
|
|
119
|
+
fia_forest_types:
|
|
120
|
+
- 168
|
|
121
|
+
- 508
|
|
122
|
+
- 601
|
|
123
|
+
- 602
|
|
124
|
+
- 605
|
|
125
|
+
- 606
|
|
126
|
+
- 607
|
|
127
|
+
- 608
|
|
128
|
+
- 702
|
|
129
|
+
- 703
|
|
130
|
+
- 704
|
|
131
|
+
- 705
|
|
132
|
+
- 706
|
|
133
|
+
- 708
|
|
134
|
+
FTNOHD:
|
|
135
|
+
name: Northern Hardwoods
|
|
136
|
+
fia_forest_types:
|
|
137
|
+
- 701
|
|
138
|
+
- 801
|
|
139
|
+
- 805
|
|
140
|
+
FTOKPN:
|
|
141
|
+
name: Oak - Pine
|
|
142
|
+
fia_forest_types:
|
|
143
|
+
- 165
|
|
144
|
+
- 403
|
|
145
|
+
- 404
|
|
146
|
+
- 405
|
|
147
|
+
- 406
|
|
148
|
+
- 407
|
|
149
|
+
- 409
|
|
150
|
+
FTSFHP:
|
|
151
|
+
name: Spruce - Fir - Hemlock - Pine
|
|
152
|
+
fia_forest_types:
|
|
153
|
+
- 104
|
|
154
|
+
- 105
|
|
155
|
+
- 121
|
|
156
|
+
- 124
|
|
157
|
+
FTUPHD:
|
|
158
|
+
name: Upland Hardwoods
|
|
159
|
+
fia_forest_types:
|
|
160
|
+
- 103
|
|
161
|
+
- 167
|
|
162
|
+
- 181
|
|
163
|
+
- 401
|
|
164
|
+
- 402
|
|
165
|
+
- 506
|
|
166
|
+
- 511
|
|
167
|
+
- 512
|
|
168
|
+
- 513
|
|
169
|
+
- 519
|
|
170
|
+
- 520
|
|
171
|
+
- 802
|
|
172
|
+
- 807
|
|
173
|
+
- 809
|
|
174
|
+
FTUPOK:
|
|
175
|
+
name: Upland Oak
|
|
176
|
+
fia_forest_types:
|
|
177
|
+
- 501
|
|
178
|
+
- 502
|
|
179
|
+
- 503
|
|
180
|
+
- 504
|
|
181
|
+
- 505
|
|
182
|
+
- 510
|
|
183
|
+
- 514
|
|
184
|
+
- 515
|
|
185
|
+
FTYLPN:
|
|
186
|
+
name: Yellow Pine
|
|
187
|
+
fia_forest_types:
|
|
188
|
+
- 141
|
|
189
|
+
- 142
|
|
190
|
+
- 161
|
|
191
|
+
- 162
|
|
192
|
+
- 163
|
|
193
|
+
- 164
|
|
194
|
+
- 166
|
|
195
|
+
ecounit:
|
|
196
|
+
table_4_7_1_5:
|
|
197
|
+
base_ecounit: '232'
|
|
198
|
+
coefficients:
|
|
199
|
+
M221: -0.191377
|
|
200
|
+
M222: -0.370162
|
|
201
|
+
M231: -0.181571
|
|
202
|
+
'221': -0.105676
|
|
203
|
+
'222': 0.093229
|
|
204
|
+
231T: 0.006941
|
|
205
|
+
ecological_unit_groups:
|
|
206
|
+
M221: Ecological unit group M221
|
|
207
|
+
M222: Ecological unit group M222
|
|
208
|
+
M231: Ecological unit group M231
|
|
209
|
+
'221': Ecological unit group 221
|
|
210
|
+
'222': Ecological unit group 222
|
|
211
|
+
231T: Ecological unit group 231T
|
|
212
|
+
231L: Ecological unit group 231L
|
|
213
|
+
'232': Ecological unit group 232
|
|
214
|
+
'234': Ecological unit group 234
|
|
215
|
+
'255': Ecological unit group 255
|
|
216
|
+
'411': Ecological unit group 411
|
|
217
|
+
table_4_7_1_6:
|
|
218
|
+
base_ecounit: '232'
|
|
219
|
+
coefficients:
|
|
220
|
+
231L: -0.003611
|
|
221
|
+
'232': 0.0
|
|
222
|
+
'234': -0.031277
|
|
223
|
+
'255': 0.0
|
|
224
|
+
'411': 0.0
|
|
225
|
+
ecological_unit_groups:
|
|
226
|
+
231L: Ecological unit group 231L
|
|
227
|
+
'232': Ecological unit group 232
|
|
228
|
+
'234': Ecological unit group 234
|
|
229
|
+
'255': Ecological unit group 255
|
|
230
|
+
'411': Ecological unit group 411
|
|
231
|
+
mortality:
|
|
232
|
+
background_mortality:
|
|
233
|
+
equation: 5.0.1
|
|
234
|
+
formula: RI = [1 / (1 + exp(p0 + p1 * DBH))]
|
|
235
|
+
coefficients:
|
|
236
|
+
p0: 5.1676998
|
|
237
|
+
p1: -0.0077681
|
|
238
|
+
mortality_weight:
|
|
239
|
+
mwt: 0.1
|
|
240
|
+
description: Species-specific mortality weight value representing shade tolerance
|
|
241
|
+
regeneration:
|
|
242
|
+
parameters:
|
|
243
|
+
sprouting_capable: true
|
|
244
|
+
min_bud_width: 0.1
|
|
245
|
+
min_height: 0.5
|
|
246
|
+
max_height: 20
|
|
247
|
+
sprouting:
|
|
248
|
+
probability: 0.93
|
|
249
|
+
equation: fixed
|
|
250
|
+
sprout_records: 6.0.1
|
|
251
|
+
source: Keyser and Loftis, 2014
|