Experimental

Computes e raised to the power of each raster cell.

raster math exp

Parameters

NameDescriptionRequiredDefault
inputInput raster file path.Requiredinput.tif
outputOptional output raster file path. If omitted, the result is stored in memory.Optionaloutput.tif

Examples

Apply exp transform to each non-nodata cell.

wbe.exp(input='dem.tif', output='exp_dem.tif')

Project Links

WbW Homepage User Manual Learn More