powered by
This function returns MODIS QA information for a specific product. It gets the information from an internal database and not all products are available.
detectBitInfo(product, what = "all", warn = TRUE)
character, see getProduct.
character
getProduct
character. Parameter name, i.e. https://lpdaac.usgs.gov/dataset_discovery/modis/modis_products_table/mod13q1, (TABLE 2: MOD13Q1 VI Quality; Long Name).
logical, whether or not to throw warning messages.
logical
If what = "all" a data.frame, else a list.
what = "all"
data.frame
list
# NOT RUN { detectBitInfo("MOD13Q1") detectBitInfo("MOD13Q1", "VI usefulness") detectBitInfo("MYD17A2") # }
Run the code above in your browser using DataLab