Learn R Programming

sits (version 0.12.0)

.sits_stac_items: Get information from items

Description

Get information from items

Usage

.sits_stac_items(
  url = NULL,
  collection = NULL,
  tiles = NULL,
  roi = NULL,
  start_date = NULL,
  end_date = NULL,
  ...
)

Arguments

url

a character representing a URL for the BDC catalog.

collection

a character with the collection to be searched.

tiles

a character with the names of the tiles.

roi

defines a region of interest. It can be an sfc or sf object from sf package, a character with a GeoJSON using RFC 7946, or a vector bounding box vector with named XY values ("xmin", "xmax", "ymin", "ymax").

start_date

a character corresponds to the initial date when the cube will be created.

end_date

a character corresponds to the final date when the cube will be created.

...

other parameters to be passed for specific types.

Value

a STACItemCollection object representing the search by rstac.