Greater Than Frequency (Spatial Analyst Tools)
Summary
Evaluates on a cell-by-cell basis the number of times a set of rasters is greater than another raster.
Illustration

Usage
An arbitrary number of rasters can be specified in the input rasters list.
If a cell location contains NoData on any of the input rasters, that location will be assigned NoData on the output.
The output raster is always of integer type.
If all inputs are multidimensional raster data with the same number of variables, the tool will perform the operation for all slices with the same dimension value. The output will be a multidimensional raster in CRF format. The variables in the inputs must have at least one common dimension and one common dimensional value for this tool to process, otherwise an error will occur.
If all of the inputs have one variable but different names, uncheck the Match Multidimensional Variable geoprocessing environment (set
arcpy.env.matchMultidimensionalVariable = Falsein Python) before performing the operation.If one or more of the inputs are multidimensional rasters and the other inputs are constant, the tool will perform the operation for all slices for all variables using the constant value, and the output will be a multidimensional raster.
See Analysis environments and Spatial Analyst for additional details on the geoprocessing environments that apply to this tool.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input value raster |
For each cell location in the input value raster, the number of occurrences (frequency) where a raster in the input list has a greater value is counted. |
Raster Layer |
|
Input rasters |
The list of rasters that will be compared to the value raster. |
Raster Layer |
|
Process as multiband (Optional) |
Specifies how the input multiband raster bands will be processed.
|
Boolean |
Return value
| Label | Explanation | Data type |
|---|---|---|
|
Output raster |
The output raster. For each cell in the output raster, the value represents the number of times that the corresponding cells in the list of rasters is greater than the value raster. |
Raster |
Environments
Auto Commit, Cell Size, Cell Size Projection Method, Compression, Current Workspace, Extent, Geographic Transformations, Mask, Output CONFIG Keyword, Output Coordinate System, Scratch Workspace, Snap Raster, Tile Size
Licensing information
- Basic: Requires Spatial Analyst
- Standard: Requires Spatial Analyst
- Advanced: Requires Spatial Analyst