Experimental

Computes the base-10 logarithm of each raster cell.

raster math log10

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 log10 transform to each non-nodata cell.

wbe.log10(input='dem.tif', output='log10_dem.tif')

Project Links

WbW Homepage User Manual Learn More