Learn R Programming

sits (version 0.10.0)

.sits_raster_block_list: Calculate a list of blocks to be read from disk to memory

Description

Calculate a list of blocks to be read from disk to memory

Usage

.sits_raster_block_list(nblocks, sub_image)

Arguments

nblocks

number of blocks to read from each image

sub_image

nrea of interest in the image

Value

a list with n (number of blocks), row (vector of starting rows), nrow (vector with number of rows for each block) and size (vector with size of each block)