Skip to contents

[Deprecated]

Usage

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)

Arguments

items

a STACItemCollection object representing the result of /stac/search, /collections/{collectionId}/items.

...

additional arguments. See details.

filter_fn

a function that will be used to filter the attributes listed in the properties.

Value

a list with the attributes of date, bands and paths.