Learn R Programming

sits (version 0.13.0-3)

source_items_get_functions: Function for retrieving information from multiples items

Description

Retrieves information from the STACItemCollection object in the rstac package. Generic function created to handle different STAC providers.

Usage

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

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

.source_items_get_satellite(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

an atomic vector with informations retrived from items.