Description Usage Arguments Author(s)
Pile images into a single file.
| 1 2 3 4 5 6 7 | pile_files(
  file_paths,
  out_fn,
  gdal_format = "GTiff",
  no_data = -9999,
  gdal_options = c("TILED=YES", "COPY_SRC_OVERVIEWS=YES", "COMPRESS=LZW")
)
 | 
| file_paths | A character. Path to image files. | 
| out_fn | A length-one character. Path to the output file. | 
| gdal_format | A length-one character. Gdal format of the output file. | 
| no_data | A length-one numeric. No data value. | 
| gdal_options | A character. Options passed to gdal for raster creation. | 
Alber Sanchez, alber.ipia@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.