| .stac_items_query {sits} | R Documentation |
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 )
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. |
an RSTACQuery object.