Temporal.Cumul | R Documentation |
Takes a SpatRaster of cumulatively stored records and returns a SpatRaster of sequential counterparts
Temporal.Cumul(
CDS_rast,
CumulVar,
BaseResolution,
BaseStep,
Type,
TZone,
verbose = TRUE
)
CDS_rast |
SpatRaster |
CumulVar |
Logical. Whether to apply cumulative back-calculation |
BaseResolution |
Character. Base temporal resolution of data set |
BaseStep |
Numeric. Base time step of data set |
Type |
CDS Dataset type |
TZone |
Character. Time zone for queried data. |
verbose |
Logical. Whether to print/message function progress in console or not. |
A SpatRaster
break apart sequence by UTC days and apply back-calculation per day in pblapply loop, for loop for each hour in each day
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.