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.
Files changed (149) hide show
  1. fvs_python-0.2.3.dist-info/METADATA +254 -0
  2. fvs_python-0.2.3.dist-info/RECORD +149 -0
  3. fvs_python-0.2.3.dist-info/WHEEL +5 -0
  4. fvs_python-0.2.3.dist-info/licenses/LICENSE +21 -0
  5. fvs_python-0.2.3.dist-info/top_level.txt +1 -0
  6. pyfvs/__init__.py +107 -0
  7. pyfvs/bark_ratio.py +323 -0
  8. pyfvs/cfg/CFG_README.md +73 -0
  9. pyfvs/cfg/dbh_bounding_table_4_7_1_8.json +103 -0
  10. pyfvs/cfg/ecounit_coefficients_table_4_7_1_5.json +981 -0
  11. pyfvs/cfg/ecounit_coefficients_table_4_7_1_6.json +856 -0
  12. pyfvs/cfg/forest_type_mapping_table_4_7_1_4.json +38 -0
  13. pyfvs/cfg/fortype_coefficients_table_4_7_1_3.json +1183 -0
  14. pyfvs/cfg/functional_forms.yaml +111 -0
  15. pyfvs/cfg/growth_model_parameters.yaml +98 -0
  16. pyfvs/cfg/plant_values_table_4_7_1_7.json +15 -0
  17. pyfvs/cfg/site_index_transformation.yaml +113 -0
  18. pyfvs/cfg/sn_bark_ratio_coefficients.json +115 -0
  19. pyfvs/cfg/sn_crown_competition_factor.json +109 -0
  20. pyfvs/cfg/sn_crown_ratio_coefficients.json +956 -0
  21. pyfvs/cfg/sn_crown_width_coefficients.json +1664 -0
  22. pyfvs/cfg/sn_diameter_growth_coefficients.json +300 -0
  23. pyfvs/cfg/sn_height_diameter_coefficients.json +97 -0
  24. pyfvs/cfg/sn_large_tree_diameter_growth.json +191 -0
  25. pyfvs/cfg/sn_large_tree_height_growth.json +229 -0
  26. pyfvs/cfg/sn_large_tree_height_growth_coefficients.json +1187 -0
  27. pyfvs/cfg/sn_mortality_model.json +176 -0
  28. pyfvs/cfg/sn_regeneration_model.json +252 -0
  29. pyfvs/cfg/sn_relative_site_index.json +263 -0
  30. pyfvs/cfg/sn_small_tree_height_growth.json +879 -0
  31. pyfvs/cfg/sn_species_codes_table.json +728 -0
  32. pyfvs/cfg/sn_stand_density_index.json +398 -0
  33. pyfvs/cfg/species/ab_american_basswood.yaml +251 -0
  34. pyfvs/cfg/species/ae_american_elm.yaml +240 -0
  35. pyfvs/cfg/species/ah_american_hornbeam.yaml +250 -0
  36. pyfvs/cfg/species/ap_american_plum.yaml +251 -0
  37. pyfvs/cfg/species/as_american_sycamore.yaml +253 -0
  38. pyfvs/cfg/species/ba_black_ash.yaml +254 -0
  39. pyfvs/cfg/species/bb_basswood.yaml +254 -0
  40. pyfvs/cfg/species/bc_black_cherry.yaml +254 -0
  41. pyfvs/cfg/species/bd_sweet_birch.yaml +252 -0
  42. pyfvs/cfg/species/be_american_beech.yaml +251 -0
  43. pyfvs/cfg/species/bg_black_gum.yaml +252 -0
  44. pyfvs/cfg/species/bj_blue_jay.yaml +254 -0
  45. pyfvs/cfg/species/bk_sugar_maple.yaml +251 -0
  46. pyfvs/cfg/species/bn_butternut.yaml +252 -0
  47. pyfvs/cfg/species/bo_red_maple.yaml +255 -0
  48. pyfvs/cfg/species/bt_bigtooth_aspen.yaml +254 -0
  49. pyfvs/cfg/species/bu_buckeye.yaml +252 -0
  50. pyfvs/cfg/species/by_bald_cypress.yaml +255 -0
  51. pyfvs/cfg/species/ca_american_chestnut.yaml +254 -0
  52. pyfvs/cfg/species/cb_cucumber_tree.yaml +254 -0
  53. pyfvs/cfg/species/ck_virginia_pine.yaml +254 -0
  54. pyfvs/cfg/species/co_pond_cypress.yaml +251 -0
  55. pyfvs/cfg/species/ct_catalpa.yaml +251 -0
  56. pyfvs/cfg/species/cw_chestnut_oak.yaml +253 -0
  57. pyfvs/cfg/species/dw_dogwood.yaml +250 -0
  58. pyfvs/cfg/species/el_american_hornbeam.yaml +254 -0
  59. pyfvs/cfg/species/fm_flowering_dogwood.yaml +251 -0
  60. pyfvs/cfg/species/fr_fraser_fir.yaml +247 -0
  61. pyfvs/cfg/species/ga_green_ash.yaml +254 -0
  62. pyfvs/cfg/species/ha_hawthorn.yaml +252 -0
  63. pyfvs/cfg/species/hb_hornbeam.yaml +254 -0
  64. pyfvs/cfg/species/hh_dogwood.yaml +251 -0
  65. pyfvs/cfg/species/hi_hickory_species.yaml +252 -0
  66. pyfvs/cfg/species/hl_holly.yaml +254 -0
  67. pyfvs/cfg/species/hm_eastern_hemlock.yaml +246 -0
  68. pyfvs/cfg/species/hy_holly.yaml +252 -0
  69. pyfvs/cfg/species/ju_eastern_juniper.yaml +247 -0
  70. pyfvs/cfg/species/lb_loblolly_bay.yaml +254 -0
  71. pyfvs/cfg/species/lk_laurel_oak.yaml +254 -0
  72. pyfvs/cfg/species/ll_longleaf_pine.yaml +265 -0
  73. pyfvs/cfg/species/lo_silver_maple.yaml +252 -0
  74. pyfvs/cfg/species/lp_loblolly_pine.yaml +268 -0
  75. pyfvs/cfg/species/mb_mountain_birch.yaml +250 -0
  76. pyfvs/cfg/species/mg_magnolia.yaml +251 -0
  77. pyfvs/cfg/species/ml_maple_leaf.yaml +254 -0
  78. pyfvs/cfg/species/ms_maple_species.yaml +247 -0
  79. pyfvs/cfg/species/mv_magnolia_vine.yaml +254 -0
  80. pyfvs/cfg/species/oh_other_hardwood.yaml +231 -0
  81. pyfvs/cfg/species/os_other_softwood.yaml +232 -0
  82. pyfvs/cfg/species/ot_other_tree.yaml +210 -0
  83. pyfvs/cfg/species/ov_overcup_oak.yaml +254 -0
  84. pyfvs/cfg/species/pc_pond_cypress.yaml +254 -0
  85. pyfvs/cfg/species/pd_pitch_pine.yaml +245 -0
  86. pyfvs/cfg/species/pi_pine_species.yaml +246 -0
  87. pyfvs/cfg/species/po_american_beech.yaml +254 -0
  88. pyfvs/cfg/species/pp_pond_pine.yaml +246 -0
  89. pyfvs/cfg/species/ps_persimmon.yaml +251 -0
  90. pyfvs/cfg/species/pu_pond_pine.yaml +249 -0
  91. pyfvs/cfg/species/qs_flowering_dogwood.yaml +254 -0
  92. pyfvs/cfg/species/ra_red_ash.yaml +245 -0
  93. pyfvs/cfg/species/rd_redbud.yaml +251 -0
  94. pyfvs/cfg/species/rl_red_elm.yaml +240 -0
  95. pyfvs/cfg/species/rm_red_maple.yaml +256 -0
  96. pyfvs/cfg/species/ro_eastern_hemlock.yaml +255 -0
  97. pyfvs/cfg/species/sa_slash_pine.yaml +265 -0
  98. pyfvs/cfg/species/sb_sweet_birch.yaml +255 -0
  99. pyfvs/cfg/species/sd_sand_pine.yaml +251 -0
  100. pyfvs/cfg/species/sk_swamp_oak.yaml +253 -0
  101. pyfvs/cfg/species/sm_sugar_maple.yaml +252 -0
  102. pyfvs/cfg/species/sn_loblolly_pine.yaml +254 -0
  103. pyfvs/cfg/species/so_southern_oak.yaml +253 -0
  104. pyfvs/cfg/species/sp_shortleaf_pine.yaml +267 -0
  105. pyfvs/cfg/species/sr_spruce_pine.yaml +246 -0
  106. pyfvs/cfg/species/ss_basswood.yaml +251 -0
  107. pyfvs/cfg/species/su_sweetgum.yaml +255 -0
  108. pyfvs/cfg/species/sv_silver_maple.yaml +255 -0
  109. pyfvs/cfg/species/sy_sycamore.yaml +254 -0
  110. pyfvs/cfg/species/tm_tamarack.yaml +246 -0
  111. pyfvs/cfg/species/to_tulip_oak.yaml +254 -0
  112. pyfvs/cfg/species/ts_tulip_tree.yaml +253 -0
  113. pyfvs/cfg/species/vp_virginia_pine.yaml +248 -0
  114. pyfvs/cfg/species/wa_white_ash.yaml +254 -0
  115. pyfvs/cfg/species/we_white_elm.yaml +250 -0
  116. pyfvs/cfg/species/wi_willow.yaml +248 -0
  117. pyfvs/cfg/species/wk_water_oak.yaml +254 -0
  118. pyfvs/cfg/species/wn_walnut.yaml +254 -0
  119. pyfvs/cfg/species/wo_white_oak.yaml +256 -0
  120. pyfvs/cfg/species/wp_white_pine.yaml +250 -0
  121. pyfvs/cfg/species/wt_water_tupelo.yaml +254 -0
  122. pyfvs/cfg/species/yp_yellow_poplar.yaml +261 -0
  123. pyfvs/cfg/species_config.yaml +106 -0
  124. pyfvs/clark_profile.py +323 -0
  125. pyfvs/competition.py +332 -0
  126. pyfvs/config_loader.py +375 -0
  127. pyfvs/crown_competition_factor.py +464 -0
  128. pyfvs/crown_ratio.py +377 -0
  129. pyfvs/crown_width.py +512 -0
  130. pyfvs/data_export.py +356 -0
  131. pyfvs/ecological_unit.py +272 -0
  132. pyfvs/exceptions.py +86 -0
  133. pyfvs/fia_integration.py +876 -0
  134. pyfvs/forest_type.py +253 -0
  135. pyfvs/growth_plots.py +579 -0
  136. pyfvs/harvest.py +603 -0
  137. pyfvs/height_diameter.py +248 -0
  138. pyfvs/large_tree_height_growth.py +822 -0
  139. pyfvs/logging_config.py +213 -0
  140. pyfvs/main.py +99 -0
  141. pyfvs/mortality.py +431 -0
  142. pyfvs/parameters.py +121 -0
  143. pyfvs/simulation_engine.py +386 -0
  144. pyfvs/stand.py +1004 -0
  145. pyfvs/stand_metrics.py +436 -0
  146. pyfvs/stand_output.py +552 -0
  147. pyfvs/tree.py +756 -0
  148. pyfvs/validation.py +190 -0
  149. pyfvs/volume_library.py +761 -0
@@ -0,0 +1,879 @@
1
+ {
2
+ "metadata": {
3
+ "title": "Small Tree Height Growth for FVS Southern Variant",
4
+ "description": "Small tree growth model using Chapman-Richards functional form with NC-128 coefficients and weighting methodology",
5
+ "source": "FVS Southern Variant Documentation - Section 4.6.1",
6
+ "threshold_diameter": 3.0,
7
+ "threshold_description": "Trees smaller than 3.0 inches DBH are considered 'small trees'",
8
+ "model_type": "Height growth driven (height growth predicted first, then diameter growth)",
9
+ "equations": {
10
+ "4.6.1.1": "POTHTG = POTHT(future) - POTHT(current)",
11
+ "4.6.1.2": "XWT = (DBH - Xmin) / (Xmax - Xmin)",
12
+ "4.6.1.3": "Estimated growth = [(1 - XWT) * STGE] + [XWT * LTGE]",
13
+ "chapman_richards": "POTHT = c1 * SI^c2 * (1 - exp(-c3 * AGET))^(c4 * SI^c5)",
14
+ "age_calculation": "AGET = 1/c3 * ln(1 - (HT / (c1 * SI^c2))^(1 / (c4 * SI^c5)))"
15
+ },
16
+ "variable_definitions": {
17
+ "POTHTG": "Periodic potential height growth (5-year)",
18
+ "POTHT": "Predicted tree height for current and future height growth",
19
+ "SI": "Species site index",
20
+ "AGET": "Tree age",
21
+ "HT": "Tree height in feet",
22
+ "c1_c5": "Species-specific coefficients from NC-128",
23
+ "XWT": "Weight applied to growth estimates for model transition",
24
+ "DBH": "Tree diameter at breast height",
25
+ "Xmin": "Minimum DBH in diameter range (set to 1.0 inches)",
26
+ "Xmax": "Maximum DBH in diameter range (set to 3.0 inches)",
27
+ "STGE": "Growth estimate from small-tree growth model",
28
+ "LTGE": "Growth estimate from large-tree growth model"
29
+ }
30
+ },
31
+ "model_methodology": {
32
+ "height_growth_calculation": "Uses Chapman-Richards nonlinear functional form from GTR-NC-128 (Carmean and others 1989)",
33
+ "linear_function": "Fills in height growth curves from 0 at age 0 to lower end of height growth curve",
34
+ "random_error": "Small random error added to height growth estimate",
35
+ "adjustments": [
36
+ "Cycle length adjustment",
37
+ "User defined small-tree height growth adjustments",
38
+ "Small tree height increment calibration from input data"
39
+ ],
40
+ "diameter_growth": "For trees > 4.5 feet tall, calculated as difference of predicted diameters at start and end of projection period, adjusted for bark ratio",
41
+ "diameter_growth_zero": "Diameter growth is zero for trees < 4.5 feet tall"
42
+ },
43
+ "weighting_methodology": {
44
+ "purpose": "Smooth transition between small-tree and large-tree growth models",
45
+ "diameter_range": {
46
+ "xmin": 1.0,
47
+ "xmax": 3.0,
48
+ "units": "inches DBH"
49
+ },
50
+ "weighting_logic": {
51
+ "closer_to_xmin": "More weight towards small-tree growth model",
52
+ "closer_to_xmax": "More weight towards large-tree growth model",
53
+ "outside_range": "Use only small-tree or large-tree model"
54
+ }
55
+ },
56
+ "nc128_height_growth_coefficients": {
57
+ "FR": {
58
+ "fia_code": "012",
59
+ "page_number": "70",
60
+ "c1": 2.077,
61
+ "c2": 0.9303,
62
+ "c3": -0.0285,
63
+ "c4": 2.8937,
64
+ "c5": -0.1414
65
+ },
66
+ "JU": {
67
+ "fia_code": "068",
68
+ "page_number": "73",
69
+ "c1": 0.9276,
70
+ "c2": 1.0591,
71
+ "c3": -0.0424,
72
+ "c4": 0.3529,
73
+ "c5": 0.3114
74
+ },
75
+ "PI": {
76
+ "fia_code": "097",
77
+ "page_number": "88",
78
+ "c1": 1.3307,
79
+ "c2": 1.0442,
80
+ "c3": -0.0496,
81
+ "c4": 3.5829,
82
+ "c5": 0.0945
83
+ },
84
+ "PU": {
85
+ "fia_code": "107",
86
+ "page_number": "92",
87
+ "c1": 1.266,
88
+ "c2": 1.0034,
89
+ "c3": -0.0365,
90
+ "c4": 1.5515,
91
+ "c5": -0.0221
92
+ },
93
+ "SP": {
94
+ "fia_code": "110",
95
+ "page_number": "93",
96
+ "c1": 1.4232,
97
+ "c2": 0.9989,
98
+ "c3": -0.0285,
99
+ "c4": 1.2156,
100
+ "c5": 0.0088
101
+ },
102
+ "SA": {
103
+ "fia_code": "111",
104
+ "page_number": "99",
105
+ "c1": 1.1557,
106
+ "c2": 1.0031,
107
+ "c3": -0.0408,
108
+ "c4": 0.9807,
109
+ "c5": 0.0314
110
+ },
111
+ "SR": {
112
+ "fia_code": "097",
113
+ "page_number": "88",
114
+ "c1": 1.3307,
115
+ "c2": 1.0442,
116
+ "c3": -0.0496,
117
+ "c4": 3.5829,
118
+ "c5": 0.0945
119
+ },
120
+ "LL": {
121
+ "fia_code": "107",
122
+ "page_number": "92",
123
+ "c1": 1.421,
124
+ "c2": 0.9947,
125
+ "c3": -0.0269,
126
+ "c4": 1.1344,
127
+ "c5": -0.0109
128
+ },
129
+ "TM": {
130
+ "fia_code": "068",
131
+ "page_number": "73",
132
+ "c1": 0.9276,
133
+ "c2": 1.0591,
134
+ "c3": -0.0424,
135
+ "c4": 0.3529,
136
+ "c5": 0.3114
137
+ },
138
+ "PP": {
139
+ "fia_code": "132",
140
+ "page_number": "139",
141
+ "c1": 1.1204,
142
+ "c2": 0.9984,
143
+ "c3": -0.0597,
144
+ "c4": 2.4448,
145
+ "c5": -0.0284
146
+ },
147
+ "PD": {
148
+ "fia_code": "128",
149
+ "page_number": "117",
150
+ "c1": 1.1266,
151
+ "c2": 1.0051,
152
+ "c3": -0.0367,
153
+ "c4": 0.678,
154
+ "c5": 0.0404
155
+ },
156
+ "WP": {
157
+ "fia_code": "129",
158
+ "page_number": "119",
159
+ "c1": 3.2425,
160
+ "c2": 0.798,
161
+ "c3": -0.0435,
162
+ "c4": 52.0549,
163
+ "c5": -0.7064
164
+ },
165
+ "LP": {
166
+ "fia_code": "131",
167
+ "page_number": "125",
168
+ "c1": 1.1421,
169
+ "c2": 1.0042,
170
+ "c3": -0.0374,
171
+ "c4": 0.7632,
172
+ "c5": 0.0358
173
+ },
174
+ "VP": {
175
+ "fia_code": "132",
176
+ "page_number": "139",
177
+ "c1": 1.1204,
178
+ "c2": 0.9984,
179
+ "c3": -0.0597,
180
+ "c4": 2.4448,
181
+ "c5": -0.0284
182
+ },
183
+ "BY": {
184
+ "fia_code": "611",
185
+ "page_number": "36",
186
+ "c1": 1.0902,
187
+ "c2": 1.0298,
188
+ "c3": -0.0354,
189
+ "c4": 0.7011,
190
+ "c5": 0.1178
191
+ },
192
+ "PC": {
193
+ "fia_code": "611",
194
+ "page_number": "36",
195
+ "c1": 1.0902,
196
+ "c2": 1.0298,
197
+ "c3": -0.0354,
198
+ "c4": 0.7011,
199
+ "c5": 0.1178
200
+ },
201
+ "HM": {
202
+ "fia_code": "261",
203
+ "page_number": "142",
204
+ "c1": 2.1493,
205
+ "c2": 0.9979,
206
+ "c3": -0.0175,
207
+ "c4": 1.4086,
208
+ "c5": -0.0008
209
+ },
210
+ "FM": {
211
+ "fia_code": "317",
212
+ "page_number": "19",
213
+ "c1": 1.0645,
214
+ "c2": 0.9918,
215
+ "c3": -0.0812,
216
+ "c4": 1.5754,
217
+ "c5": -0.0272
218
+ },
219
+ "BE": {
220
+ "fia_code": "316",
221
+ "page_number": "16",
222
+ "c1": 2.9435,
223
+ "c2": 0.9132,
224
+ "c3": -0.0141,
225
+ "c4": 1.658,
226
+ "c5": -0.1095
227
+ },
228
+ "RM": {
229
+ "fia_code": "316",
230
+ "page_number": "16",
231
+ "c1": 2.9435,
232
+ "c2": 0.9132,
233
+ "c3": -0.0141,
234
+ "c4": 1.658,
235
+ "c5": -0.1095
236
+ },
237
+ "SV": {
238
+ "fia_code": "317",
239
+ "page_number": "19",
240
+ "c1": 1.0645,
241
+ "c2": 0.9918,
242
+ "c3": -0.0812,
243
+ "c4": 1.5754,
244
+ "c5": -0.0272
245
+ },
246
+ "SM": {
247
+ "fia_code": "318",
248
+ "page_number": "18",
249
+ "c1": 6.1308,
250
+ "c2": 0.6904,
251
+ "c3": -0.0195,
252
+ "c4": 10.1563,
253
+ "c5": -0.5330
254
+ },
255
+ "BU": {
256
+ "fia_code": "318",
257
+ "page_number": "18",
258
+ "c1": 6.1308,
259
+ "c2": 0.6904,
260
+ "c3": -0.0195,
261
+ "c4": 10.1563,
262
+ "c5": -0.5330
263
+ },
264
+ "BB": {
265
+ "fia_code": "371",
266
+ "page_number": "21",
267
+ "c1": 6.0522,
268
+ "c2": 0.6768,
269
+ "c3": -0.0217,
270
+ "c4": 15.4232,
271
+ "c5": -0.6354
272
+ },
273
+ "SB": {
274
+ "fia_code": "371",
275
+ "page_number": "21",
276
+ "c1": 6.0522,
277
+ "c2": 0.6768,
278
+ "c3": -0.0217,
279
+ "c4": 15.4232,
280
+ "c5": -0.6354
281
+ },
282
+ "AH": {
283
+ "fia_code": "068",
284
+ "page_number": "73",
285
+ "c1": 0.9276,
286
+ "c2": 1.0591,
287
+ "c3": -0.0424,
288
+ "c4": 0.3529,
289
+ "c5": 0.3114
290
+ },
291
+ "HI": {
292
+ "fia_code": "400",
293
+ "page_number": "25",
294
+ "c1": 1.8326,
295
+ "c2": 1.0015,
296
+ "c3": -0.0207,
297
+ "c4": 1.408,
298
+ "c5": -0.0005
299
+ },
300
+ "CA": {
301
+ "fia_code": "543",
302
+ "page_number": "29",
303
+ "c1": 4.2286,
304
+ "c2": 0.7857,
305
+ "c3": -0.0178,
306
+ "c4": 4.6219,
307
+ "c5": -0.3591
308
+ },
309
+ "HB": {
310
+ "fia_code": "068",
311
+ "page_number": "73",
312
+ "c1": 0.9276,
313
+ "c2": 1.0591,
314
+ "c3": -0.0424,
315
+ "c4": 0.3529,
316
+ "c5": 0.3114
317
+ },
318
+ "RD": {
319
+ "fia_code": "068",
320
+ "page_number": "73",
321
+ "c1": 0.9276,
322
+ "c2": 1.0591,
323
+ "c3": -0.0424,
324
+ "c4": 0.3529,
325
+ "c5": 0.3114
326
+ },
327
+ "DW": {
328
+ "fia_code": "068",
329
+ "page_number": "73",
330
+ "c1": 0.9276,
331
+ "c2": 1.0591,
332
+ "c3": -0.0424,
333
+ "c4": 0.3529,
334
+ "c5": 0.3114
335
+ },
336
+ "PS": {
337
+ "fia_code": "068",
338
+ "page_number": "73",
339
+ "c1": 0.9276,
340
+ "c2": 1.0591,
341
+ "c3": -0.0424,
342
+ "c4": 0.3529,
343
+ "c5": 0.3114
344
+ },
345
+ "AB": {
346
+ "fia_code": "531",
347
+ "page_number": "26",
348
+ "c1": 29.73,
349
+ "c2": 0.3631,
350
+ "c3": -0.0127,
351
+ "c4": 16.7616,
352
+ "c5": -0.6804
353
+ },
354
+ "AS": {
355
+ "fia_code": "544",
356
+ "page_number": "30",
357
+ "c1": 1.6505,
358
+ "c2": 0.9096,
359
+ "c3": -0.0644,
360
+ "c4": 125.7045,
361
+ "c5": -0.8908
362
+ },
363
+ "WA": {
364
+ "fia_code": "541",
365
+ "page_number": "28",
366
+ "c1": 4.1492,
367
+ "c2": 0.7531,
368
+ "c3": -0.0269,
369
+ "c4": 14.5384,
370
+ "c5": -0.5811
371
+ },
372
+ "BA": {
373
+ "fia_code": "543",
374
+ "page_number": "29",
375
+ "c1": 4.2286,
376
+ "c2": 0.7857,
377
+ "c3": -0.0178,
378
+ "c4": 4.6219,
379
+ "c5": -0.3591
380
+ },
381
+ "GA": {
382
+ "fia_code": "544",
383
+ "page_number": "30",
384
+ "c1": 1.6505,
385
+ "c2": 0.9096,
386
+ "c3": -0.0644,
387
+ "c4": 125.7045,
388
+ "c5": -0.8908
389
+ },
390
+ "HL": {
391
+ "fia_code": "901",
392
+ "page_number": "65",
393
+ "c1": 0.968,
394
+ "c2": 1.0301,
395
+ "c3": -0.0468,
396
+ "c4": 0.1639,
397
+ "c5": 0.4127
398
+ },
399
+ "LB": {
400
+ "fia_code": "043",
401
+ "page_number": "72",
402
+ "c1": 1.5341,
403
+ "c2": 1.0013,
404
+ "c3": -0.0208,
405
+ "c4": 0.9986,
406
+ "c5": -0.0012
407
+ },
408
+ "HA": {
409
+ "fia_code": "068",
410
+ "page_number": "73",
411
+ "c1": 0.9276,
412
+ "c2": 1.0591,
413
+ "c3": -0.0424,
414
+ "c4": 0.3529,
415
+ "c5": 0.3114
416
+ },
417
+ "HY": {
418
+ "fia_code": "531",
419
+ "page_number": "26",
420
+ "c1": 29.73,
421
+ "c2": 0.3631,
422
+ "c3": -0.0127,
423
+ "c4": 16.7616,
424
+ "c5": -0.6804
425
+ },
426
+ "BN": {
427
+ "fia_code": "602",
428
+ "page_number": "31",
429
+ "c1": 1.2898,
430
+ "c2": 0.9982,
431
+ "c3": -0.0289,
432
+ "c4": 0.8546,
433
+ "c5": 0.0171
434
+ },
435
+ "WN": {
436
+ "fia_code": "602",
437
+ "page_number": "31",
438
+ "c1": 1.2898,
439
+ "c2": 0.9982,
440
+ "c3": -0.0289,
441
+ "c4": 0.8546,
442
+ "c5": 0.0171
443
+ },
444
+ "SU": {
445
+ "fia_code": "611",
446
+ "page_number": "36",
447
+ "c1": 1.0902,
448
+ "c2": 1.0298,
449
+ "c3": -0.0354,
450
+ "c4": 0.7011,
451
+ "c5": 0.1178
452
+ },
453
+ "YP": {
454
+ "mountain": {
455
+ "fia_code": "621",
456
+ "page_number": "39",
457
+ "c1": 1.2673,
458
+ "c2": 1.0,
459
+ "c3": -0.0331,
460
+ "c4": 1.1149,
461
+ "c5": 0.0001
462
+ },
463
+ "piedmont": {
464
+ "fia_code": "621",
465
+ "page_number": "38",
466
+ "c1": 1.1798,
467
+ "c2": 1.0,
468
+ "c3": -0.0339,
469
+ "c4": 0.8117,
470
+ "c5": -0.0001
471
+ }
472
+ },
473
+ "MG": {
474
+ "fia_code": "694",
475
+ "page_number": "42",
476
+ "c1": 1.3213,
477
+ "c2": 0.9995,
478
+ "c3": -0.0254,
479
+ "c4": 0.8549,
480
+ "c5": -0.0016
481
+ },
482
+ "CT": {
483
+ "fia_code": "802",
484
+ "page_number": "52",
485
+ "c1": 1.2866,
486
+ "c2": 0.9962,
487
+ "c3": -0.0355,
488
+ "c4": 1.4485,
489
+ "c5": -0.0316
490
+ },
491
+ "MS": {
492
+ "fia_code": "694",
493
+ "page_number": "42",
494
+ "c1": 1.3213,
495
+ "c2": 0.9995,
496
+ "c3": -0.0254,
497
+ "c4": 0.8549,
498
+ "c5": -0.0016
499
+ },
500
+ "MV": {
501
+ "fia_code": "694",
502
+ "page_number": "42",
503
+ "c1": 1.3213,
504
+ "c2": 0.9995,
505
+ "c3": -0.0254,
506
+ "c4": 0.8549,
507
+ "c5": -0.0016
508
+ },
509
+ "ML": {
510
+ "fia_code": "694",
511
+ "page_number": "42",
512
+ "c1": 1.3213,
513
+ "c2": 0.9995,
514
+ "c3": -0.0254,
515
+ "c4": 0.8549,
516
+ "c5": -0.0016
517
+ },
518
+ "AP": {
519
+ "fia_code": "068",
520
+ "page_number": "73",
521
+ "c1": 0.9276,
522
+ "c2": 1.0591,
523
+ "c3": -0.0424,
524
+ "c4": 0.3529,
525
+ "c5": 0.3114
526
+ },
527
+ "MB": {
528
+ "fia_code": "068",
529
+ "page_number": "73",
530
+ "c1": 0.9276,
531
+ "c2": 1.0591,
532
+ "c3": -0.0424,
533
+ "c4": 0.3529,
534
+ "c5": 0.3114
535
+ },
536
+ "WT": {
537
+ "fia_code": "691",
538
+ "page_number": "41",
539
+ "c1": 1.2721,
540
+ "c2": 0.9995,
541
+ "c3": -0.0256,
542
+ "c4": 0.7447,
543
+ "c5": -0.0019
544
+ },
545
+ "BG": {
546
+ "fia_code": "694",
547
+ "page_number": "42",
548
+ "c1": 1.3213,
549
+ "c2": 0.9995,
550
+ "c3": -0.0254,
551
+ "c4": 0.8549,
552
+ "c5": -0.0016
553
+ },
554
+ "TS": {
555
+ "fia_code": "694",
556
+ "page_number": "42",
557
+ "c1": 1.3213,
558
+ "c2": 0.9995,
559
+ "c3": -0.0254,
560
+ "c4": 0.8549,
561
+ "c5": -0.0016
562
+ },
563
+ "HH": {
564
+ "fia_code": "068",
565
+ "page_number": "73",
566
+ "c1": 0.9276,
567
+ "c2": 1.0591,
568
+ "c3": -0.0424,
569
+ "c4": 0.3529,
570
+ "c5": 0.3114
571
+ },
572
+ "SD": {
573
+ "fia_code": "068",
574
+ "page_number": "73",
575
+ "c1": 0.9276,
576
+ "c2": 1.0591,
577
+ "c3": -0.0424,
578
+ "c4": 0.3529,
579
+ "c5": 0.3114
580
+ },
581
+ "RA": {
582
+ "fia_code": "068",
583
+ "page_number": "73",
584
+ "c1": 0.9276,
585
+ "c2": 1.0591,
586
+ "c3": -0.0424,
587
+ "c4": 0.3529,
588
+ "c5": 0.3114
589
+ },
590
+ "SY": {
591
+ "fia_code": "621",
592
+ "page_number": "39",
593
+ "c1": 1.2673,
594
+ "c2": 1.0,
595
+ "c3": -0.0331,
596
+ "c4": 1.1149,
597
+ "c5": 0.0001
598
+ },
599
+ "CW": {
600
+ "fia_code": "742",
601
+ "page_number": "45",
602
+ "c1": 1.2834,
603
+ "c2": 0.9571,
604
+ "c3": -0.068,
605
+ "c4": 100.0,
606
+ "c5": -0.9223
607
+ },
608
+ "BT": {
609
+ "fia_code": "743",
610
+ "page_number": "47",
611
+ "c1": 5.2188,
612
+ "c2": 0.6855,
613
+ "c3": -0.0301,
614
+ "c4": 50.0071,
615
+ "c5": -0.8695
616
+ },
617
+ "BC": {
618
+ "fia_code": "762",
619
+ "page_number": "50",
620
+ "c1": 7.1846,
621
+ "c2": 0.6781,
622
+ "c3": -0.0222,
623
+ "c4": 13.9186,
624
+ "c5": -0.5268
625
+ },
626
+ "WO": {
627
+ "fia_code": "Upland Oak",
628
+ "page_number": "52",
629
+ "c1": 1.2866,
630
+ "c2": 0.9962,
631
+ "c3": -0.0355,
632
+ "c4": 1.4485,
633
+ "c5": -0.0316
634
+ },
635
+ "SO": {
636
+ "fia_code": "Upland Oak",
637
+ "page_number": "52",
638
+ "c1": 1.2866,
639
+ "c2": 0.9962,
640
+ "c3": -0.0355,
641
+ "c4": 1.4485,
642
+ "c5": -0.0316
643
+ },
644
+ "SK": {
645
+ "fia_code": "Upland Oak",
646
+ "page_number": "52",
647
+ "c1": 1.2866,
648
+ "c2": 0.9962,
649
+ "c3": -0.0355,
650
+ "c4": 1.4485,
651
+ "c5": -0.0316
652
+ },
653
+ "CB": {
654
+ "fia_code": "813",
655
+ "page_number": "58",
656
+ "c1": 1.0945,
657
+ "c2": 0.9938,
658
+ "c3": -0.0755,
659
+ "c4": 2.5601,
660
+ "c5": 0.0114
661
+ },
662
+ "TO": {
663
+ "fia_code": "068",
664
+ "page_number": "73",
665
+ "c1": 0.9276,
666
+ "c2": 1.0591,
667
+ "c3": -0.0424,
668
+ "c4": 0.3529,
669
+ "c5": 0.3114
670
+ },
671
+ "LK": {
672
+ "fia_code": "068",
673
+ "page_number": "73",
674
+ "c1": 0.9276,
675
+ "c2": 1.0591,
676
+ "c3": -0.0424,
677
+ "c4": 0.3529,
678
+ "c5": 0.3114
679
+ },
680
+ "OV": {
681
+ "fia_code": "828",
682
+ "page_number": "60",
683
+ "c1": 1.3295,
684
+ "c2": 0.9565,
685
+ "c3": -0.0668,
686
+ "c4": 16.0085,
687
+ "c5": -0.4157
688
+ },
689
+ "BJ": {
690
+ "fia_code": "068",
691
+ "page_number": "73",
692
+ "c1": 0.9276,
693
+ "c2": 1.0591,
694
+ "c3": -0.0424,
695
+ "c4": 0.3529,
696
+ "c5": 0.3114
697
+ },
698
+ "SN": {
699
+ "fia_code": "827",
700
+ "page_number": "59",
701
+ "c1": 1.3466,
702
+ "c2": 0.959,
703
+ "c3": -0.0574,
704
+ "c4": 8.9538,
705
+ "c5": -0.3454
706
+ },
707
+ "CK": {
708
+ "fia_code": "802",
709
+ "page_number": "52",
710
+ "c1": 1.2866,
711
+ "c2": 0.9962,
712
+ "c3": -0.0355,
713
+ "c4": 1.4485,
714
+ "c5": -0.0316
715
+ },
716
+ "WK": {
717
+ "fia_code": "827",
718
+ "page_number": "59",
719
+ "c1": 1.3466,
720
+ "c2": 0.959,
721
+ "c3": -0.0574,
722
+ "c4": 8.9538,
723
+ "c5": -0.3454
724
+ },
725
+ "CO": {
726
+ "fia_code": "Upland Oak",
727
+ "page_number": "52",
728
+ "c1": 1.2866,
729
+ "c2": 0.9962,
730
+ "c3": -0.0355,
731
+ "c4": 1.4485,
732
+ "c5": -0.0316
733
+ },
734
+ "RO": {
735
+ "fia_code": "Upland Oak",
736
+ "page_number": "52",
737
+ "c1": 1.2866,
738
+ "c2": 0.9962,
739
+ "c3": -0.0355,
740
+ "c4": 1.4485,
741
+ "c5": -0.0316
742
+ },
743
+ "QS": {
744
+ "fia_code": "813",
745
+ "page_number": "58",
746
+ "c1": 1.0945,
747
+ "c2": 0.9938,
748
+ "c3": -0.0755,
749
+ "c4": 2.5601,
750
+ "c5": 0.0114
751
+ },
752
+ "PO": {
753
+ "fia_code": "068",
754
+ "page_number": "73",
755
+ "c1": 0.9276,
756
+ "c2": 1.0591,
757
+ "c3": -0.0424,
758
+ "c4": 0.3529,
759
+ "c5": 0.3114
760
+ },
761
+ "BO": {
762
+ "fia_code": "Upland Oak",
763
+ "page_number": "52",
764
+ "c1": 1.2866,
765
+ "c2": 0.9962,
766
+ "c3": -0.0355,
767
+ "c4": 1.4485,
768
+ "c5": -0.0316
769
+ },
770
+ "LO": {
771
+ "fia_code": "827",
772
+ "page_number": "59",
773
+ "c1": 1.3466,
774
+ "c2": 0.959,
775
+ "c3": -0.0574,
776
+ "c4": 8.9538,
777
+ "c5": -0.3454
778
+ },
779
+ "BK": {
780
+ "fia_code": "901",
781
+ "page_number": "65",
782
+ "c1": 0.968,
783
+ "c2": 1.0301,
784
+ "c3": -0.0468,
785
+ "c4": 0.1639,
786
+ "c5": 0.4127
787
+ },
788
+ "WI": {
789
+ "fia_code": "901",
790
+ "page_number": "65",
791
+ "c1": 0.968,
792
+ "c2": 1.0301,
793
+ "c3": -0.0468,
794
+ "c4": 0.1639,
795
+ "c5": 0.4127
796
+ },
797
+ "SS": {
798
+ "fia_code": "068",
799
+ "page_number": "73",
800
+ "c1": 0.9276,
801
+ "c2": 1.0591,
802
+ "c3": -0.0424,
803
+ "c4": 0.3529,
804
+ "c5": 0.3114
805
+ },
806
+ "BD": {
807
+ "fia_code": "951",
808
+ "page_number": "66",
809
+ "c1": 4.7633,
810
+ "c2": 0.7576,
811
+ "c3": -0.0194,
812
+ "c4": 6.511,
813
+ "c5": -0.4156
814
+ },
815
+ "EL": {
816
+ "fia_code": "972",
817
+ "page_number": "68",
818
+ "c1": 6.4362,
819
+ "c2": 0.6827,
820
+ "c3": -0.0194,
821
+ "c4": 10.9767,
822
+ "c5": -0.5477
823
+ },
824
+ "WE": {
825
+ "fia_code": "972",
826
+ "page_number": "68",
827
+ "c1": 6.4362,
828
+ "c2": 0.6827,
829
+ "c3": -0.0194,
830
+ "c4": 10.9767,
831
+ "c5": -0.5477
832
+ },
833
+ "AE": {
834
+ "fia_code": "972",
835
+ "page_number": "68",
836
+ "c1": 6.4362,
837
+ "c2": 0.6827,
838
+ "c3": -0.0194,
839
+ "c4": 10.9767,
840
+ "c5": -0.5477
841
+ },
842
+ "RL": {
843
+ "fia_code": "972",
844
+ "page_number": "68",
845
+ "c1": 6.4362,
846
+ "c2": 0.6827,
847
+ "c3": -0.0194,
848
+ "c4": 10.9767,
849
+ "c5": -0.5477
850
+ },
851
+ "OS": {
852
+ "fia_code": "068",
853
+ "page_number": "73",
854
+ "c1": 0.9276,
855
+ "c2": 1.0591,
856
+ "c3": -0.0424,
857
+ "c4": 0.3529,
858
+ "c5": 0.3114
859
+ },
860
+ "OH": {
861
+ "fia_code": "068",
862
+ "page_number": "73",
863
+ "c1": 0.9276,
864
+ "c2": 1.0591,
865
+ "c3": -0.0424,
866
+ "c4": 0.3529,
867
+ "c5": 0.3114
868
+ },
869
+ "OT": {
870
+ "fia_code": "068",
871
+ "page_number": "73",
872
+ "c1": 0.9276,
873
+ "c2": 1.0591,
874
+ "c3": -0.0424,
875
+ "c4": 0.3529,
876
+ "c5": 0.3114
877
+ }
878
+ }
879
+ }