| fwi_0816_bc | R Documentation |
Daily Canadian Fire Weather Index (FWI) for the province of British Columbia, Canada, on 16 August 2023, at a 2 km spatial resolution. This date represents conditions during the peak summer fire season, when fire danger levels in British Columbia are typically high.
fwi_0816_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()) so that it can be saved in an R .rda file.
Use terra::unwrap() to convert it back to a regular terra
raster before passing it to ssim_raster or to other
terra functions.
Canadian Forest Fire Weather Index System; FWI values are derived from meteorological inputs (temperature, wind speed, relative humidity, precipitation).
data("fwi_0816_bc")
fwi_0816_bc <- terra::unwrap(fwi_0816_bc)
terra::plot(fwi_0816_bc, main = "FWI - 16 August 2023")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.