Digital Elevation Model (DEM)

Surveying GIS Remote Sensing Topography

Digital Elevation Model (DEM) in Surveying

Introduction

A Digital Elevation Model (DEM) is a foundational dataset in geospatial science, surveying, environmental modeling, and engineering. It digitally represents the bare-earth elevation of the Earth’s surface, excluding vegetation, buildings, and other objects. DEMs are most commonly structured as raster grids, where each cell holds an elevation value relative to a vertical datum such as mean sea level.

DEMs are indispensable in applications ranging from hydrology and flood risk assessment to infrastructure design, remote sensing, aviation safety, and environmental management. Their value lies in providing a continuous, quantitative surface for automated terrain analysis, spatial modeling, and visualization.

DEM, DSM, and DTM: Understanding the Differences

In geospatial science, you’ll encounter three main types of elevation models:

ModelDefinitionSurface Features Included?Common Applications
DEM (Digital Elevation Model)Bare-earth raster grid of elevation valuesNoTerrain analysis, hydrology, flood modeling
DSM (Digital Surface Model)Elevation grid including all objects (buildings, trees, etc.)YesUrban planning, forestry, telecom, line-of-sight
DTM (Digital Terrain Model)Enhanced DEM, often includes vector features (breaklines, hydrography)NoEngineering, geomorphology, detailed design
  • DEM: Ground surface only, no above-ground features.
  • DSM: Top of everything visible from above—trees, buildings, etc.
  • DTM: Like a DEM but enhanced with extra vector information.

These distinctions are critical for selecting the right data for your application. For example, hydrological modeling relies on DEMs, while urban and telecom planning often require DSMs.

How DEMs Are Created: Data Acquisition Methods

1. LiDAR (Light Detection and Ranging)

LiDAR uses laser pulses from aircraft, drones, or ground platforms to produce dense point clouds. Multiple returns per pulse enable the separation of ground, vegetation, and building surfaces, allowing precise DEM (bare-earth) and DSM (surface) extraction. LiDAR is highly accurate (vertical errors as low as 10–30 cm) and ideal for complex or vegetated terrain, but it requires specialized equipment and expertise.

2. Photogrammetry (Stereo Aerial or Satellite Imagery)

Photogrammetry calculates elevation by measuring parallax between overlapping aerial or satellite images. Structure-from-Motion (SfM) algorithms automate point cloud generation and surface modeling. Photogrammetry is cost-effective for large areas and widely used for mapping, construction, mining, and agriculture. Accuracy depends on image quality, overlap, control points, and surface texture.

3. SAR/InSAR (Synthetic Aperture Radar & Interferometric SAR)

SAR uses radar to capture elevation data regardless of weather or lighting. Interferometric SAR (InSAR) compares phase shifts between images to derive elevation. Missions like SRTM and TanDEM-X provide near-global DEM coverage at 10–90 m resolution. SAR is essential for remote and cloudy regions but has lower spatial resolution and artifacts in rugged terrain.

4. Digitized Contour Lines (Topographic Maps)

Older DEMs are derived from digitized contours on analog maps. While less precise and labor-intensive, this approach is crucial for historical studies or regions lacking recent remote sensing data.

5. Ground Survey (GNSS, Theodolites, Total Stations)

Direct measurement using ground survey instruments provides the highest possible accuracy for small sites. These data serve as precise ground truth for other DEM sources but are not practical for large areas.

Major Applications of DEMs

Hydrology and Flood Modeling

DEMs enable watershed delineation, drainage mapping, and flood simulation by modeling surface flow paths and accumulation zones. Hydrologically-enforced DEMs (where artificial sinks are removed) improve modeling accuracy for floodplain analysis and erosion risk.

Urban Planning and Infrastructure

Planners use DEMs to assess slope, aspect, and elevation for site selection, grading, and optimizing routes for roads and utilities. DSMs are vital for visibility (viewshed) analysis, sun/shade studies, and regulatory compliance in aviation.

Forestry and Vegetation Analysis

Subtracting DEM from DSM yields a Canopy Height Model (CHM), mapping tree heights, biomass, and forest structure. DEMs also support ecosystem modeling and habitat suitability assessments.

Disaster Management

DEMs are crucial for landslide, earthquake, and volcano risk mapping, enabling rapid terrain assessment post-disaster and supporting evacuation planning.

Environmental Monitoring

DEMs underpin studies of coastal erosion, sea-level rise, glacier monitoring, and agricultural planning through terrain-derived indices like slope, aspect, and elevation.

Aviation and Telecommunications

Aviation relies on DEMs and DSMs for obstacle clearance and airspace management (ICAO Annex 15 compliance). Telecom engineers use DSMs to plan antenna placement and ensure signal coverage.

DEM Data Formats and Workflow Tips

Common DEM Formats

FormatDescriptionGIS Compatibility
GeoTIFF (.tif)Raster with embedded georeferencing and metadataArcGIS, QGIS, Global Mapper
ASCII Grid (.asc)Plain text grid with headerMost GIS
USGS DEM (.dem)Legacy USGS formatArcGIS, Global Mapper
.flt/.hdrBinary raster with metadata headerArcGIS, QGIS
SRTM .hgtSRTM-specific binary tilesMost GIS
LAS/LAZLiDAR point clouds (raw data)LAStools, ArcGIS Pro
NetCDF (.nc)Scientific multidimensionalScientific tools, QGIS with plugins

Tip: Always check the coordinate reference system (CRS) and vertical datum before analysis. For large datasets, use cloud-optimized formats (COG GeoTIFF), tile the data, or use cloud-based GIS processing.

Workflow Best Practices

  • Metadata: Always review for acquisition date, CRS, vertical datum, and processing history.
  • No-data values: Handle missing or undefined cells appropriately.
  • Hydrological conditioning: Fill sinks and depressions for flow modeling.
  • Alignment: Reproject and resample to a common grid if merging datasets.
  • Quality checks: Compare with ground control points or reference data.

DEM Quality and Accuracy

Key Factors

  1. Spatial Resolution: Finer grids capture more detail but require more storage/processing.
  2. Vertical Accuracy: Vertical RMSE indicates how closely DEM values match true elevations.
  3. Acquisition Method: LiDAR typically offers highest accuracy; SRTM, ASTER lower.
  4. Post-processing: Filtering, artifact removal, and interpolation quality impact final DEM usability.

Common DEM sources and their accuracy:

  • LiDAR: 0.1–1 m horizontal, 10–30 cm vertical (best)
  • Aerial photogrammetry: 0.5–5 m horizontal, 0.5–2 m vertical
  • SRTM: 30–90 m horizontal, 5–15 m vertical
  • ASTER: 30 m horizontal, ~10 m vertical

Artifacts to watch for: Edge effects, pits/sinks, striping, vegetation or building remnants, and interpolation errors.

Validation: Compare with independent ground survey data (GNSS, total stations) for critical applications.

DEM Visualization and Analysis

  • Hillshades: Simulate lighting for terrain visualization.
  • Contours: Derive elevation contours for mapping.
  • Slope & Aspect Maps: Show steepness and direction of terrain.
  • Viewshed Analysis: Determine visible areas from a viewpoint (e.g., telecom, defense).
  • Cut/Fill Calculations: Estimate earthwork volumes for construction.

DEM (bare earth), DSM (surface), and DTM (terrain vectors) comparison illustration.

DEM Datasets: Global and Regional Examples

  • SRTM (Shuttle Radar Topography Mission): Global coverage, 30–90 m resolution, freely available.
  • ASTER GDEM: Global, 30 m, based on satellite imagery.
  • Copernicus DEM: Global, 30 m, higher-res for Europe.
  • USGS NED: United States, 1–10 m, multiple sources.
  • OpenTopography: Global portal for LiDAR and high-res DEM data.

Check government or local agencies for region-specific, high-resolution datasets.

Summary

A Digital Elevation Model (DEM) is a digital, gridded dataset representing the Earth’s bare-earth surface. Critical for hydrology, engineering, disaster management, aviation, and environmental science, DEMs are created through LiDAR, photogrammetry, SAR, digitized maps, or ground surveys. DEM accuracy, resolution, and suitability depend on acquisition methods and processing quality. Understanding DEMs and their related models (DSM, DTM) is essential for any surveying or geospatial analysis project.

Further Reading & Resources

  • DSM (Digital Surface Model)
  • DTM (Digital Terrain Model)
  • LiDAR
  • Photogrammetry
  • SRTM
  • Orthorectification
  • Viewshed Analysis
  • Contour Mapping
  • Hillshade
  • Hydrological Modeling
  • Slope & Aspect
  • Raster Data

If you’re working in surveying, engineering, or GIS, a solid understanding of DEMs is essential for topographic analysis, planning, and geospatial decision-making.

Frequently Asked Questions

What is a Digital Elevation Model (DEM) used for?

DEMs are used to model the Earth's terrain for applications such as flood risk mapping, land surveying, infrastructure planning, hydrological modeling, viewshed analysis, and environmental monitoring.

How is a DEM different from a DSM or DTM?

A DEM represents the ground's bare surface, with all objects like trees and buildings removed. A DSM (Digital Surface Model) includes elevations of all surface features, while a DTM (Digital Terrain Model) may include additional vector features like breaklines and hydrography, often enhancing a DEM.

How are DEMs created?

DEMs can be created using LiDAR, photogrammetry, Synthetic Aperture Radar (SAR), digitized contour lines from maps, or direct ground surveys using GNSS and total stations.

What formats are DEMs available in?

Common DEM formats include GeoTIFF, ASCII Grid, USGS DEM, SRTM HGT, raster binary files, and, for raw data, LiDAR's LAS/LAZ. Most GIS software can open these formats.

What factors affect DEM accuracy?

DEM accuracy depends on spatial resolution, vertical accuracy, the data acquisition method, post-processing quality, and the presence of artifacts or errors in the original data.

Unlock topographic insight with DEMs

Enhance your spatial analysis and decision-making with high-quality Digital Elevation Models and advanced GIS tools.

Learn more

Digital Elevation Model (DEM)

Digital Elevation Model (DEM)

A Digital Elevation Model (DEM) is a digital representation of the Earth's bare surface topography, providing elevation values for each spatial location. DEMs a...

5 min read
Surveying GIS +5
Elevation

Elevation

Elevation is the vertical distance of a point above mean sea level, a fundamental concept in surveying, mapping, engineering, and aviation. Accurate elevation m...

9 min read
Surveying Mapping +3
Datum

Datum

A datum is a mathematical or physical reference system used in surveying, mapping, and geodesy to define the position and elevation of features on the Earth's s...

6 min read
Surveying Geodesy +5