Experimental
Computes the base-10 logarithm of each raster cell.
raster math log10
| Name | Description | Required | Default |
|---|---|---|---|
input | Input raster file path. | Required | input.tif |
output | Optional output raster file path. If omitted, the result is stored in memory. | Optional | output.tif |
Apply log10 transform to each non-nodata cell.
wbe.log10(input='dem.tif', output='log10_dem.tif')