Experimental
Rounds each raster cell upward to the nearest integer.
raster math ceil
| 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 ceil transform to each non-nodata cell.
wbe.ceil(input='dem.tif', output='ceil_dem.tif')