Experimental

Rounds each raster cell downward to the nearest integer.

raster math floor

Parameters

NameDescriptionRequiredDefault
inputInput raster file path.Requiredinput.tif
outputOptional output raster file path. If omitted, the result is stored in memory.Optionaloutput.tif

Examples

Apply floor transform to each non-nodata cell.

wbe.floor(input='dem.tif', output='floor_dem.tif')

Project Links

WbW Homepage User Manual Learn More