Learn R Programming

rstac (version 0.9.1-5)

items_bands: STACItemCollection function

Description

[Deprecated] Use items_assets() function instead.

Usage

items_bands(items)

Arguments

items

a STACItemCollection or STACItem object.

Examples

Run this code
if (FALSE) {

x <- stac("http://brazildatacube.dpi.inpe.br/stac") %>%
  stac_search(collections = "CB4_64_16D_STK-1") %>%
  stac_search() %>%
  get_request()

x %>% items_assets()
}

Run the code above in your browser using DataLab