Skip to main content

pyFIA

The Python API for forest inventory data

PyPI PyPI Downloads Documentation License: MIT Python 3.11+


A high-performance Python library for analyzing USDA Forest Inventory and Analysis (FIA) data. Built on DuckDB and Polars for speed, with statistical methods that match EVALIDator exactly.

Why pyFIA?

Feature pyFIA EVALIDator
Speed 10-100x faster Baseline
Interface Python API Web UI
Reproducibility Code-based Manual
Custom analysis Unlimited Limited options
Statistical validity ✓ Exact match ✓ Reference

Quick Start

pip install pyfia
from pyfia import FIA, tpa, volume, area

with FIA("path/to/FIA_database.duckdb") as db:
    db.clip_by_state(37)  # North Carolina
    db.clip_most_recent(eval_type="VOL")

    # Core estimates
    trees = tpa(db, tree_domain="STATUSCD == 1")
    timber = volume(db, land_type="timber")
    forest = area(db, land_type="forest")

Core Functions

Function Description Example
tpa() Trees per acre tpa(db, tree_domain="DIA >= 5.0")
biomass() Above/belowground biomass biomass(db, by_species=True)
volume() Merchantable volume (ft³) volume(db, land_type="timber")
area() Forest land area area(db, grp_by="FORTYPCD")
site_index() Site productivity index site_index(db, grp_by="COUNTYCD")
mortality() Annual mortality rates mortality(db)
growth() Net growth estimation growth(db)

Statistical Methods

pyFIA implements design-based estimation following Bechtold & Patterson (2005):

  • Post-stratified estimation with proper variance calculation
  • Ratio-of-means estimators for per-acre values
  • EVALID-based filtering for statistically valid estimates
  • Temporal methods: TI, annual, SMA, LMA, EMA

Installation

# Recommended: use uv for fast, reliable installs
uv pip install pyfia

# Or with pip
pip install pyfia

# With spatial support (polygon clipping, spatial joins)
uv pip install pyfia[spatial]

Tip: Always use a virtual environment (uv venv or python -m venv .venv).

For development setup, see the Getting Started guide.

Documentation

Full documentation: pyfia.mintlify.app

Citation

@software{pyfia2025,
  title = {pyFIA: A Python Library for Forest Inventory Applications},
  author = {Mihiar, Christopher},
  year = {2025},
  url = {https://github.com/mihiarc/pyfia}
}

Affiliation

Developed in collaboration with USDA Forest Service Research & Development. pyFIA provides programmatic access to Forest Inventory and Analysis (FIA) data but is not part of the official FIA Program.


Built by Chris Mihiar

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfia-1.4.3.tar.gz (302.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyfia-1.4.3-py3-none-any.whl (350.0 kB view details)

Uploaded Python 3

File details

Details for the file pyfia-1.4.3.tar.gz.

File metadata

  • Download URL: pyfia-1.4.3.tar.gz
  • Upload date:
  • Size: 302.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyfia-1.4.3.tar.gz
Algorithm Hash digest
SHA256 079e7dbf2d6c9e7d77f73283c623db79cfbaee22951b34a12ed9c80956b2ced2
MD5 d33fe001579167cc2b71d1c40156d055
BLAKE2b-256 a312b26af4e8f8cb55fb9841f05016424886987896ca76c2117226c0c05d8a3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfia-1.4.3.tar.gz:

Publisher: publish.yml on mihiarc/pyfia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyfia-1.4.3-py3-none-any.whl.

File metadata

  • Download URL: pyfia-1.4.3-py3-none-any.whl
  • Upload date:
  • Size: 350.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyfia-1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d853ee9c02d05056ab267ca4cfc17561fcae8db21c0f781211818a1efe0180ab
MD5 fd124d1cff3e76426124f4b3aba10b0d
BLAKE2b-256 09cc97e949f5a5e26037c46697c83b7699aa82949669cc96dcc8bdea8ab33d9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyfia-1.4.3-py3-none-any.whl:

Publisher: publish.yml on mihiarc/pyfia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page