Create a cube_view object
.sits_gc_cube(tile, period, roi, toi, agg_method, resampling)
A data cube tile
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".
A region of interest.
A timeline of intersection
A character
with the method that will be applied in
the aggregation, the following are available: "min", "max", "mean",
"median" or "first".
A character
with the method that will be applied
in the resampling in mosaic operation. The following are available: "near",
"bilinear", "bicubic" or others supported by gdalwarp
(see https://gdal.org/programs/gdalwarp.html).
a cube_view
object from gdalcubes.