Learn R Programming

sits (version 0.10.0)

.sits_gc_cube: Create a cube_view object

Description

Create a cube_view object

Usage

.sits_gc_cube(cube, period, method, resampling)

Arguments

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

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

path_db

A character with the path and name where the database will be create. E.g. "my/path/gdalcubes.db"

Value

a list with a cube_view objects.