Learn R Programming

sits (version 1.1.0)

.gc_create_cube_view: Create a cube_view object

Description

Create a cube_view object

Usage

.gc_create_cube_view(tile, period, res, roi, date, agg_method, resampling)

Value

Cube_view object from gdalcubes.

Arguments

tile

Data cube tile

period

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

Spatial resolution of the image that will be aggregated.

roi

Region of interest.

agg_method

Aggregation method.

resampling

Resampling method. Options: near, bilinear, bicubic or others supported by gdalwarp (see https://gdal.org/programs/gdalwarp.html). Default is "bilinear".

toi

Timeline of intersection.