Learn R Programming

sits (version 1.1.0)

.stac_items_query: Creates a query to send to the STAC API

Description

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

Usage

.stac_create_items_query(
  source,
  collection,
  ...,
  roi_sf = NULL,
  start_date = NULL,
  end_date = NULL,
  limit = NULL
)

Value

an RSTACQuery object.

Arguments

source

Name of the STAC provider.

collection

Collection to be searched in the data source.

...

Other parameters to be passed for specific types.

roi_sf

Region of interest as sf object.

start_date

Initial date for the cube (optional).

end_date

Final date for the cube (optional).

limit

Limit items to be returned in requisition.