.sits_raster_block_list {sits}R Documentation

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

area of interest in the image

Value

a list with named vectors ("first_row", "nrows", "first_col", "ncols")


[Package sits version 0.16.2 Index]