| .stac_items_query {sits} | R Documentation |
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, ... )
source |
Name of the STAC provider |
collection |
Collection to be searched in the data source |
name |
Name of the output data cube. |
bands |
Bands to be included |
tiles |
Tiles from the collection to be included in the data cube |
bbox |
Area of interest. |
start_date |
Initial date for the cube (optional). |
end_date |
Final date for the cube (optional). |
limit |
limit items to be returned in requisition. |
... |
additional parameters, |
an RSTACQuery object.