Learn R Programming

RStoolbox (version 0.1.1)

decodeQA: Decode QA flags to bit-words

Description

Intended for use with the Landsat 8 OLI QA band. Decodes pixel quality flags from integer to bit-words.

Usage

decodeQA(x)

Arguments

x
Integer (16bit)

See Also

encodeQA

Examples

Run this code
decodeQA(53248)

Run the code above in your browser using DataLab