.stac_items_query {sits}R Documentation

Creates a query to send to 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
)

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.

Value

an RSTACQuery object.


[Package sits version 0.16.2 Index]