Learn R Programming

sits (version 1.1.0)

.raster_read_stack: Raster package internal read raster stack file function

Description

Raster package internal read raster stack file function

Usage

.raster_read_stack(
  files,
  ...,
  block = NULL,
  out_size = NULL,
  method = "bilinear"
)

Value

Numeric matrix read from file based on parameter block

Arguments

files

raster files to be read

...

additional parameters to be passed to raster package

block

numeric vector with names "first_col", "ncols", "first_row", "nrows".

out_size

a numeric vector with names "nrows" and "ncols"

method

method used to resample pixels (used only in case of out_size parameter is informed)

Author

Rolf Simoes, rolf.simoes@inpe.br