getBandsWS: Get the bands of a specific MODIS product available via the...

Description Usage Arguments Details Value Author(s) Examples

Description

Get the bands of a specific MODIS product available via the MODIS webservice tool

Usage

1
getBandsWS(product)

Arguments

product

A MODIS product available via the MODIS webservice

Details

Please see http://daac.ornl.gov/MODIS/MODIS-menu/modis_webservice.html for more details about the service.

Value

A list with the available MODIS bands for the MODIS product

Author(s)

Jan Verbesselt

Examples

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)

modisws documentation built on May 2, 2019, 4:50 p.m.

Related to getBandsWS in modisws...