Returns a data frame of all quality layers, or the translation of a quality layer value into plain language.
rs_quality(product, layer, value)
AppEEARS product name
name of a product quality control layer
quality control value to translate
returns a data frame of all AppEEARS quality layers, or those associated with a product. When a value is provided this quality flag will be translated from bitwise representation to plain language.
if (FALSE) {
# get a list of quality layers for all data products
rs_quality()
}