pile_files: Pile image files into a sigle file.

Description Usage Arguments Author(s)

View source: R/pile.R

Description

Pile images into a single file.

Usage

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")
)

Arguments

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.

Author(s)

Alber Sanchez, alber.ipia@inpe.br


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