Skip to main content
Version: Next

rasterCalculator()

type rasterCalculator: (raster, operation) => Promise<Georaster>;

Parameters

ParameterType
rasterGeoraster
operation(...cellValuesPerBand) => number | string

Returns

Promise<Georaster>