GetBands: Get MODIS Product Data Band Names

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/GetBands.R

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

1
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.

Author(s)

Sean Tuck

References

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

See Also

MODISSubsets

Examples

1
2
3
## Not run:  # dontrun() used because running the example requires internet access.
GetBands("MOD13Q1")
## End(Not run)

seantuck12/MODISTools documentation built on May 29, 2019, 4:55 p.m.