mt_bands {MODISTools} | R Documentation |
Lists all available bands for a MODIS Land Products Subset product.
mt_bands(product)
product |
a valid MODIS product name |
A data frame of all available bands for a MODIS Land Products Subsets products
# list all available MODIS Land Products Subsets products
bands <- mt_bands(product = "MCD12Q2")
head(bands)