Raster package internal read raster stack file function
.raster_read_stack(
files,
...,
block = NULL,
out_size = NULL,
method = "bilinear"
)
Numeric matrix read from file based on parameter block
raster files to be read
additional parameters to be passed to raster package
numeric vector with names "first_col", "ncols", "first_row", "nrows".
a numeric vector with names "nrows" and "ncols"
method used to resample pixels (used only in case of out_size parameter is informed)
Rolf Simoes, rolf.simoes@inpe.br