authority: folia
slug: burned-area
name: Burned Area
domain: land
subdomain: biosphere
authority_id: folia:burned-area
parent: fire
aliases:
  - burned-area-fraction
  - ba
external_ids:
  cf_standard_name: burned_area_fraction
canonical_units: "1"
external_validations:
  product:
    id: mcd64a1-v061
    docs_url: https://lpdaac.usgs.gov/products/mcd64a1v061/
  product_alt:
    id: firecci51
    docs_url: https://climate.esa.int/en/projects/fire/data/
  product_s2:
    id: sentinel2-ba-roteta
    docs_url: https://github.com/ec-jrc/Sentinel2-BAP
  cf:
    cf_standard_name: burned_area_fraction
    docs_url: https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html
description: |
  Per-pixel binary or fractional burned coverage detected from satellite
  imagery. Flagship products: MCD64A1 (MODIS Collection 6, 500 m global
  monthly, 2000-present), FireCCI51 (ESA CCI, 250 m global, 2001-present),
  and the Sentinel-2 burned-area product (Roteta et al., 20 m). Used by
  EUDR (no-deforestation evidence), insurance, ecology, and emissions
  accounting ops. Concept resolves primarily by fetching one of the
  flagship datasets; recipe-side computation (e.g. dNBR thresholding) is
  available but secondary.
example_recipes:
  - title: "Threshold dNBR to a binary burned-area mask"
    tool: gdal
    requires: [burn-severity]
    command: |
      gdal_calc.py -A dnbr.tif --outfile=burned_area.tif \
        --calc="(A>=100)*1" --NoDataValue=0 --type=Byte
    docs_url: https://gdal.org/programs/gdal_calc.html
theme: hazards
consumed_by: []
produced_by: []
demos: []
status: documented
sources:
  - https://lpdaac.usgs.gov/products/mcd64a1v061/
  - https://climate.esa.int/en/projects/fire/data/
  - https://github.com/ec-jrc/Sentinel2-BAP
  - https://cfconventions.org/Data/cf-standard-names/current/build/cf-standard-name-table.html
  - Giglio et al. 2018, Remote Sensing of Environment 217, 72-85 (MCD64A1 Collection 6)
  - Roteta et al. 2019, Remote Sensing of Environment 222, 1-17 (Sentinel-2 burned area)
