.gc_new_cube {sits}R Documentation

Save the images based on an aggregation method.

Description

Save the images based on an aggregation method.

Usage

.gc_new_cube(
  tile,
  cv,
  img_col,
  path_db,
  output_dir,
  cloud_mask,
  multithreads,
  ...
)

Arguments

tile

A data cube tile

cv

A list 'cube_view' with values from cube.

img_col

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

path_db

Database to be created by gdalcubes

output_dir

Directory where the aggregated images will be written.

cloud_mask

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

multithreads

A numeric with the number of cores will be used in the regularize. By default is used 1 core.

...

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

Value

A data cube tile with information used in its creation.


[Package sits version 0.16.2 Index]