Learn R Programming

MODISTools (version 0.95.1)

GetBands: Get MODIS Product Data Band Names

Description

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.

References

https://daacmodis.ornl.gov/cgi-bin/MODIS/GLBVIZ_1_Glb/modis_subset_order_global_col5.pl

See Also

MODISSubsets

Examples

Run this code
## Not run: ------------------------------------
#  # dontrun() used because running the example requires internet access.
# GetBands("MOD13Q1")
## ---------------------------------------------

Run the code above in your browser using DataLab