Skip to main content
Each example assumes you’ve opened a database and clipped it to one evaluation:

Volume

Forest area by forest type

Trees per acre by size class

Mortality

Growth and removals

Biomass and carbon

biomass() always returns both biomass and carbon columns — carbon is biomass × 0.47 (the standard IPCC fraction):
Components: "AG" (aboveground, default), "BG" (belowground), "TOTAL", "BOLE", "BRANCH", "FOLIAGE" (case-insensitive).

Custom domain filtering

Working with multiple states

Downloading a list of states merges them into one database, so you can estimate across all of them and group by state:

Validate against EVALIDator

Check a pyFIA estimate against the official USFS tool:
See validate_pyfia_estimate() for the full signature.

Runnable scripts

Complete, runnable scripts live in the examples/ directory of the repository — including harvest-panel analysis and mortality-by-cause. Clone and run: