.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, resampling)

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".

resampling

A character with method to be used by gdalcubes for resampling in mosaic operation. Options: near, bilinear, bicubic or others supported by gdalwarp (see https://gdal.org/programs/gdalwarp.html). By default is bilinear.

Value

a cube_view object from gdalcubes.


[Package sits version 0.16.2 Index]