HOW TO

Invert a surface using ArcGIS Spatial Analyst

Last Published: April 25, 2020

Summary

Inverting a raster surface changes the highest cell values to the lowest and vice versa. The image below shows the original (before) and inverted (after) raster layer. Both layers use the same stretched symbology color ramp. The color difference between both raster layers show the change of the highest cell values to the lowest and vice versa.

An image of the inverted raster layer.

Procedure

The instructions below describe how to invert a raster surface.

  1. In ArcMap, add the raster layer.
  2. Right-click the raster layer in Table Of Contents and select Properties.
  3. Write down the Min (minimum) and Max (maximum) values found at the bottom of the Source tab.

    An image of the Layer Properties dialog box.
    Note:
    If the minimum, maximum, mean, and standard deviation values are blank, calculate the statistics for the raster layer before proceeding. In the Catalog pane, right-click the raster layer, and click Calculate Statistics.
  4. In ArcToolbox, navigate to Spatial Analyst Tools > Map Algebra > Raster Calculator.
  5. In the Raster Calculator dialog box, type the following expression in the expression box. Replace the RasterLayer, Max_value, and Min_value according to the raster layer.
    (("Rasterlayer" - Max_value) * -1) + Min_value

    An image of the Raster Calculator dialog box.
     
  6. Set the Output raster name and location.
  7. Click OK. A new inverted raster layer is displayed on the map.

Article ID:000006694

Software:
  • ArcMap

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic