assets_filter(items, ..., filter_fn = NULL)# S3 method for STACItemCollection
assets_filter(items, ..., filter_fn = NULL)
# S3 method for STACItem
assets_filter(items, ..., filter_fn = NULL)
a list
with the attributes of date, bands and paths.
a STACItemCollection
object representing
the result of /stac/search
, /collections/{collectionId}/items
.
additional arguments. See details.
a function
that will be used to filter the
attributes listed in the properties.