Learn R Programming

sits (version 0.12.0)

.sits_deafrica_items: Get information from items

Description

Get information from items

Usage

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

Arguments

url

a character representing a URL for the DEA catalog.

collection

a character with the collection to be searched.

tiles

a character with the names of the tiles.

roi

selects images (tiles) that intersect according to the region of interest provided. Expressed either as an sfc or sf object from sf package, a character with GeoJSON following the rules from RFC 7946, or a vector with bounding box named XY values in WGS 84 ("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.

bands

a character vector with the bands name.

...

other parameters to be passed for specific types.

Value

a STACItemCollection object representing the search by rstac.