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')).
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.
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
Circle_Flag
int16
Suspiciously circular geometry flag
Exclude_From_Summary_Rasters
string
Whether to exclude from summary rasters
Shape_Length
float64
Perimeter length in meters
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