Digital Elevation Model (DEM)

Surveying GIS Remote Sensing Topography

Digital Elevation Model (DEM)

A Digital Elevation Model (DEM) is a structured, digital representation of the Earth’s bare surface topography, in which each spatial location is assigned a single elevation value relative to a defined vertical datum. Typically encoded as a two-dimensional raster grid, a DEM provides a quantitative, spatially continuous depiction of the terrain, facilitating a range of analytical, modeling, and visualization tasks in fields such as surveying, hydrology, civil engineering, and geographic information systems (GIS).

DEMs exclude surface features like vegetation, buildings, and infrastructure—offering a “bare-earth” view that is essential for applications focused on ground surface processes. Each DEM is referenced to a horizontal coordinate system (such as WGS84 or UTM) and a vertical datum (such as mean sea level or a geoid model), ensuring consistent elevation values across datasets and applications.

The spatial resolution of a DEM—defined as the ground area represented by each grid cell or pixel—is a critical parameter. High-resolution DEMs (1 m or finer) reveal detailed terrain features, while coarser DEMs (30–90 m) are suitable for regional to global analyses. DEM accuracy is governed by both vertical and horizontal precision, which depend on the data acquisition method (e.g., lidar, photogrammetry, radar, or ground survey) and the quality of processing.

The universality, accessibility, and versatility of DEMs make them a foundational resource for:

  • Generating contour lines
  • Hydrological modeling (drainage, catchment, and watershed analysis)
  • Flood risk assessment
  • Slope, aspect, and terrain analysis
  • Orthorectification of aerial/satellite imagery
  • Infrastructure and land-use planning
  • 3D visualization and simulation of earth processes

Digital Surface Model (DSM)

A Digital Surface Model (DSM) represents the elevation of the Earth’s surface including all features above the ground, such as buildings, vegetation, and other structures. DSMs are produced by remote sensing techniques (e.g., lidar, photogrammetry, radar), capturing the “first returns” from the sensor. They are essential for applications in urban planning, forestry, telecommunications (line-of-sight analysis), solar analysis, and any task where the total surface elevation—including canopies and structures—is needed.

Digital Terrain Model (DTM)

A Digital Terrain Model (DTM) builds upon the DEM by incorporating additional vector-based terrain information, such as breaklines (lines of abrupt slope change), spot heights, and hydrological features. DTMs may be represented as raster grids or Triangulated Irregular Networks (TINs), and are particularly valuable in engineering, hydrology, and design applications where detailed topographic fidelity is required.

Raster Grid in DEMs

The raster grid is the predominant format for DEMs, partitioning the terrain into a regularly spaced matrix of cells, each storing a single elevation value. Raster grids enable efficient storage, spatial analysis, and integration with other raster datasets (e.g., satellite imagery, land cover). Common conventions are RasterPixelIsArea (cell value represents average elevation over the cell’s area) and RasterPixelIsPoint (cell value at the cell center).

DEM Resolution

DEM resolution refers to the ground area each grid cell represents, typically in meters. Higher resolutions (1 m or less) provide greater detail for fine-scale analysis, while lower resolutions (30–90 m) are suitable for regional or continental studies. The choice of resolution depends on project requirements, area of interest, and available data.

Vertical Accuracy and Error Metrics

Vertical accuracy quantifies how closely DEM elevation values match true ground elevations, often measured by Root Mean Square Error (RMSE) against ground truth points. Accuracy is influenced by sensor type, data processing, surface conditions, and datum consistency. High-precision DEMs (e.g., lidar-derived) can achieve sub-meter RMSE, while radar-based products (e.g., SRTM) may exhibit larger errors, especially in vegetated or steep terrain.

DEM Data Formats

Common DEM formats include:

  • GeoTIFF: Georeferenced, widely supported by GIS software, allows metadata embedding and lossless compression.
  • ESRI GRID: Proprietary Esri format for ArcGIS environments.
  • IMG: Efficient for large raster datasets, supports multiple bands.
  • ASCII Grid: Simple text-based, human-readable, easy to edit but less efficient for large datasets.

The format is chosen based on software compatibility, data size, and workflow needs.

Ground Surveying for DEM Creation

Ground surveying uses instruments like total stations and GNSS receivers to measure elevation points with high accuracy, which are then interpolated into a DEM. This method offers the highest precision for small areas, construction sites, or legal boundary surveys, and is often used to calibrate or validate remotely sensed DEMs.

Photogrammetry and DEM Generation

Photogrammetry reconstructs elevation from overlapping aerial or satellite images (stereo pairs) through feature-matching and triangulation. Modern digital workflows and drones have made photogrammetry cost-effective for high-resolution DEMs, particularly where lidar is unavailable.

Lidar-Derived DEMs

Lidar (Light Detection and Ranging) uses airborne or terrestrial laser scanning to generate dense point clouds. After classifying ground points, these are interpolated to a high-resolution DEM with sub-meter accuracy. Lidar DEMs are the gold standard for detailed terrain mapping, especially under vegetation or in complex topography.

Lidar-derived DEM example (Bitterroot National Forest)

Synthetic Aperture Radar (SAR) and DEMs

Synthetic Aperture Radar (SAR) produces DEMs using radar pulses from satellites or aircraft. Interferometric SAR (InSAR) calculates elevation from phase differences between multiple images. SAR-based DEMs, such as SRTM and TanDEM-X, provide global coverage and are invaluable in areas with persistent cloud cover or where optical methods are ineffective.

Unmanned Aerial Systems (UAS) and DEMs

Unmanned Aerial Systems (UAS)/drones support local-scale, high-resolution DEM generation. By capturing overlapping images and applying Structure-from-Motion (SfM) photogrammetry, drones can produce centimeter-level DEMs suitable for construction, environmental monitoring, and disaster response.

DEM created by UAS

Post-Processing in DEM Creation

Post-processing steps—such as ground classification, interpolation, smoothing, noise removal, and quality control—are essential for producing accurate, artifact-free DEMs. Hydrological enforcement (stream burning), integration of breaklines, and manual editing may be carried out to preserve critical terrain characteristics, especially for engineering-grade models.

Applications of DEMs in Surveying

DEMs underpin a wide array of surveying and mapping activities:

  • Contour generation and elevation profiling
  • Cut-and-fill calculation for earthworks
  • Site grading and drainage design
  • Orthometric correction of GNSS elevations
  • Boundary and property mapping
  • Detection of ground deformation, subsidence, or uplift

Further Reading

Demonstrably, DEMs are a cornerstone of modern geospatial science, enabling accurate, efficient, and scalable characterization of the Earth’s surface for countless applications across surveying, engineering, environmental management, and beyond.

Frequently Asked Questions

What is the difference between a DEM, DSM, and DTM?

A DEM (Digital Elevation Model) represents the bare-earth surface, excluding features like trees and buildings. A DSM (Digital Surface Model) includes all objects on the surface, such as vegetation and structures. A DTM (Digital Terrain Model) is an enhanced DEM that may incorporate breaklines and additional topographic features, often used in engineering applications.

How are DEMs created?

DEMs are produced using methods such as ground surveying, photogrammetry (stereo image analysis), lidar (laser scanning), and radar (e.g., InSAR). Each method has advantages in terms of resolution, accuracy, cost, and area coverage.

What are the main applications of DEMs?

DEMs are used in surveying, infrastructure planning, hydrological modeling, flood risk assessment, watershed delineation, slope and aspect analysis, orthorectification of imagery, forestry, urban planning, and disaster management.

How is DEM accuracy measured?

DEM accuracy is primarily measured by vertical accuracy, typically using metrics like Root Mean Square Error (RMSE) compared to ground truth data. Horizontal accuracy and consistency with reference datums are also important for reliable analyses.

What formats are commonly used for DEM data?

Popular DEM formats include GeoTIFF, ESRI GRID, IMG, and ASCII Grid. Each format offers different advantages for compatibility, metadata support, and file size optimization.

What resolution should I choose for my DEM?

DEM resolution should match your project requirements. High-resolution DEMs (e.g., 1 m) are ideal for site-specific or engineering tasks, while coarser resolutions (e.g., 30–90 m) suffice for regional or global studies.

Leverage high-precision DEMs in your surveying and GIS projects

Access, analyze, and integrate the latest elevation data for accurate site planning, modeling, and visualization. Discover how our tools and expertise can help you harness the full potential of digital elevation models.

Learn more

Digital Elevation Model (DEM)

Digital Elevation Model (DEM)

A Digital Elevation Model (DEM) is a digital representation of the Earth's bare-earth topography, foundational for surveying, GIS, and spatial analysis. DEMs ar...

6 min read
Surveying GIS +3
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
Vertical Datum

Vertical Datum

A vertical datum is a reference surface used for consistent elevation measurements in surveying, mapping, and engineering. It enables accurate integration of sp...

6 min read
Surveying Mapping +3