Get information from items related to Sentinel-2 in AWS
.sits_s2_aws_items(
url = NULL,
collection = NULL,
tiles = NULL,
roi = NULL,
start_date = NULL,
end_date = NULL,
bands = NULL,
...
)
a character
representing a URL for the AWS catalog.
a character
with the collection to be searched.
a character
with the names of the tiles.
selects images (tiles) that intersect according to the
region of interest provided. Expressed either as an sfc
or sf
object from sf package, a character
with GeoJSON following the rules
from RFC 7946, or a vector
with bounding box named XY values in
WGS 84 ("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.
a character
vector with the bands name.
other parameters to be passed for specific types.
a STACItemCollection
object representing the search
by rstac.