Wednesday, September 16, 2026

Module 2.1 - Surfaces: TINs and DEMs

In this week's lab assignment, we began by previewing a Triangulated Irregular Network (TIN) file in ArcGIS Pro. A TIN is a data model used to represent terrain heights by entering the x, y, and z coordinates of measured points. These points can connect to form the smallest triangles possible between any three adjacent points, creating a network of triangles. Few points are sufficient for large, flat areas, while a higher density of points is necessary to accurately capture small-scale variations (Bolstad & Manson, 2022, p. 61).

We started by created a new scene, incorporated the TIN file, and designated it as an Elevation Source. Subsequently, we exaggerated the terrain by increasing the vertical exaggeration and examined the data.

Following that in Part B, we utilized a DEM to create a Ski Run Suitability Map. To achieve this, we first established a new local scene and added the DEM raster. We then employed the Raster to TIN tool to generate a TIN file from the DEM and set it as the elevation source. Next, we applied the reclassify tool to reclassify the elevation from the DEM file, then generated a slope raster from the DEM, and reclassifying it, as well as creating and reclassifying an aspect raster. Ultimately, we merged the three reclassified rasters to produce the final suitability map.

In Part C, we opened a new local scene and added a TIN file, setting it as the elevation source and applying a vertical exaggeration of 2.00. We utilized the symbology options under TIN Layer > Drawing to visualize the TIN file, incorporating slope, aspect, edges, and contour lines, and examining the elevations and points distribution given the nature of the terrain to determine if the distribution is appropriate.

When overlaying el_points shapefile onto the TIN, the density and distribution of points must correspond to the spatial variability of the terrain. The point distribution indicates that the higher uniform area between elevations of 1898.11-2022 meters is flat, resulting in fewer collected points. In contrast, the lower elevations of 637-790.89 meters, which can be viewed as not overly steep, exhibit a high point density. While increased point density in flat regions can enhance accuracy, in smooth terrains, additional points may not significantly improve the surface representation. In these areas, fewer points are sufficient due to the gradual changes in the surface.

Moreover, the steep regions with elevations ranging from 944.78-1252.56 meters have a lower point count. Insufficient sampling in uneven or variable terrains can lead to distortions in the resulting surface. If the TIN shows a hilly landscape characterized by sharp ridges and valleys, we should observe a greater concentration of points along these features.



In the final Part D, we introduced a new scene and incorporated two layers: a points layer and a study area. We utilized the Create TIN tool to generate a TIN layer from the points layer. The symbology was modified to display only contour lines. The next step involves generating contour lines from the DEM based on the points layer using the spline tool, followed by creating contours from the DEM with the same intervals used for the TIN contours. After generating both sets of contours, we compared the contour lines produced by the two distinct methods.

Comparing TIN and DEM contours reveals key differences: TIN contours are jagged and sharp, while DEM contours are smoother and more rounded, particularly evident in steep areas with low elevation point density. In flat regions, both models yield similar contour patterns due to effective interpolation. TINs, based on a Triangulated Irregular Network, offer greater accuracy in complex terrain by using non-overlapping triangles for interpolation. Conversely, DEMs use a raster grid. Thus, the choice between TIN and DEM should align with specific application requirements and data needs.


Screen shot showing TIN and DEM contour lines

Bolstad, P., & Manson, S. (2022). GIS Fundamentals A First Text on Geographic Information Systems. Elder Press.

No comments:

Post a Comment