Learn R Programming

MODIS (version 1.1.2)

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, i.e. https://lpdaac.usgs.gov/dataset_discovery/modis/modis_products_table/mod13q1, (TABLE 2: MOD13Q1 VI Quality; Long 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