Create a cube_view object
.gc_create_cube_view(tile, period, res, roi, date, agg_method, resampling)
Cube_view
object from gdalcubes.
Data cube tile
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".
Spatial resolution of the image that will be aggregated.
Region of interest.
Aggregation method.
Resampling method.
Options: near
, bilinear
, bicubic
or
others supported by gdalwarp
(see https://gdal.org/programs/gdalwarp.html).
Default is "bilinear".
Timeline of intersection.