Label | Explanation | Data Type |
Input raster | The input raster to aggregate. It can be of integer or floating point type. | Raster Layer |
Cell factor | The factor by which to multiply the cell size of the input raster to obtain the desired resolution for the output raster. For example, a cell factor value of three would result in an output cell size three times larger than that of the input raster. The value must be an integer greater than 1. | Long |
Aggregation technique (Optional) | Establishes how the value for each output cell will be determined. The values of the input cells encompassed by the coarser output cell are aggregated by one of the following statistics:
| String |
Expand extent if needed (Optional) | Defines how to handle the boundaries of the input raster when its rows or columns are not a multiple of the cell factor.
If the number of rows and columns in the input raster is a multiple of the Cell factor, these keywords are not used. | Boolean |
Ignore NoData in calculations (Optional) | Denotes whether NoData values are ignored by the aggregation calculation.
| Boolean |
Return Value
Label | Explanation | Data Type | Output raster | The output aggregated raster. It is a reduced-resolution version of the input raster. | Raster |