Description Usage Arguments Details Value Author(s) Examples
Get the bands of a specific MODIS product available via the MODIS webservice tool
1  | getBandsWS(product)
 | 
product | 
 A MODIS product available via the MODIS webservice  | 
Please see http://daac.ornl.gov/MODIS/MODIS-menu/modis_webservice.html for more details about the service.
A list with the available MODIS bands for the MODIS product
Jan Verbesselt
1 2 3 4 5 6 7 8 9  | ## Not run: 
# Please install the required packages
# install.packages("SSOAP", repos = "http://www.omegahat.org/R", dependencies=TRUE, type="source")
# it now also seems to be available via CRAN
getProductsWS() ## first check products
getBandsWS("MOD13Q1") ## check bands of a product
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.