get_reqbands | R Documentation |
Helper function used in MODIStsp_process to identify which MODIS hdf layers are required for the current process. The required layers include all MODIS original layers selected by the user, plus all those required to compute the Spectral Indexes and Quality Indicators selected by the user
get_reqbands(
bands_indexes_matrix,
indexes_bandsel,
indexes_bandnames,
quality_bandsel,
quality_bandnames,
out_prod_folder,
file_prefix,
yy,
DOY,
out_format,
reprocess
)
bands_indexes_matrix |
|
indexes_bandsel |
|
indexes_bandnames |
names of all indexes available for the product being processed |
quality_bandsel |
|
quality_bandnames |
names of all quality indicators available for the product being processed |
out_prod_folder |
|
file_prefix |
File prefix corresponding to the MODIS product being processed. Used to check if a given processed image already exists. |
yy |
Year corresponding to the image being processed. Used to check if a given processed image already exists. |
DOY |
DOY corresponding to the image being processed. Used to check if a given processed image already exists.. Used to check if a given processed image already exists. |
out_format |
|
reprocess |
|
req_bands_indexes
Lorenzo Busetto, phD (2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.