MODIS (version 1.1.7)

detectBitInfo: List MODIS Quality Information

Description

This function returns MODIS QA information for a specific product. It gets the information from an internal database and not all products are available.

Usage

detectBitInfo(product, what = "all", warn = TRUE)

Arguments

product

character, see getProduct.

what

character. Parameter name, e.g. 'VI Quality' for all MOD13 products (see MODIS Vegetation Index User's Guide, Table 5, column 'Parameter Name').

warn

logical, whether or not to throw warning messages.

Value

If what = "all" a data.frame, else a list.

Examples

Run this code
# NOT RUN {
detectBitInfo("MOD13Q1")
detectBitInfo("MOD13Q1", "VI usefulness")

detectBitInfo("MYD17A2")

# }

Run the code above in your browser using DataLab