Learn R Programming

rstac (version 0.9.2-5)

assets_filter: Assets filter (Deprecated)

Description

[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)

Value

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

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.