Visualizing Terrain in ArcGIS Pro
This tutorial covers a variety of ways of visualizing terrain via digital elevation models (DEM) using ArcGIS Pro.
Data Models
Traditionally, there have been two data models that have been used to represent the surface of the earth as geospatial data: the vector model and the raster model. They are referred to as models because they are abstract simplifications of the world that can be useful for analysis and visualization.
Vector data stores locations as discrete geometric objects: points, lines or polygons.
- Points are represented with a single coordinate pair (latitude and longitude). Points useful for representing objects like vehicles or smartphone locations that occupy little or no area
- Polygons are represented with a collection of coordinate pairs that define the outside boundary of an area. Polygons are useful for representing things like property boundaries or city boundaries that define an area
- Lines are represented by a sequence of coordinate pairs. Lines are useful for representing things like roads or paths that are long and narrow

The raster model represents the world as rows and columns of evenly spaced pixels. The raster model is most useful for representing characteristics of areas that do not have clear boundaries, such as vegetation or other environmental features.

Raster data can be converted to vector data, and vice versa, but the conversion are imprecise and can introduce inaccuracies.
The choice of which model to use depends on what you want to do with your data and different models can be used for the same features. For example, if you are making a web map of stores:
- Points might be useful if you just want people to be able to get driving directions.
- If you are working in real estate, polygons that outline the area occupied by the buildings or property lines might be more useful.
- If you are doing analysis of the environmental effects of those buildings on summer air temperature in the area, rasters might be most useful.

Digital Elevation Models
One common use for the raster model is elevation data, which is the height of an area above some reference surface, such as mean sea level, or a geoid. While terrain can be stored as vectors (triangular irregular networks or TIN), rasters are a simple, effective way to store the irregular physical features of an area of land (terrain).
Digital elevation models (DEMs) are raster data sets containing rows and columns of pixels, where each pixel represents the elevations at a specific location on the surface of the earth. Elevation data is useful in a variety of fields like geology, hydrology, biology, civil engineering, urban planning, transportation, and disaster management.
One elevation dataset made freely available to the general public by the federal US Geological Survey is the Shuttle Radar Topography Mission (SRTM). This was data gathered by instruments flown on the US space shuttle Endeavour on February 11 - 22, 2000, and covers almost the entire globe.

Acquire the Data
Remotely sensed data from satellites is often divided into scenes that cover specific areas and can be easily managed. Scenes from the USGS are made available in a number of formats. The GeoTIFF (tagged interface file format) is commonly used and works with a variety of different software, including ArcGIS Pro.
SRTM scenes can be downloaded from the US Geological Survey's EarthExplorer web site.
In order to download data, you need to register (for free). Click the Login button and select Create New Account.
Once you have registered, you can log in and download SRTM data for specific areas.
- Search for a location with the city name and state. For this example, we will look the area around Westport, NY, on Lake Champlain in New York's Adirondack Mountains.
- Click Data Sets
- Select Digital Elevation -> SRTM -> SRTM Void Filled
- Click Results
- If you have multiple results, click the Show Browse Overlay icon by each result to find the scene that best covers your area of interest.
- If you have a choice between one and three arc-second options, 1-ARC is higher resolution.
- Click the download icon.
- Select the GeoTIFF download format. This request may take a few minutes to process.
- When the file is available, chose the option to Save it.
- In the Windows Explorer, view your downloads directory. The download may take a minute or more, so wait until the temporary .part file goes away before proceeding.
DEM Metadata
Metadata gives information about a geospatial data set such as the date represented and the dimensions of the area covered. To view the metadata for a scene, click the metadata icon.
Start the Map
- Create a new project and give it a meaningful name.
- Right click on the map in the Contents panel, select Properties and General, and change the Name to something meaningful.
- Add Data to your map with the GeoTIFF file.
- When asked to Build pyramids, this is optional. Pyramids are an internal representation of the raster data that can improve the responsiveness of the software when working with large data sets. It may take up to a minute to complete this operation.
- The SRTM data is in unpojected WGS 1984 format, which stretches areas in North America to appear wider than they are. Change projection to appropriate state plane coordinate system or to WGS 1984 Web Mercator if you anticipate using this data in a web map.
- Right click on the layer, select Data and Export Raster. This step is needed to copy the DEM into the project database so it will be conveniently available when you save the project package.
- For the Output Raster Dataset, navigate to the project database, and provide a meaningful name.
- After the tool completes, remove the original GeoTIFF file.
Symbolize The Data
Hillshade
By default, raster data is initially visualized as grayscale, which is a useful, largely neutral way to look at the data. However, to present DEM data to readers, visualizations that accentuate differences in elevation can be more compelling than simple grayscale.
A common way of visualizing terrain elevations is with hillshading, which shows areas of brightness and darkness as if the terrain were lit from the side.
Hillshading is most dramatic when there are hills to shade. For example, the terrain around Chicago is fairly flat and heavily urbanized with low buildings, so the hillshading is not particularly interesting.

However, the area around Lake Champlain is more mountainous and more dramatic.
- Under the Imagery tab, select Raster Functions.
- Scroll to the bottom of the Raster Functions pane to the list of Surface tools.
- Select Hillshade.
- Change the Raster to the DEM.
- Create new layer.
- You can adjust the Symbology and Stretch Type to increase the contrast, if desired.
Shaded Relief
A false color symbology can make the visualization more descriptive and appealing. As with all maps, caution should be used in presentation since false color can exaggerate or create a misimpression of what is actually on the ground.
ArcGIS Pro has a variety of color schemes designed for elevation. This video shows a how to create a shaded relief false color visualization.
- Under the Imagery tab, select Raster Functions.
- Scroll to the bottom of the Raster Functions pane to the list of Surface tools.
- Select Shaded Relief.
- Change the Raster to the DEM.
- Create new layer.
Contour Lines
One classical way of visualizing elevation on two-dimensional maps is the use of contour lines that denote locations where the elevation crosses given intervals of elevation, such as 100 feet, 200 feet, 300 feet. In that example, the interval between contour lines is 100 feet.
Topographic maps with contour lines are used by civil engineers and planners when designing structures and communities. They are also used by hikers to plan routes.
- Under the Imagery tab, select Raster Functions.
- Scroll to the bottom of the Raster Functions pane to the list of Surface tools.
- Select Contour.
- Change the Raster to the DEM and Create new layer.
- Layering the contour lines over the shaded relief or hillshaded layers can make them more intelligible.
Contour Tool
The Contour tool creates contour lines that are features that can be symbolized and labeled more carefully than the contour raster function.
- Under Analysis open the Tools and search for the Contour tool.
- The Input Raster should be your DEM.
- The Output Feature Class is where the contour lines will be placed. Leaving the default name and changing it later is probably the safest choice.
- The Contour Interval will depend on how varied the topography is in your raster, what you are going to be using the contour lines for, and how close you want the contour lines to be to each other. You may need to make multiple attempts to find a number that gives contour lines that are not too dense to read, but not too sparse to be useful. This example in this mountainous area uses 100 meter contour interval.
- Run the tool.
- You may want to hide the DEM layer and style contour lines over a lightly-colored labeled base map so the reader can clearly identify the lines.
- Add labels.
- Change the placement to Centered Straight and add a light gray Halo.
Make lines black and reduce their width to 0.5pt.
Contour lines are commonly used on topographical maps, such as those that have been produced by the US Geological Survey since the late 19th century. The layout of professional-quality topographical maps is a complex art that requires significant labor. If you need a topographical map as the base map for a thematic map, the USA Topo Maps base map will save you alot of time.
Scenes
ArcGIS Pro can create perspective views (3-D scenes) of terrain elevation.
- On the View tab, select Convert to Local Scene. Global scenes are for large areas as if viewed from space. Local scenes are for small areas as if viewed from an airplane.
- Right click on the map in the Drawing Order, select Properties and General and give the scene a meaningful name.
- Right click on the elevation layer and select Zoom to Layer, which should center the DEM in the display window.
- In the Contents pane, right-click on Elevation Surfaces and Add Elevation Surface with your downloaded DEM GeoTIFF.
- Unselect the WorldElevatio3D/Terrain3D elevation surface since you will use the DEM as your surface.
- In the Elevation Surface -> Appearance tab, , change Vertical Exaggeration to 5. The choice of what number to use here will depend on now much topographical variation is in your data and how much you want to exaggerate that variation to make it more prominent.
- You can adjust the view by Show Full Control icon at the bottom left of the scene, and then dragging on the different elements to change the different angles of view.
- If you get lost in navigation, right click on the point cloud layer in the drawing order pane and select Zoom to Layer.
Present Your Map
The video below shows how to create a layout for a 6 x 4 figure that you can insert in a document.
Save Your Project
When you are finished with the project for the day, you should save a project package containing your work to ArcGIS Online. Your imported raster data will be saved with the package.
- Go to the Share tab and select Project.
- Provide a name to save the project under. The default is the name of the current project.
- Copy the name into the Tags and Summary fields.
- Click the Share outside of organization box so your project database containing all of your layers is included in your project package.
- Unclick the Include Toolboxes and Include History Items check boxes so that history or toolbox errors to not cause your upload to fail.
- Analyze the project to find any problems.
- Package the project to upload it to ArcGIS Online. This may take a minute or two.