RStoolbox (version 0.4.0)

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)

Value

Returns the decoded QA values from an integer

Arguments

x

Integer (16bit)

See Also

encodeQA

Examples

Run this code
decodeQA(53248)

Run the code above in your browser using DataLab