Terrain Analysis#

Terrain analysis in ArcGIS Pro requires the use of a digital elevation model (or digital terrain model), where the digital numbers represent elevation (usually relative to sea level or the ellipsoid datum). A digital elevation model alone may not provide enough detail to analyze subtle terrain differences. Usually, raster derivatives highlight variation better.

Define Vertical Projection#

Before producing raster derivatives, you must understand the coordinate system and units of your data. You can right-click any raster layer in Contents and select Properties -> Source -> Spatial Reference. The horizontal and vertical units must be the same to conduct terrain analysis. If your data are in a planar coordinate system (UTM or State Plane), these units likely already match (either meters or feet). However, if your raster layer has horizontal units measured in degrees (geographic coordinate system), you will have to make adjustments. Fortunately, you have several options.

First, you can reproject your geographic coordinate system into a planar coordinate system using the Project Raster tool.

Second, you can preserve the horizontal coordinate system as geographic (measured in degrees), and define a vertical coordinate system. Using the Define Projection tool, you can define the vertical coordinate system to be in the correct units. Note that you will have to know the coorect vertical coordinate system and units of your data. SRTM vertical coordinates, for example, are usually measured in meters above mean sea level in relation to the Earth Gravitational Model 1996 geoid (EGM 1996 Geoid). Once correctly defined, your data will be measured horizontally in degrees and vertically in meters.

Third, you can do nothing and manually alter the Z factor when running any Surface or terrain analysis tools. The Z factor is a multiplicative/scale factor that is used to convert the vertical units into the appropriate horizontal units on the fly. The Z factor for converting meters to degrees will depend on the precise location but can be estimated around 0.00001. Note that if the vertical coordinate system is correctly defined, ArcGIS Pro will automatically calculate and populate this value.

Contours#

The Contour tool can be run to generate contour lines based on an input DEM. The appropriate Contour interval can be specified (measured in the units of the input raster). If the resulting contour lines appear jagged, they can be smoothed by running the Simplify Line tool.

Hillshade#

Hillshading or shaded relief is a technique used to model how light and shadow might fall across a landscape, available in the Hillshade tool. The Azimuth represents the hypothetical direction of the light source, while Altitude represents the vertical angle of the light source relative to the viewer. The convention is to have the direction of the light source coming from the northwest, although this direction would of course change throughout the day and year based on the position of the sun. An analytical hillshade is technically a type of slope-aspect map.

Slope#

Slope refers to the rate of change in elevation from one location to the next, in other words, the first derivative of elevation. A Slope map can be generated using the Slope tool and can highlight topography more dramatically than a Hillshade. The drawback is that a Slope map will not show the direction of the slope, so elevated areas can be impossible to distinguish from low lying areas.

Aspect#

Aspect refers to the direction of slope. The Aspect tool generates a raster surface categorized into compass directions. Aspect alone may not be useful for visualizing topography, but it represents an important intermediate variable that can be used in topographic analyses.

Transparency and Blending#

Several visualizations can be displayed at once using transparency or blending. Adding a 50% transparency to an upper layer over a lower layer can be useful, for example placing a transparent DEM over hillshade or slope. Blending, in contrast, more evenly combines two layers. Multiply is commonly used to darken imagery, where whiter areas become transparent in the top layer and blacker areas become darker by multiplying the colors of the base and upper layer.

Transparency and Layer Blend options are available under Raster Layer -> Effects when the relevant raster layer is selected under Contents.