View source: R/Prep_supporting_data.R
Generate a binary fire stack (0=no fire, 1=fire) at the temporal resolution of interest
1 | createFireStack(msk, fcl, fjd, dts, resol, thres, extfolder)
|
msk |
mask indicating which pixels should be processed (0=not processed, 1 = processed) |
fcl |
SpatRaster stack with fire confidence layers |
fjd |
SpatRaster stack with fire julian date of year |
dts |
dates associated with the fire layers |
resol |
temporal resolution of the ouput stack, can be 'daily', 'monthly', or 'quart' |
thres |
threshold on the fire confidence, observations with a fire confidence higher than the threshold are considered to be a true fire |
extfolder |
folder where temporary files are stored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.