Label | Explanation | Data Type |
Input raster | The input raster that will be nibbled. The input raster can be either integer or floating point type. | Raster Layer |
Input raster mask | The raster used as the mask. Cells that are NoData in the mask raster identify the cells in the Input raster that will be nibbled, or replaced, by the value of the closest nearest neighbour. The mask raster can be either integer or floating point type. | Raster Layer |
Use NoData values if they are the nearest neighbor (Optional) | Specifies whether NoData cells in the input raster are allowed to nibble into the area defined by the mask raster.
| Boolean |
Nibble NoData cells (Optional) | Specifies whether NoData cells in the input raster that are within the mask will remain NoData in the output raster.
| Boolean |
Input zone raster (Optional) | The input zone raster. For each zone, input cells that are within the mask will be replaced only by the nearest cell values within that same zone. A zone is all the cells in a raster that have the same value, whether or not they are contiguous. The input zone layer defines the shape, values, and locations of the zones. The zone raster can be either integer or floating point type. | Raster Layer |
Return Value
Label | Explanation | Data Type | Output raster | The output nibbled raster. The identified input cells will be replaced with the values of their nearest neighbors. If the in_raster is integer, the output raster will be integer. If it is floating point, the output will be floating point. | Raster |