Contents
How do you use the raster Calculator in ArcGIS?
To access the Raster Calculator, select it from the Spatial Analyst toolbar menu. In the dialog box, you can enter Map Algebra in the expression box. The available rasters will be displayed in the Layers list. If you have entered a (valid) function name, you can right-click it and select the Usage…
Where is the raster Calculator in ArcMap?
Option A: Use Raster Calculator In ArcMap, navigate to ArcToolbox > Spatial Analyst Tools > Map Algebra > Raster Calculator.
How does a raster calculator work in ArcGIS?
The Raster Calculator tool allows you to create and execute a Map Algebra expression that will output a raster. Use the Layers and variables list to select the datasets and variables to use in the expression. Numerical values and mathematical operators can be added to the expression by clicking the respective buttons in the tool dialog box.
When to use equals sign in raster calculator?
Since there is a specific output parameter in the Raster Calculator tool dialog box, Map Algebra expressions do not include an output name and an equals sign ( =) when using the Raster Calculator. Only in the Raster Calculator tool dialog box can layer names be used directly with operators.
How to capitalize expressions in raster calculator in Python?
Since the expression entered in the Raster Calculator tool will be executed in Python, and Python is case sensitive, it is important to use the correct capitalization of the tool name. For example, to use the IsNull tool, be sure to type it as IsNull, instead of Isnull or isnull.
Can you rename a variable in a raster calculator?
You should not rename a variable that is connected to the tool, since the variable will not be renamed within the expression. If you do so, the expression will be invalid. Certain Raster storage environments may apply to this tool when output is in a raster format other than Esri Grid.