Learn R Programming

sits (version 0.13.0-3)

source_tile_items_get_functions: #' @title Function for retrieving information from multiples items related to a single tile.

Description

Function to retrieves informations from the STACItemCollection object in the rstac package, but related from a single tile.

Usage

.source_items_tile_get_crs(source, tile_items, ..., collection = NULL)

.source_items_tile_get_name(source, tile_items, ..., collection = NULL)

.source_items_tile_get_bbox(source, tile_items, ..., collection = NULL)

.source_items_tile_get_size(source, tile_items, ..., collection = NULL)

Arguments

source

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

...

Additional parameters.

collection

Collection to be searched in the data source.

items

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

Value

an atomic vector with informations retrived from items.