compute_brick_vi: Compute a vegetation-index brick.

Description Usage Arguments Value Author(s)

Description

Compute a vegetation-index brick from the inputs.

Usage

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
)

Arguments

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.

Value

vi_filename.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


albhasan/sits.starfm documentation built on Sept. 3, 2020, 4:03 p.m.