Learn R Programming

MODISTools (version 1.1.5)

mt_bands: Download all available bands

Description

Lists all available bands for a MODIS Land Products Subset product.

Usage

mt_bands(product)

Value

A data frame of all available bands for a MODIS Land Products Subsets products

Arguments

product

a valid MODIS product name

See Also

mt_products mt_sites mt_dates

Examples

Run this code

# \donttest{
# list all available MODIS Land Products Subsets products
bands <- mt_bands(product = "MCD12Q2")
head(bands)

# }

Run the code above in your browser using DataLab