Full catalog/campfire-ndvi-diff
campfire-ndvi-diff·dataset

2018 Camp Fire: Change in Plant Greenness

Camp Fire Domain: MODIS NDVI Difference
biosphere NASA VEDA COG
In plain English

What it measures. Compares how green and healthy the vegetation was before and after California's 2018 Camp Fire, using three-year averages from 2015–2018 and 2019–2022.

How it's made. Made from NASA's MODIS satellite instrument using a vegetation-greenness index (NDVI) that gauges plant cover and health.

How & where you'd use it. Maps where plant life was lost and how it is recovering, helping assess the fire's damage to the landscape.

What's measured

campfirendvidiff

Coverage & cadence

  • Time span2015-01-01 → 2022-01-01
  • Spatial extent-121.785, 39.595, -121.353, 39.9
  • FormatsCOG

What you can do with it

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

MODIS NDVI difference from a three-year average of 2015 to 2018 subtracted from a three-year average of 2019-2022. These tri-annual averages represent periods before and after the fire.

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("campfire-ndvi-diff")
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).