RStoolbox (version 0.2.6)

decodeQA: Decode QA flags to bit-words

Description

Intended for use with Landsat 16-bit QA bands. Decodes pixel quality flags from integer to bit-words.

Usage

decodeQA(x)

Arguments

x

Integer (16bit)

See Also

encodeQA

Examples

Run this code
# NOT RUN {
decodeQA(53248)
# }

Run the code above in your browser using DataLab