Label | Explanation | Data Type |
Input raster | The input utility raster from which the regions will be derived. The higher the value in the input raster, the greater the utility. The raster can be of either integer or floating-point type. | Raster Layer |
Total area (Optional) | The total amount of area for all regions. The default is 10 percent of the input cells within the processing extent. | Double |
Area units (Optional) | Defines the area units used for the Total area, Region minimum area, and Region maximum area parameters. The available options and their corresponding units are the following: The default is based on the input raster dataset. If the input raster is in feet, yards, miles or any other imperial unit, Square miles will be used. If the input raster is in meters, kilometers, or any other metric unit, Square kilometers will be used.
| String |
Number of regions (Optional) | Determines how many regions the Total area will be distributed across. The maximum number of regions that can be specified is 30. The default is 1. | Long |
Region shape (Optional) | Defines the shape characteristics for the output regions. The regions start out from seed cell locations and grow outward with preference given to the cells that maintain the desired shape. The available shape options are the following:
| String |
Region orientation (Optional) | Defines the orientation of the defined shape. Regions are grown out from the seed locations with preference given to the cells that maintain the desired orientation of the region shapes. The orientation values are in compass degrees ranging from 0 to 360, increasing clockwise starting from north. The default is 0. The default of 0 orients the shapes in the following manner: Circle—no effect; Ellipse—the minor axis is orientated north-south; Triangle and Pentagon—one point is straight up; Square, Hexagon, and Octagon—one flat side is oriented east-west. If the Region shape is set to Circle, the Region orientation parameter is unavailable. | Double |
Shape/Utility tradeoff (%) (Optional) | Identifies the weight for the cells when growing the candidate regions in the parameterized region-growing algorithm. The weighting is a tradeoff between a cell's contribution for maintaining the region shape relative to the utility contribution of the cell's attribute value. Higher values indicates maintaining the shape of the region is more important than selecting higher utility values. The acceptable percent values are 0 to 100, inclusively. The default is 50. This parameter is used to identify the feasible candidate regions. The candidate regions that will be selected by the algorithm are controlled by the Evaluation method parameter. | Double |
Evaluation method (Optional) | The evaluation criteria to be used for determining which of the candidate regions identified in the parameterized region-growing algorithm are most preferred. The preference can be specified based on a particular statistic of the utility values, or spatial arrangement of the cells within the regions. The available options are the following:
| String |
Region minimum area (Optional) | Define the minimum area allowed for each region. The units specified by the Area units parameter will be used. | Double |
Region maximum area (Optional) | Define the maximum area allowed for each region. The units specified by the Area units parameter will be used. | Double |
Minimum distance between regions (Optional) | Define the minimum distance allowed between regions. No two regions can be within this distance. This parameter influences the parameterized region-growing (PRG) algorithm. If a cell has the potential of being added to a candidate region, but it is within this distance from any individual region in the dataset specified by the Input raster or feature of existing regions parameter, it will not be considered for the candidate region. The minimum distance setting is not applied to excluded locations (NoData cells). The units specified by the Distance units parameter will be used. | Double |
Maximum distance between regions (Optional) | Define the maximum distance allowed between regions. No region can be farther apart than this distance from at least one other region. When sequentially selecting regions, if the next best region is farther than this distance from any of the already selected regions, it will not be considered at this time, but it may be selected later when more regions are selected. The maximum distance is applied to the dataset specified in the Input raster or feature of existing regions parameter, in that at least one of the selected regions must be within the maximum distance from existing regions. The maximum distance setting is not applied to excluded areas (NoData cells) and has no effect on the PRG algorithm. The units specified by the Distance units parameter will be used. | Double |
Distance units (Optional) | Defines the distance units that will be used for the Minimum distance between regions and Maximum distance between regions parameters. The available options and their corresponding units are the following: The default is based on the input raster dataset. If the input raster is in feet, yards, miles, or any other imperial unit, Miles will be used. If the input raster is in meters, kilometers, or any other metric unit, Kilometers will be used.
| String |
Input raster or feature of existing regions (Optional) | A dataset identifying where regions already exist. The input can be a raster or feature dataset. If the input is a raster, any location in the raster with a valid value is considered already allocated. All other locations are set to NoData. In the parameterized region-growing algorithm, no region will grow from any location identified as an existing region. Existing regions will be used in the growth and evaluation of the Minimum distance between regions and Maximum distance between regions parameters as described in the corresponding parameter descriptions above. | Raster Layer; Feature Layer |
Number of neighbors to use in growth (Optional) | Defines which neighboring cells to use in the growth of the regions. The available options are the following:
| String |
Islands not allowed in regions (Optional) | Defines whether or not islands will be allowed within the potential regions.
| Boolean |
Number of seeds to grow from (Optional) | Defines the number of seeds from which to grow the potential regions. The available options are the following:
| String |
Resolution of the growth (Optional) | Sets the resolution at which region growth occurs. The input raster will be resampled to the resolution determined by the number of cells identified by this parameter (see below). For example, for LOW, the input raster is resampled to 147,356 cells. The parameterized region-growing algorithm grows on the resampled intermediate raster. Once the regions are selected from the resampled intermediate raster, the selected regions will be resampled to the Environment cell size. An adjustment to the target resolutions identified below may be implemented if the number of cells in the desired average region size is too small or too large. This adjustment makes sure there will be enough cells in each desired region or that unnecessary processing will not occur. As a result, the total cells for the intermediate resampled raster for each of the specified resolutions below can be lower or higher than the target number of cells. If the input has less than 147,356 cells or Maximum is selected, no resampling will occur and the region growth will process on all cells in the input raster. If the input raster has less than 147,356 cells, the Low, Medium, or High options have no effect. The available options are the following:
| String |
Region selection method (Optional) | Identifies how the regions will be selected. The available options are the following:
| String |
Return Value
Label | Explanation | Data Type | Output raster | The output regions raster. Each region is uniquely numbered with values greater than zero. Cells that do not belong to any regions will be assigned zero. The output is always an integer raster. Additional fields are calculated for each region storing statistics of the selected regions. These fields are the following:
| Raster |