Description Usage Arguments Value See Also
Processes MODIS data for subsequentent use in time-series analysis. Performs MODIS cleaning and mosaicking operations with parallel support. This function requires rgdal to be configured with HDF4 driver.
1 2 |
x |
Character. Directory where the data is located. Or list of file names. |
pattern |
Only useful if x is of length 1. See list.files for more details |
data_SDS |
See cleanMODIS. |
QC_SDS |
See cleanMODIS. |
bit |
See cleanMODIS. |
QC_val |
cleanMODIS. |
fill |
cleanMODIS. |
outdir |
Character. Directory where the output should be written. |
mosaic |
Logical. When working with several tiles, should these be mosaicked or kept as separate output files. Default is |
mc.cores |
Numeric. Number of cores to use for processing. See mclapply |
This function is used for its side effect of producing cleaned modis data, hence written to disk at outdir location
cleanMODIS, and timeStackMODIS for stacking.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.