Creates a query using rstac package to send to STAC API.
.stac_create_items_query(
source,
collection,
...,
roi_sf = NULL,
start_date = NULL,
end_date = NULL,
limit = NULL
)
an RSTACQuery
object.
Name of the STAC provider.
Collection to be searched in the data source.
Other parameters to be passed for specific types.
Region of interest as sf object.
Initial date for the cube (optional).
Final date for the cube (optional).
Limit items to be returned in requisition.