| getProduct | R Documentation |
On user side, it is a function to find the desired product. On package site, it generates central internal information to handle files.
getProduct(x = NULL, quiet = FALSE, ...)
x |
|
quiet |
|
... |
Additional arguments passed to |
If 'x' is missing, a data.frame with information about all MODIS products
available. In case of character input, an invisible MODISproduct or
MODISfile object depending on the type of input (product, regular
expression or file name); the object holds information usable by other
functions.
Matteo Mattiuzzi and Florian Detsch
getProduct() # list available products
# or use regular expression style
getProduct("M.D11C3")
getProduct("M*D11C")
# or get information about specific product
internal_info <- getProduct("MOD11C3", quiet = TRUE)
internal_info
# or use a valid filename
fileinfo <- getProduct("MYD11A1.A2009001.h18v04.006.2015363221538.hdf")
fileinfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.