Experimental
Computes the base-2 logarithm of each raster cell.
raster math log2
| 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 log2 transform to each non-nodata cell.
wbe.log2(input='dem.tif', output='log2_dem.tif')