| .gc_create_cube_view {sits} | R Documentation |
Create a cube_view object
Description
Create a cube_view object
Usage
.gc_create_cube_view(tile, period, res, roi, toi, agg_method)
Arguments
tile |
A data cube tile
|
period |
A character with the The period of time in which it
is desired to apply in the cube, must be provided based on ISO8601, where 1
number and a unit are provided, for example "P16D".
|
res |
A numeric with spatial resolution of the image that
will be aggregated.
|
roi |
A region of interest.
|
toi |
A timeline of intersection
|
agg_method |
A character with the method that will be applied in
the aggregation, the following are available: "min", "max", "mean",
"median" or "first".
|
Value
a cube_view object from gdalcubes.
[Package
sits version 0.14.1
Index]