mt_bands {MODISTools} | R 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
Examples
# list all available MODIS Land Products Subsets products
bands <- mt_bands(product = "MCD12Q2")
head(bands)
[Package MODISTools version 1.1.5 Index]