compute_brick: Do a calculation on bricks.

Description Usage Arguments Value Author(s)

Description

Do coputations on brick files using gdal_calc.

Usage

1
2
3
4
5
6
7
8
compute_brick(
  in_files,
  gdal_exp,
  out_file,
  out_no_data = -9999,
  out_data_type = "Int16",
  gdal_options = c("TILED=YES", "COPY_SRC_OVERVIEWS=YES", "COMPRESS=LZW")
)

Arguments

in_files

A character. Paths to brick files.

gdal_exp

A length-one character. A gdal_calc expression.

out_file

A length-one character. Path to the resulting file.

out_no_data

A length-one numeric. No data value for the output.

out_data_type

A length-one character. Output data type.

gdal_options

A character. Options passed to gdal.

Value

out_file or NA.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


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