Learn R Programming

sits (version 0.13.0)

.source_items_fileinfo: Create an info file from items

Description

Creates the fileinfo specification from user-supplied items. In case of STAC cubes, the items are rstac objects. In case of local cubes, the items are user-supplied directories.

Usage

.source_items_fileinfo(source, items, ..., collection = NULL)

Arguments

source

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

items

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

...

Additional parameters.

collection

Collection to be searched in the data source.

Value

...