Methods
Data Collection and Filtering
The current inventory data was sourced from the USDA Forest Inventory and Analysis (FIA) program, spanning from 1999 to 2022. For the purpose of this study, data from the years 2015 to 2019 were selected, as the FIA captures 20% of the plots in each state annually. This study focused on eight states in the southeastern United States: Alabama, Mississippi, Florida, Georgia, North Carolina, South Carolina, Texas, and Louisiana.
Data Processing
Using R, the following data transformations were performed:
Aboveground Biomass (AGB): Converted from pounds to kilograms per hectare (kg/ha).
Tree Height: Converted from feet to meters.
Diameter at Breast Height (DBH): Converted from inches to centimeters.
Structural Diversity Calculation
The structural diversity of tree height and diameter was calculated using Shannon diversity index. Tree height and diameter classes were defined as follows:
Tree Height Classes
Diameter Classes: 5 cm for smaller trees and 10 cm for larger trees.
Climate and Soil Data Integration
Climate Data: Climate data from PRISM was joined with the FIA data using longitude and latitude coordinates through the nearest neighbors method in the SF package in R.
Soil Data: Soil carbon to nitrogen data from the World Soil Database was integrated similarly using geographical coordinates.
Data Standardization
The combined dataset, including structural diversity indices, climate data, and soil data, was standardized for subsequent Structural Equation Modeling (SEM) analysis.