HOW TO

Create points representing the highest and lowest elevations within polygon features in ArcGIS Pro

Last Published: April 27, 2023

Summary

In ArcGIS Pro, creating the highest and lowest elevation points within polygon features on digital elevation models (DEMs) can be useful in situations where the infrastructures are dependent on elevations such as water tanks, beacons, or landfills.

Apply the workflow provided to create point features representing the highest and lowest elevations within each polygon feature on the DEM using the Zonal Statistics, Raster Calculator, and Raster to Point tools.

The image below shows a DEM with several polygon features.

Three polygon features on the DEM.

Procedure

Note:
The Zonal Statistics and Raster Calculator tools require the ArcGIS Spatial Analyst or Image Analyst license.
  1. Open the ArcGIS Pro project with the DEM.
  2. Identify the highest elevation within the polygon feature using the Zonal Statistics tool. This tool generates a new raster that changes all the cell values in the polygon to the highest elevation.
    1. In the Geoprocessing pane, search for and select Zonal Statistics (Spatial Analyst Tools).
    2. In the Zonal Statistics pane, for Input Raster or Feature Zone Data, select the polygon feature layer from the drop-down list. In this example, PropertyBoundary is selected.
    3. For Zone Field, select the field containing the value defining each polygon. In this example, the OBJECTID field is selected.
    4. For Input Value Raster, select the DEM layer containing the elevation value. In this example, NY_DEM is selected.
    5. For Output Raster, specify the output name. In this example, the Max_Elev name is used to represent the output of the highest elevation.
    6. For Statistics Type, select Maximum to calculate the highest value from the input value raster.
    7. Ensure the Ignore NoData in Calculations check box is checked to avoid using data with no value.
    8. Click Run.
A configured Zonal Statistics pane.
  1. Create a conditional statement using the Raster Calculator tool to identify the cells in the DEM that correspond to the highest elevation in each polygon.
    1. In the Geoprocessing pane, search for and select Raster Calculator (Spatial Analyst Tools).
    2. In the Raster Calculator pane, insert the following expression in the Map Algebra expression box. Replace <DEM> with the name of the DEM layer and <Max_or_Min_elevation> with the name of the output raster layer created in Step 2.
Con("<DEM>" == "<Max_or_Min_elevation>","<DEM>")
  1. For Output raster, specify the location and name of the output raster.
  2. Click Run to run the expression.
A configured Raster Calculator pane.
  1. Convert the raster into a point feature using the Raster to Point tool.
    1. In the Geoprocessing pane, search for and click Raster to Point (Conversion Tools).
    2. Select the raster output from Step 3 for Input raster and specify a name for Output point features.
    3. Click Run.
A configured Raster to Point pane.
  1. To identify the lowest elevation, repeat Steps 2 through 4. When configuring the Zonal Statistics tool, select Minimum for Statistics Type.

The image below shows the point features created within the polygon features on the DEM. The highest elevation points are represented by the circle and the lowest elevation points are represented by the star.

Point features representing the highest and lowest elevation within the polygon features on the DEM.

Article ID:000030199

Software:
  • ArcGIS Pro 3 1
  • ArcGIS Pro 3 0
  • ArcGIS Pro 2 x

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options