dNBR Burn Severity
Compute differenced Normalized Burn Ratio (dNBR) from a pre-fire and post-fire scene pair, emit the scaled (×1000) dNBR raster, and classify pixels into the canonical MTBS / Key & Benson (2006) severity codes. Two input modes are supported: - `from-scenes` (default): inputs are pre/post multispectral scenes with NIR and SWIR2 bands. NBR is computed internally as `NBR = (NIR − SWIR2) / (NIR + SWIR2)` for each scene. - `from-nbr`: inputs are already-computed NBR rasters (e.g. chained from `imagery_radiometric_indices`). The op skips NBR computation and only differences and classifies. dNBR is emitted scaled by 1000 to match the MTBS convention (the same axis used by the `burn-severity` concept class table). The categorical severity raster is always produced as a secondary output.
| ID | analysis_dnbr |
|---|---|
| Domain | geo |
| Category | analysis |
| Type | raster-raster-to-raster |
| Version | 1.0.0 |