gridFIA

High-Resolution Gridded Forest Biomass Maps

Transform FIA point samples into continuous 30-meter resolution raster maps. Generate spatial datasets for carbon mapping, species diversity analysis, and forest monitoring.

View on GitHub Documentation

30m Resolution

Landsat-Compatible

327 Species

Allometric Models

Zarr Format

Cloud-Optimized

Open Source

MIT Licensed

Key Features

30-Meter Resolution Maps

Generate gridded biomass and carbon maps at 30m resolution, matching Landsat imagery for seamless remote sensing integration.

327 Tree Species

Comprehensive allometric equation library covering all major North American tree species with validated biomass models.

Species Diversity Indices

Calculate Shannon diversity, Simpson index, and species richness maps for biodiversity assessment and conservation planning.

Cloud-Optimized Storage

Output data in Zarr format for efficient cloud storage, streaming access, and integration with modern data pipelines.

Spatial Interpolation

Advanced interpolation methods to generate continuous surfaces from sparse FIA plot data with uncertainty quantification.

Multi-Band Rasters

Create multi-band raster stacks with biomass, carbon, species counts, and diversity metrics in a single dataset.

Quick Start

# Install gridFIA
pip install gridfia

# Import and create biomass maps
from gridfia import GridFIA

# Initialize with FIA data
grid = GridFIA(state="NC")

# Generate 30m biomass raster
biomass_map = grid.create_biomass_grid(
    resolution=30,
    output_format="zarr"
)

# Calculate species diversity
diversity = grid.calculate_diversity(
    index="shannon"
)

# Export to GeoTIFF
grid.export_geotiff("nc_biomass.tif")

Use Cases

Carbon Stock Mapping

Create wall-to-wall carbon stock maps for carbon accounting, offset projects, and climate mitigation planning.

Biodiversity Assessment

Map species diversity patterns to identify biodiversity hotspots and prioritize conservation areas.

Remote Sensing Fusion

Combine FIA-derived maps with satellite imagery for enhanced forest monitoring and change detection.

Timber Inventory

Generate spatial timber volume estimates for forest management planning and harvest scheduling.

Wildfire Risk Modeling

Map fuel loads and forest structure to support wildfire risk assessment and mitigation strategies.

Ecosystem Services

Quantify and map ecosystem services including carbon sequestration, water yield, and habitat provision.