Learn R Programming

sits (version 0.13.0)

.source_items_cube: Create a cube object for each tile

Description

Create a sits cube object for tile, at the end the tiles are merged to form a single object.

Usage

.source_items_cube(source, collection, name, items, file_info, ...)

Arguments

source

Data source (one of "SATVEG", "LOCAL", "BDC", "AWS", "USGS", "DEAFRICA", "PROBS").

collection

Collection to be searched in the data source.

name

A character with cube name.

items

A STACItemCollection object returned by rstac or character vector with directories to be search.

file_info

A tibble with informations about datetime, bands, res, and path.

...

Additional parameters.

Value

A tibble with the cube class created.