Learn R Programming

sits (version 0.13.0)

.sits_gc_cube: Create a cube_view object

Description

Create a cube_view object

Usage

.sits_gc_cube(tile, period, 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".

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

Value

a cube_view object from gdalcubes.