assets_filter: Assets filter (Deprecated)

View source: R/deprec-funs.R

assets_filterR Documentation

Assets filter (Deprecated)

Description

[Deprecated]

Usage

assets_filter(items, ..., filter_fn = NULL)

## S3 method for class 'STACItemCollection'
assets_filter(items, ..., filter_fn = NULL)

## S3 method for class '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.


rstac documentation built on Oct. 18, 2023, 1:15 a.m.