RemNote Community
Community

Topographic survey - Terrain Data Products and GIS

Understand the differences between vector and raster terrain models, how digital elevation models are generated and applied, and how GIS topological relationships support topographic analysis.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz

Quick Practice

What kind of data structure does a Triangulated Irregular Network (TIN) use to model terrain?
1 of 12

Summary

Understanding Topographic Data Introduction Topographic data represents the elevation and surface characteristics of terrain. In geographic information systems (GIS) and remote sensing, we need ways to store, model, and analyze this information. There are two fundamental approaches: representing terrain as a network of irregular triangles (vector model) or as a regular grid of cells (raster model). Understanding these models and how they're used is essential for terrain analysis, environmental planning, and many geospatial applications. Two Primary Models for Representing Terrain Vector Model: Triangulated Irregular Networks One way to represent terrain mathematically is through a triangulated irregular network (TIN). In this approach, elevation data points are connected to form a surface made up of triangles. The key advantage of this model is flexibility—the triangles can be sized and distributed irregularly, allowing you to place more triangles (and thus more detail) in areas where the terrain changes rapidly, and fewer triangles where it's relatively flat. This model is particularly popular in civil engineering and entertainment industries because it can efficiently represent complex terrain with varying levels of detail. Raster Model: Gridded Images The second approach uses a raster model, which represents terrain as a regular grid where each cell contains a single elevation value. Imagine overlaying a checkerboard on your study area—each square in that checkerboard holds one elevation number representing that location. This model is more commonly used in environmental sciences because it integrates well with satellite imagery and allows for straightforward computational analysis across the entire study area. Digital Elevation Models Definition and Structure A digital elevation model (DEM) is a raster-based dataset that stores elevation values for Earth's surface (or another planet's surface). Think of it as a digital map where every pixel has an elevation number attached to it. The DEM dataset includes important metadata in its header: The geographic area covered The size of each pixel (the resolution) The units of elevation (meters, feet, etc.) The reference point for elevation measurements (like sea level) Sources of Digital Elevation Models DEMs can be created in several ways: From existing paper maps: Historical topographic maps can be digitized to extract elevation information through contour line analysis From field surveys: Ground-based measurements of specific elevation points From remote sensing: Satellite or aircraft-based radar and sonar data that measure elevation across large areas automatically Applications Digital elevation models are used for: Terrain analysis (calculating slope, aspect, and other terrain characteristics) Surface volume calculations Hydrologic modeling (understanding water flow and drainage) View-shed analysis (determining what can be seen from specific locations) Many other geospatial applications Understanding Surface vs. Bare Earth Models An important distinction exists between different types of elevation models, and this is where confusion often arises. Digital Land Surface Model A digital land surface model (DLM) represents only the bare earth—the actual ground surface without any objects on top of it. It shows the "true" topography of the land itself. Digital Surface Model In contrast, a digital surface model (DSM) includes everything on the surface: vegetation, buildings, bridges, and other structures. If you measure elevation with a remote sensing instrument, it typically hits the top of trees or buildings before reaching the bare ground. Practical Application: Calculating Tree Height Here's where these models become particularly useful: if you have both a DSM (which includes tree canopy) and a DLM (bare earth only), you can subtract one from the other to derive the height of vegetation. For example: $$\text{Tree Height} = \text{Digital Surface Model} - \text{Digital Land Surface Model}$$ This demonstrates how comparing multiple elevation surfaces can provide volumetric and structural information about the landscape. Topographic Mapping and Representation Traditional Topographic Maps The United States Geological Survey (USGS) creates topographic maps that use contour lines to show relief—the variation in elevation across the landscape. Contour lines connect all points at the same elevation, so the spacing between lines indicates how steep terrain is. Close lines mean steep slopes; widely spaced lines indicate gentle slopes. These maps do more than show elevation: they also depict streams, forest cover, built-up areas, and other significant landscape features. This comprehensive approach makes them valuable for understanding the complete landscape, not just elevation alone. Planimetric Maps Not all maps derived from topographic surveys include contour lines. Planimetric maps show the locations of features (roads, buildings, streams) without representing elevation through contours. These are useful when elevation detail is less important than horizontal location accuracy. Relationship to Modern Digital Models Traditional topographic map sheets are frequently used as the basis for creating digital elevation models and specialized thematic maps. The contour line information from paper maps can be digitized and converted into raster or vector elevation data. <extrainfo> Note on Geological vs. Topographic Mapping: While topographic mapping focuses on identifiable surface features and relief, geological mapping concerns the underlying rock structures and processes beneath the surface. These are related but distinct disciplines with different purposes. </extrainfo> Topological Modeling in Geographic Information Systems Beyond just storing elevation values, geographic information systems can recognize and analyze spatial relationships between geographic features. This capability, called topological modeling, is fundamental to advanced geospatial analysis. Three Key Spatial Relationships Adjacency describes which geographic entities are next to each other. For example, a GIS can identify that one parcel of land is adjacent to another parcel, or that one stream segment flows adjacent to a forest stand. Containment indicates which entities enclose other entities. A city polygon contains street networks; a lake polygon contains islands. Understanding what's inside what is crucial for many analyses. Proximity measures how close one entity is to another. A GIS can calculate the distance from a building to the nearest stream, or identify all homes within 100 meters of a road. Practical Applications Topological modeling enables several important geospatial tasks: Synthesis of ground images: Combining data from different sources while maintaining correct spatial relationships Determination of overflight trajectories: Planning paths for drones or aircraft that must navigate terrain Calculation of surface or volume: Computing areas, distances, and volumes from geographic features Tracing of topographic profiles: Creating cross-sectional views that show elevation changes along a specific path These relationships allow GIS to move beyond simply displaying maps to actually analyzing how features relate to one another spatially. <extrainfo> Additional Context: Different scientific disciplines tend to favor different terrain models based on their needs. Environmental sciences typically prefer gridded (raster) models because they integrate well with satellite data and allow for straightforward statistical analysis. Civil engineering and entertainment industries often prefer triangulated irregular networks because they can represent terrain more efficiently and with greater detail where needed. Understanding these disciplinary preferences can help you choose appropriate models for your own work. </extrainfo>
Flashcards
What kind of data structure does a Triangulated Irregular Network (TIN) use to model terrain?
Vector structure
How is terrain represented in a gridded raster model?
As a gridded image where each cell holds an elevation value
What information does a Digital Land Surface Model provide for a study area?
Continuous elevation values for every location
What is the primary difference between a Digital Surface Model (DSM) and a Digital Land Surface Model?
A DSM includes objects like canopy and buildings, while a Digital Land Surface Model represents only the bare earth
What is a Digital Elevation Model (DEM)?
A raster-based digital dataset storing elevation values for topography or bathymetry
How do United States Geological Survey topographic maps typically display relief?
Using contour lines
What is the term for maps based on topographic surveys that do not include contour lines?
Planimetric maps
What is the primary focus of topographic mapping compared to geological mapping?
Topographic mapping focuses on surface features, while geological mapping concerns underlying structures
What are the three primary spatial relationships a Geographic Information System (GIS) can analyze through topological modeling?
Adjacency Containment Proximity
In topological modeling, what does the 'Adjacency' relationship describe?
Which geographic entities are next to each other
In topological modeling, what does the 'Containment' relationship indicate?
Which geographic entities enclose other entities
In topological modeling, what does the 'Proximity' relationship measure?
How close one geographic entity is to another

Quiz

Which agency's topographic maps display relief with contour lines and also show streams, forest cover, and built‑up areas?
1 of 5
Key Concepts
Terrain Models
Triangulated Irregular Network (TIN)
Raster Digital Elevation Model (DEM)
Digital Land Surface Model (LSM)
Digital Surface Model (DSM)
Mapping Techniques
Topographic Map
Planimetric Map
Topological Relationships
Topological Modeling (GIS)
Spatial Adjacency
Spatial Containment
Spatial Proximity