Creates a query using rstac package to send to STAC API.
.stac_items_query(
source,
collection,
name,
bands,
tiles,
bbox = NULL,
start_date = NULL,
end_date = NULL,
limit = NULL,
...
)
Name of the STAC provider
Collection to be searched in the data source
Name of the output data cube.
Bands to be included
Tiles from the collection to be included in the data cube
Area of interest.
Initial date for the cube (optional).
Final date for the cube (optional).
limit items to be returned in requisition.
additional parameters,
an RSTACQuery
object.