| fwi_1101_bc | R Documentation |
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).
fwi_1101_bc
A packed terra raster object with one numeric layer
(FWI values).
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.
Canadian Forest Fire Weather Index System.
data("fwi_1101_bc")
fwi_1101_bc <- terra::unwrap(fwi_1101_bc)
terra::plot(fwi_1101_bc, main = "FWI - 1 November 2023")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.