Learn R Programming

RStoolbox (version 0.1.10)

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. NOTE: THE NEW USGS LANDSAT COLLECTION 1 DATA HAS CHANGED THE QA BITWORD ASSIGNMENTS. THIS IS NOT YET IMPLEMENTED HERE. DO NOT USE encodeQA, decodeQA and classifyQA FOR LANDSAT COLLECTION 1 DATA (yet)!

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