DTM (Digital Terrain Model)
Mar 7,2026
GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.
Introduction
DTM (Digital Terrain Model) is a type of geospatial data model that numerically represents the topography of the earth's surface. It records terrain relief, slopes, and topographic features in digital format, primarily focusing on ground elevation information, and is used for terrain analysis and geographic information processing. DTMs are typically expressed in formats such as grid-based raster data or TIN (Triangulated Irregular Network), and are characterized by representing "bare earth terrain" excluding features such as buildings and trees. They are often generated from survey data, airborne laser surveying (LiDAR), satellite remote sensing, and play an important role as foundational data in GIS and geographic analysis fields.
File Structure
DTM (Digital Terrain Model) consists of multiple data elements that constitute the numerical representation of terrain. The main components are as follows:
- Elevation Data: Basic data storing height information of the earth's surface, expressed as grid cells or irregular point clouds. Each cell or point is assigned an elevation value (typically in meters).
- Grid Structure: Many DTMs are composed of a regular grid structure, with each cell having a fixed spatial resolution. This allows for continuous representation of elevation distribution.
- TIN Structure (Triangulated Irregular Network) : A structure that connects irregularly arranged elevation points through a triangular network, enabling more precise representation of complex terrain.
- Metadata: Includes information such as data creation date, resolution, coordinate system, and data acquisition method, indicating data reliability and usage conditions.
- Coordinate Reference System: A coordinate reference system such as WGS84 or UTM is set to define which location in geographic space the DTM data represents.
- Derived Terrain Parameters: Terrain indices such as slope, aspect, and curvature calculated from the DTM, used for terrain analysis and environmental analysis.
Pros
- High-precision terrain representation: Since DTMs directly represent the earth's surface excluding buildings and vegetation, they can accurately reproduce terrain relief and topographic structures.
- Suitability for terrain analysis: Can be used as foundational data for executing various terrain analyses such as slope, watershed analysis, and viewshed analysis.
- Diverse data sources: Can be created from multiple observation methods including aerial surveying, LiDAR, and satellite data, flexibly accommodating both wide-area and local scales.
- High compatibility with GIS: DTM is a data format standardly handled in many GIS software programs, allowing easy integration with geospatial analysis and visualization.
- Applications in environmental and disaster prevention fields: Plays an important role in disaster prevention planning and environmental management, such as flood simulation, landslide prediction, and watershed analysis.
Cons
- High data creation costs: Creating high-precision DTMs requires airborne laser surveying or precision surveying, which can result in high data acquisition costs.
- Large data capacity: High-resolution DTMs involve enormous amounts of data, requiring significant computational resources for storage and processing.
- Constraints on update frequency: When terrain changes occur (landslides, land development, etc.), resurveying is required to update the DTM, making real-time updates difficult.
- Lack of feature information: Since DTMs represent only the earth's surface, a limitation is that they do not directly include feature information such as buildings or vegetation.
Application Scenario
DTM (Digital Terrain Model) is used in various geospatial fields centered on terrain analysis. For example, in hydrological research such as flood risk assessment and watershed analysis, it is utilized to analyze water flow and catchment areas based on surface elevation distribution. Additionally, in urban planning and infrastructure design, it is used as foundational data for understanding terrain conditions during road construction and land development. Furthermore, it plays important roles in fields such as forest management, environmental monitoring, mining development, and military terrain analysis. In recent years, it has also been used as foundational data for 3D terrain visualization and digital twin cities, being widely utilized as fundamental data in GIS and geospatial information technology.
Example
1. Image of a portion of a Digital Orthophoto Quadrangle of Washington, D.C.
2. Example of a DTM file.

File Opening Mode
1. Lunigiana DTM created in QGIS using GeoBlog LiDAR data.

Related GIS Services
Web Coverage Service (WCS)
Web Feature Service(WFS)
Web Map Tile Service (WMTS)
Tile Map Service (TMS)
References
- https://en.wikipedia.org/wiki/Digital_elevation_model
- https://gdal.org/en/stable/tutorials/raster_dtm_tut.html
- https://www.datumate.com/glossary/digital-terrain-model-dtm/