fwi_1101_bc: British Columbia Fire Weather Index — 1 November 2023

fwi_1101_bcR Documentation

British Columbia Fire Weather Index — 1 November 2023

Description

Daily Canadian Fire Weather Index (FWI) for the province of British Columbia, Canada, on 1 November 2023, at a 2 km spatial resolution. This date represents late-fall conditions, when fire danger across most of British Columbia is typically much lower than during the summer season due to cooler temperatures and increased precipitation. The spatial structure of this map is therefore expected to differ substantially from the summer FWI maps (fwi_0816_bc, fwi_0818_bc).

Usage

fwi_1101_bc

Format

A packed terra raster object with one numeric layer (FWI values).

Details

The object is stored as a packed terra raster (created with terra::wrap()). Use terra::unwrap() to convert it back to a regular terra raster before use.

Source

Canadian Forest Fire Weather Index System.

Examples

data("fwi_1101_bc")
fwi_1101_bc <- terra::unwrap(fwi_1101_bc)
terra::plot(fwi_1101_bc, main = "FWI - 1 November 2023")

SSIMmap documentation built on May 8, 2026, 1:07 a.m.