Experimental
Truncates each raster cell value to its integer part.
raster math truncate
| 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 truncate transform to each non-nodata cell.
wbe.truncate(input='dem.tif', output='truncate_dem.tif')