Learn R Programming

sits (version 0.10.0)

.sits_gc_compose: Save the images based on an aggregation method.

Description

Save the images based on an aggregation method.

Usage

.sits_gc_compose(
  cube,
  cv_list,
  img_col,
  path_db,
  path_images,
  cloud_mask,
  ...,
  version = "v1"
)

Arguments

cube

Data cube from where data is to be retrieved.

cv_list

A list 'cube_view' with values from cube.

img_col

A object 'image_collection' containing information about the images metadata.

path_db

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

path_images

A character with the path where the aggregated images will be writed.

cloud_mask

A logical corresponds to the use of the cloud band for aggregation.

...

Additional parameters that can be included. See '?gdalcubes::write_tif'.

version

A character with version of the output files.

Value

A data cube with information used in its creation.