View source: R/gdal_raster_functions.R
gdalCalc | R Documentation |
Generic function for using gdal_calc
gdalCalc( inpath, outpath, calc_fun = "sum", numpy = TRUE, na.value = NULL, overwrite = TRUE, return.raster = TRUE, quiet = FALSE )
inpath |
file path of inpath file to change. |
outpath |
file path of output file to generate. |
calc_fun |
A text function that can be used from numpy, some examples include: "sum", "average", "std", "max", "min" |
return.raster |
if TRUE raster will be returned from function call. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.