Description Usage Arguments Value
View source: R/Prep_supporting_data.R
Convert CCI fire stack to a stack with a predefined temporal resolution and containing the value 0 when no fire is present and 1 if a fire is present
1 | toFireTS(x, dts, resol, thres, olen)
|
x |
stack of CCI fire imagery, the first layer contains a mask (here the value 0 denotes that the pixel should not be included, the value 1 denotes that the pixel should be included), followed by n fire confidence layers and n fire doy layers |
dts |
dates associated with the stack |
resol |
the desired temporal resolution of the output data |
thres |
threshold on the fire confidence layer, only fires having a confidence higher than the threshold are included |
olen |
length of the output series |
a stack with with a predefined temporal resolution and containing the value 0 when no fire is present and 1 if a fire is present
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.