Description Usage Arguments Value Author(s)
R wrapper for gdal_translate
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | gdal_merge(
  input_files,
  out_filename = tempfile(pattern = "gdal_merge_out_", fileext = ".tif"),
  of = NULL,
  creation_option = NULL,
  ot = NULL,
  ps = NULL,
  tap = FALSE,
  ul_lr = NULL,
  v = FALSE,
  separate = FALSE,
  pct = FALSE,
  nodata_value = NULL,
  a_nodata = NULL,
  init = NULL,
  createonly = FALSE,
  dry_run = FALSE
)
 | 
| input_files | A character. Paths to the image files. | 
| out_filename | A length-one character. The path to the destination file. | 
| of | A length-one character. | 
| creation_option | A character. Creation options for output file e.g. c('NAME1=VALUE1', 'NAME2=VALUE2'). | 
| ot | A length-one character. | 
| ps | A length-two numeric. | 
| tap | A length-one logical. The default is FALSE. | 
| ul_lr | A length-four numeric. | 
| v | A length-one logical. The default is FALSE. | 
| separate | A length-one logical. The default is FALSE. | 
| pct | A length-one logical. The default is FALSE. | 
| nodata_value | A length-one numeric. | 
| a_nodata | A length-one numeric. | 
| init | A numeric. | 
| createonly | A length-one logical. The default is FALSE. | 
| dry_run | A length-one logical. Do not run, just print the sytem call. | 
A length-one character. out_filename.
Alber Sanchez, albequietr.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.