Learn R Programming

sits (version 0.13.0)

.source_items_bands_select: Item selection from Bands

Description

Selection of items from specific bands by the user.

Usage

.source_items_bands_select(source, collection, items, bands, ...)

Arguments

source

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

collection

Collection to be searched in the data source.

items

A STACItemCollection object returned by rstac.

bands

A character with bands to be select in items object.

...

Additional parameters.

Value

A STACItemCollection object returned by rstac with items selected.