Learn R Programming

sits (version 0.13.0)

.stac_items_query: Creates a query to send to STAC api

Description

Creates a query using rstac package to send to STAC API.

Usage

.stac_items_query(
  source,
  collection,
  name,
  bands,
  tiles,
  bbox = NULL,
  start_date = NULL,
  end_date = NULL,
  limit = NULL,
  ...
)

Arguments

source

Name of the STAC provider

collection

Collection to be searched in the data source

name

Name of the output data cube.

bands

Bands to be included

tiles

Tiles from the collection to be included in the data cube

bbox

Area of interest.

start_date

Initial date for the cube (optional).

end_date

Final date for the cube (optional).

limit

limit items to be returned in requisition.

...

additional parameters,

Value

an RSTACQuery object.