These queries operate on the raw FIA tables (
POP_STRATUM, TREE, COND, …) using
EVALID-based filtering. For day-to-day analysis, prefer the Python API — e.g.
volume() — which applies this same
methodology for you.Categories
Basic tree counts
Tree enumeration with diameter-based adjustment factors and population expansion.
Biomass & carbon
Species-specific biomass with moisture and specific-gravity adjustments.
Forest area
Area by forest type group from condition proportions.
Forest change
Area change over time using the subplot condition-change matrix.
Mortality
Growing-stock mortality by cause, disturbance, and with stratified variance.
Volume
Net merchantable volume by diameter class.
How these queries work
Every query follows the same EVALIDator pattern:- EVALID filtering (
POP_STRATUM.EVALID = …) selects one complete, valid evaluation. - Adjustment factors (
ADJ_FACTOR_MICR / SUBP / MACR) correct for the nested plot design, chosen by tree diameter. - Expansion factors (
EXPNS) scale plot measurements to population totals. - Domain filters (
STATUSCD,COND_STATUS_CD, …) restrict to the population of interest.
Source
.sql files live in the repository under
reference/queries/ —
each page links to its query file.