wpGetBlocksNeed: wpGetBlocksNeed function will return a number of blocks...

Description Usage Arguments Value Examples

Description

wpGetBlocksNeed function will return a number of blocks sugesting for processing raster file. It will take into consideration number of layers, cells, cores and avalible memory on computer (not maximum memory but avalible)

Usage

1
wpGetBlocksNeed(x, cores, n = 1, number_type = "numeric")

Arguments

x

raster

cores

number of cores

n

parameter to increase requrement of the raster

number_type

Will be used to estimate requred memory

Value

integer

Examples

1
wpGetBlocksNeed( x, cores=2, n=1 )

wpgp/wpUtilities documentation built on May 29, 2019, 11:58 a.m.