Get information from items
.sits_stac_items(
url = NULL,
collection = NULL,
tiles = NULL,
roi = NULL,
start_date = NULL,
end_date = NULL,
...
)
a character
representing a URL for the BDC catalog.
a character
with the collection to be searched.
a character
with the names of the tiles.
defines a region of interest. It can be
an sfc
or sf
object from sf package,
a character
with a GeoJSON using RFC 7946,
or a vector
bounding box vector
with named XY values ("xmin", "xmax", "ymin", "ymax").
a character
corresponds to the initial date
when the cube will be created.
a character
corresponds to the final date when the
cube will be created.
other parameters to be passed for specific types.
a STACItemCollection
object
representing the search by rstac.