16
1 Chapter 13. TERRAIN MAPPING AND ANALYSIS 13.1 Data for Terrain Mapping and Analysis 13.1.1 DEM 13.1.2 TIN Box 13.1 Terrain Data Format 13.2 Terrain Mapping 13.2.1 Contouring 13.2.2 Vertical Profiling 13.2.3 Hill Shading Box 13.2 The Pseudoscopic Effect Box 13.3 A Worked Example of Computing Relative Radiance 13.2.4 Hypsometric Tinting 13.2.5 Perspective View 13.3 Slope and Aspect 13.3.1 Computing Algorithms for Slope and Aspect Using Raster Box 13.4 Conversion of D to Aspect Box 13.5 A Worked Example of Computing Slope and Aspect Using Raster 13.3.2 Computing Algorithms for Slope and Aspect Using TIN Box 13.6 A Worked Example of Computing Slope and Aspect Using TIN 13.3.3 Factors Influencing Slope and Aspect Measures Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 13.4 Surface Curvature Box 13.7 A Worked Example of Computing Surface Curvature 13.5 Raster Versus TIN Box 13.8 Terrain Mapping and Analysis Using ArcGIS Key Concepts and Terms Review Questions Applications: Terrain Mapping and Analysis Task 1: Use DEM for Terrain Mapping Task 2: Derive Slope, Aspect, and Curvature from DEM Task 3: Build and Display a TIN Challenge Question References

Chapter 13. TERRAIN MAPPING AND ANALYSIS

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Chapter 13. TERRAIN MAPPING AND ANALYSIS

1

Chapter 13. TERRAIN MAPPING AND ANALYSIS13.1 Data for Terrain Mapping and Analysis13.1.1 DEM13.1.2 TINBox 13.1 Terrain Data Format13.2 Terrain Mapping13.2.1 Contouring13.2.2 Vertical Profiling13.2.3 Hill ShadingBox 13.2 The Pseudoscopic EffectBox 13.3 A Worked Example of Computing Relative Radiance13.2.4 Hypsometric Tinting13.2.5 Perspective View13.3 Slope and Aspect13.3.1 Computing Algorithms for Slope and Aspect Using RasterBox 13.4 Conversion of D to AspectBox 13.5 A Worked Example of Computing Slope and Aspect Using Raster13.3.2 Computing Algorithms for Slope and Aspect Using TINBox 13.6 A Worked Example of Computing Slope and Aspect Using TIN13.3.3 Factors Influencing Slope and Aspect Measures

Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

13.4 Surface CurvatureBox 13.7 A Worked Example of Computing Surface Curvature13.5 Raster Versus TINBox 13.8 Terrain Mapping and Analysis Using ArcGISKey Concepts and TermsReview QuestionsApplications: Terrain Mapping and AnalysisTask 1: Use DEM for Terrain MappingTask 2: Derive Slope, Aspect, and Curvature from DEMTask 3: Build and Display a TIN Challenge QuestionReferences

Page 2: Chapter 13. TERRAIN MAPPING AND ANALYSIS

2

Data for Terrain Mapping and Analysis

DEM (digital elevation model) and TIN (triangulated irregular network) are two common types of input data for terrain mapping and analysis.

A DEM represents a regular array of elevation points. It can be converted to an elevation raster by placing each elevation point at the center of a cell.

A TIN approximates the land surface with a series of nonoverlappingtriangles.

A DEM can be converted into a TIN by using the maximum z-tolerance algorithm or the VIP (very important point) algorithm.

A TIN can be converted into a DEM by using local first-order polynomial interpolation.

Input Data to TIN

Besides DEM, a TIN can also use additional point data such as surveyed elevation points, GPS (global positioning system) data, and LIDAR data; line data such as contour lines and breaklines; and area data such as lakes and reservoirs.

Page 3: Chapter 13. TERRAIN MAPPING AND ANALYSIS

3

Figure 13.1A breakline, shown as a dashed line in (b), subdivides the triangles in (a) into a series of smaller triangles in (c).

Terrain MappingTerrain mapping techniques include contouring, vertical profiling, hill shading, hypsometric tinting, and perspective view.

Page 4: Chapter 13. TERRAIN MAPPING AND ANALYSIS

4

Figure 13.2A contour line map.

Figure 13.3The contour line of 900 connects points that are interpolated tohave the value of 900 along the triangle edges.

Page 5: Chapter 13. TERRAIN MAPPING AND ANALYSIS

5

Figure 13.4A vertical profile.

Figure 13.5An example of hill shading, with the sun’s azimuth at 315° (NW) and the sun’s altitude at 45°.

Page 6: Chapter 13. TERRAIN MAPPING AND ANALYSIS

6

Figure 13.6A hypsometric map. Different elevation zones are shown in different gray symbols.

Figure 13.7A 3-D perspective view.

Page 7: Chapter 13. TERRAIN MAPPING AND ANALYSIS

7

Figure 13.8Three controlling parameters of the appearance of a 3-D view: the viewing azimuth a is measured clockwise from the north, the viewing angle u is measured from the horizon, and the viewing distance d is measured between the observation point and the 3-D surface.

Figure 13.9Draping of streams and shorelines on a 3-D surface.

Page 8: Chapter 13. TERRAIN MAPPING AND ANALYSIS

8

Figure 13.10A 3-D perspective view of an elevation zone map.

Figure 13.11A view of 3-D buildings in Boston, Massachusetts.

Page 9: Chapter 13. TERRAIN MAPPING AND ANALYSIS

9

Slope and AspectSlope measures the rate of change of elevation at a surface

location. Slope may be expressed as percent slope or degree slope.

Aspect is the directional measure of slope. Aspect starts with 0° at the north, moves clockwise, and ends with 360°also at the north. Because it is a circular measure, We often have to manipulate aspect measures before using them in data analysis.

Figure 13.12Slope, either measured in percent or degrees, can be calculated from the vertical distance a and the horizontal distance b.

Page 10: Chapter 13. TERRAIN MAPPING AND ANALYSIS

10

Figure 13.13Aspect measures are often grouped into the four principal directions (top) or eight principal directions (bottom).

Figure 13.14Transformation methods to capture the N–S direction (a), the NE–SW direction (b), the E–W direction (c), and the NW–SE direction (d).

Page 11: Chapter 13. TERRAIN MAPPING AND ANALYSIS

11

Computing Algorithms for Slope and Aspect Using Raster

The slope and aspect for an area unit (i.e., a cell or triangle) are measured by the quantity and direction of tilt of the unit’s normal vector—a directed line perpendicular to the unit.

Different approximation (finite difference) methods have been proposed for calculating slope and aspect from an elevation raster. Usually based on a 3-by-3 moving window, these methods differ in the number of neighboring cells used in the estimation and the weight applying to each cell.

Figure 13.15The normal vector to the cell is the directed line perpendicular to the cell. The quantity and direction of tilt of the normal vector determine the slope and aspect of the cell.

Page 12: Chapter 13. TERRAIN MAPPING AND ANALYSIS

12

Figure 13.16Ritter’s algorithm for computing slope and aspect at C0uses the four immediate neighbors of C0.

Figure 13.17Horn’s algorithm for computing slope and aspect at C0 uses the eight neighboring cells of C0. The algorithm also applies a weight of 2 to e2, e4, e5, and e7, and a weight of 1 to e1, e3, e6, and e8.

Page 13: Chapter 13. TERRAIN MAPPING AND ANALYSIS

13

Computing Algorithms for Slope and Aspect using TIN

The x, y, and z values of points that make up a TIN are used to compute slope and aspect for each triangle.

Figure 13.18The algorithm for computing slope and aspect of a triangle in a TIN uses the x, y, and z values at the three nodes of the triangle.

Page 14: Chapter 13. TERRAIN MAPPING AND ANALYSIS

14

Factors Influencing Slope and Aspect Measures

Factors that can influence slope and aspect measures include theresolution of DEM, the quality of DEM, the computing algorithm, and local topography.

Figure 13.19DEMs at three different resolutions: USGS 30-meter DEM (a), USGS 10-meter DEM (b), and 1.83-meter DEM derived from LIDAR data (c).

Page 15: Chapter 13. TERRAIN MAPPING AND ANALYSIS

15

Figure 13.20Slope layers derived from the three DEMs in Figure 13.19. The darkness of the symbol increases as the slope becomes steeper.

Surface CurvatureSurface curvature measures can determine if the surface at a cell location is upwardly convex or concave.

Page 16: Chapter 13. TERRAIN MAPPING AND ANALYSIS

16

National Elevation Datasethttp://gisdata.usgs.gov/ned/