Skip to contents

Filter a source table by maximum cloud cover.

Usage

stac_filter_cloud(sources, max_cloud_cover)

Arguments

sources

A STAC doc_items or a stac_sources() data frame.

max_cloud_cover

Keep items strictly below this percentage (items with unknown cloud cover are kept).

Value

The filtered doc_items / data frame.