detectBitInfo: List MODIS Quality Information

View source: R/detectBitInfo.R

detectBitInfoR Documentation

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" (default) a data.frame, else a list.

Author(s)

Matteo Mattiuzzi

Examples

## Not run: 
detectBitInfo("MOD13Q1")
detectBitInfo("MOD13Q1", "VI usefulness")

detectBitInfo("MYD17A2")

## End(Not run)


MatMatt/MODIS documentation built on Feb. 1, 2023, 12:39 a.m.