Experimental
Performs a MIN operation on two rasters or a raster and a constant value.
raster math min legacy-port
| Name | Description | Required | Default |
|---|---|---|---|
input1 | First raster path or numeric constant. | Required | in1.tif |
input2 | Second raster path or numeric constant. | Required | in2.tif |
output | Optional output raster path. | Optional | — |
Compute cellwise minimum between a raster and a constant.
wbe.min(input1='in1.tif', input2='15.0', output='min_output.tif')