Internal function that uses the MODIS SOAP Web Service to retrieve a list of all of the codes to identify the data bands within a specified MODIS product.
Usage
GetBands(Product)
Arguments
Product
Character string; the unique code for a given MODIS product. Will only accept one product code. See references for the product list.
Value
A character vector; containing the codes for each data band.
## Not run: ------------------------------------# # dontrun() used because running the example requires internet access.# GetBands("MOD13Q1")## ---------------------------------------------