View source: R/MODIStsp_process_indexes.R
| MODIStsp_process_indexes | R Documentation | 
function used to compute spectral indexes, given the index formula
MODIStsp_process_indexes(
  out_filename,
  out_prod_folder,
  formula,
  bandnames,
  nodata_out,
  indexes_nodata_out,
  file_prefix,
  compress,
  yy,
  out_format,
  DOY,
  scale_val
)
| out_filename | 
 | 
| out_prod_folder | 
 | 
| formula | 
 | 
| bandnames | 
 | 
| nodata_out | 
 | 
| indexes_nodata_out | 
 | 
| file_prefix | 
 | 
| compress | 
 | 
| yy | 
 | 
| out_format | 
 | 
| DOY | 
 | 
| scale_val | 
 | 
the function parses the index formula to identify the required bands. On the basis of identified bands, it retrieves the reflectance bands required, gets the data into R raster objects, performs the computation and stores results in a GeoTiff or ENVI raster file
NULL - new raster file saved in out_filename
License: GPL 3.0
Lorenzo Busetto, phD (2017)
Luigi Ranghetti, phD (2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.