Full catalog/la-fires-frp
la-fires-frp·dataset

Fire Heat Intensity, 2025 Eaton and Palisades Fires

Eaton and Palisades Fires (2025) Fire Radiative Power
biosphere NASA VEDA COG
In plain English

What it measures. Shows how much heat the Eaton and Palisades Fires in Southern California released during the week they burned most fiercely (2025).

How it's made. Calculated from satellite measurements of fire heat output, known as Fire Radiative Power.

How & where you'd use it. Helps responders see where a wildfire is burning hottest so they can focus firefighting efforts.

What's measured

firesfrp

Coverage & cadence

  • Time span2025-01-06 → 2025-01-12
  • Spatial extent-179.95, -90.05, 180.05, 89.95
  • FormatsCOG

What you can do with it

  • Map vegetation, forests and biomass
  • Monitor ecosystem productivity and carbon
  • Support habitat and biodiversity studies
Official description

Satellite-derived Fire Radiative Power (FRP) for the week of the peak intensities of the Eaton and Palisades Fires in Southern California (2025).

Get the data

veda_access.py
# NASA VEDA — open STAC API, anonymous (cloud-optimized GeoTIFFs)
from pystac_client import Client

cat = Client.open("https://openveda.cloud/api/stac")
col = cat.get_collection("la-fires-frp")
items = list(col.get_items())          # browse the analysis-ready COGs
# open an asset with rioxarray:
# import rioxarray; da = rioxarray.open_rasterio(items[0].assets["cog_default"].href)
NASA VEDA is an open STAC catalog — browse and stream the cloud-optimized GeoTIFFs anonymously (no login).