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.
See also
Other stac helpers:
lazy_stac_stack(),
stac_drop_duplicates(),
stac_filter_assets(),
stac_filter_coverage(),
stac_filter_orbit(),
stac_gti_index(),
stac_merge(),
stac_query(),
stac_rename_assets(),
stac_sign_mpc(),
stac_sources(),
stac_time_slices()