
Filter STAC items by orbit state (Sentinel-1 ascending / descending).
stac_filter_orbit.RdKeeps items whose sat:orbit_state is in orbit_state. STAC-only: the
orbit state is not carried in the stac_sources() table, so pass a
doc_items (filter before building the dataset).
Usage
stac_filter_orbit(sources, orbit_state = c("descending", "ascending"))