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