mt_bands: Download all available bands

mt_bandsR Documentation

Download all available bands

Description

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

Usage

mt_bands(product)

Arguments

product

a valid MODIS product name

Value

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

See Also

mt_products mt_sites mt_dates

Examples



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




MODISTools documentation built on Sept. 17, 2023, 1:07 a.m.