Description Usage Arguments Value Author(s)
Compute a vegetation-index brick from the inputs.
| 1 2 3 4 5 6 7 8 9 | compute_brick_vi(
  brick_A,
  brick_B,
  vi_exp,
  vi_filename,
  gdal_options = c("TILED=YES", "COPY_SRC_OVERVIEWS=YES", "COMPRESS=LZW"),
  brick_data_type = "Int16",
  no_data = -9999
)
 | 
| brick_A | A length-one character. Path to a brick file. | 
| brick_B | A length-one character. Path to a brick file. | 
| vi_exp | A length-one character. A gdal_calc vaid expression. | 
| vi_filename | A length-one character. Path to the resulting file. | 
| gdal_options | A character. Options passed to gdal. | 
| brick_data_type | A length-one character. The data type of the resulting brick. | 
| no_data | A length-one numeric. The no data value for the output. | 
vi_filename.
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.