This bucket contains CAL FIRE and USGS fire perimeter datasets:
CAL FIRE Wildfire Perimeters — California wildfire perimeters (2025 release calfire-2025/firep, prior calfire-2024/firep)
CAL FIRE Prescribed Burns — California prescribed burn treatments (2025 release calfire-2025/rxburn, prior calfire-2024/rxburn)
USGS Wildland Fire Combined Dataset — National wildfire perimeters 1878–2021 (usgs-fires-2021/combined)
All datasets are polygon geometries processed into GeoParquet, PMTiles, and H3 hex Parquet (resolution 10).
The 2025 CAL FIRE release (FRAP fire251gdb) is the current dataset for California fires and prescribed burns; the 2024 release is retained as a prior version.
CAL FIRE Wildfire Perimeters 2025 (calfire-2025/firep) — current
Hex aggregation note: in calfire-2025/firep/hex/h0=*/data_0.parquet, every source attribute
(including GIS_ACRES) is repeated on each H3 cell the fire covers. Never SUM(GIS_ACRES) on hex
data. To total burned acreage, deduplicate by feature first:
SELECT SUM(GIS_ACRES) FROM (SELECT DISTINCT _cng_fid, GIS_ACRES FROM read_parquet('…/firep/hex/h0=*/data_0.parquet')).
MapLibre GL JS Example
CAL FIRE Prescribed Burns 2025 (calfire-2025/rxburn) — current
3. USGS Wildland Fire Combined Dataset (usgs-fires-2021/combined)
Source:USGS ScienceBaseFeatures: 135,061 fire perimeter polygons
Coverage: Continental US, Alaska, Hawaii, US territories, 1878–2021
Source layer:combined (PMTiles source-layer name)
This dataset combines records from dozens of federal, state, and local data sources into a single de-duplicated national inventory. Where multiple sources cover the same fire, the highest-quality polygon is selected and source attributes are preserved in list fields.
DuckDB Example
H3 Hex Example (burn area by hex cell)
MapLibre GL JS Example
Schema
Column
Type
Description
USGS_Assigned_ID
int32
Unique USGS identifier
Assigned_Fire_Type
string
Fire type (Wildfire, Prescribed Fire, etc.)
Fire_Year
int16
Year the fire occurred
Fire_Polygon_Tier
int16
Source quality tier (1 = highest quality)
Fire_Attribute_Tiers
string
Quality tier per attribute
GIS_Acres
float64
GIS-calculated area in acres
GIS_Hectares
float64
GIS-calculated area in hectares
Source_Datasets
string
Contributing source dataset names
Listed_Fire_Types
string
All fire types from contributing sources
Listed_Fire_Names
string
All fire names from contributing sources
Listed_Fire_Codes
string
Citation
CAL FIRE datasets:
California Department of Forestry and Fire Protection (CAL FIRE), Forest and Range Assessment Program (FRAP). Fire Perimeter and Prescribed Burn data, 2025 release (fire251gdb; 2024 release also retained). https://frap.fire.ca.gov/mapping/gis-data/
USGS dataset:
Welty, J.L., and Jeffries, M.I., 2021, Combined wildfire datasets for the United States and certain territories, 1878-2019: U.S. Geological Survey data release, https://doi.org/10.5066/P9ZXGFY3
string
Complex fire name (if applicable)
COMPLEX_ID
string
Complex fire ID
OBJECTIVE
int16
Management objective code
GIS_ACRES
float32
GIS-calculated area in acres
COMMENTS
string
Additional comments
FIRE_NUM
string
Historical fire number
Shape_Length
float64
Perimeter length in meters
Shape_Area
float64
Area in square meters
int16
Fuel consumption class code
PRE_CON_CLASS
int16
Pre-treatment condition class code
POST_CON_CLASS
int16
Post-treatment condition class code
Shape_Length
float64
Perimeter length in meters
Shape_Area
float64
Area in square meters
All fire codes from contributing sources
Listed_Fire_IDs
string
All fire IDs from contributing sources
Listed_Fire_IRWIN_IDs
string
All IRWIN IDs from contributing sources
Listed_Fire_Dates
string
All fire dates from contributing sources
Listed_Fire_Causes
string
All fire causes from contributing sources
Listed_Fire_Cause_Class
string
Cause classification
Listed_Rx_Reported_Acres
string
Reported Rx acres
Listed_Map_Digitize_Methods
string
Digitization methods
Listed_Notes
string
Source dataset notes
Processing_Notes
string
USGS processing and QA notes
Wildfire_Notice
string
Data quality notice for wildfire attribution
Prescribed_Burn_Notice
string
Data quality notice for prescribed burn attribution
Wildfire_and_Rx_Flag
string
Wildfire/Rx overlap flag
Overlap_Within_1_or_2_Flag
string
Temporal overlap flag
Circleness_Scale
float64
Shape circularity (1.0 = circle); low values may be artifacts