View source: R/cloud_mask_modis.R
bitwise_extract | R Documentation |
utility to extract bitmask values - https://spatialthoughts.com/2021/08/19/qa-bands-bitmasks-gee/
bitwise_extract(value, from_bit, to_bit)
value |
ee$Number or ee$Image to extract from |
from_bit |
int or ee$Number with the first bit |
to_bit |
int or ee$number with the last bit (inclusive) |
bit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.