spectral_nbr
Calculate the Normalized Burn Ratio (NBR) from NIR and SWIR reflectance values to map wildfire burn severity and monitor post-fire recovery.
Instructions
Calculate Normalized Burn Ratio (NBR) from NIR and SWIR band reflectance values. NBR = (NIR - SWIR) / (NIR + SWIR). Values range from -1 to 1. Used for mapping wildfire burn severity and monitoring post-fire recovery. Can also be differenced between pre- and post-fire imagery (dNBR) for severity assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nir | Yes | NIR band reflectance value (0–1). Near-Infrared band, typically Sentinel-2 Band 8 or Landsat Band 5. | |
| swir | Yes | SWIR band reflectance value (0–1). Shortwave Infrared band, typically Sentinel-2 Band 12 or Landsat Band 7. |