Label | Explanation | Data Type |
Input raster | The input raster to be reclassified. | Raster Layer |
Number of output zones | The number of zones to reclassify the input raster into. When the slice method is Equal area, the output raster will have the defined number of zones, with a similar number of cells in each. When Equal interval is used, the output raster will have the defined number of zones, each containing equal value ranges on the output raster. When Natural breaks is used, the output raster will have the defined number of zones, with the number of cells in each determined by the class breaks. | Long |
Slice method (Optional) | The manner in which to slice the values in the input raster.
| String |
Base zone for output (Optional) | Defines the lowest zone value on the output raster dataset. The default value is 1. | Long |
Return Value
Label | Explanation | Data Type | Output raster | The output reclassified raster. The output will always be of integer type. | Raster |