Experimental
Adds 1 to each non-nodata raster cell.
raster math increment
| 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 increment transform to each non-nodata cell.
wbe.increment(input='dem.tif', output='increment_dem.tif')