Temporal.Aggr | R Documentation |
Takes a SpatRaster and user-specifications of temporal aggregation and carries it out
Temporal.Aggr(
CDS_rast,
BaseResolution,
BaseStep,
TResolution,
TStep,
FUN,
Cores,
QueryTargetSteps,
TZone,
verbose = TRUE
)
CDS_rast |
SpatRaster |
BaseResolution |
Character. Base temporal resolution of data set |
BaseStep |
Numeric. Base time step of data set |
TResolution |
Character. User-specified temporal resolution |
TStep |
Numeric. User-specified time step |
FUN |
User-defined aggregation function |
Cores |
Numeric. Number of cores for parallel processing |
QueryTargetSteps |
Character. Target resolution steps |
TZone |
Character. Time zone for queried data. |
verbose |
Logical. Whether to print/message function progress in console or not. |
A SpatRaster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.