Skip to contents

OpenEO Helper function: get bands metadata

Usage

openeo_get_bands_meta(collection_id, simplify = TRUE)

Arguments

collection_id

collection id

simplify

if TRUE aliases column will be collapsed so that multiple aliases were joined with '/' and resulting tibble contains no sublists anymore (default: TRUE)

Value

tibble with bands metadata

Examples

if (FALSE) {
openeo_get_bands_meta(collection_id = "SENTINEL2_L2A")
}