Short Answer:
A Digital Elevation Model (DEM) is created by collecting elevation data from the Earth’s surface using methods like satellite imagery, LiDAR, GPS surveys, or photogrammetry. The collected height values are arranged into a grid format where each cell represents the elevation at that specific point.
To create a DEM, raw data is first gathered, then processed to remove errors and converted into a continuous surface using GIS software. This model helps engineers and planners analyze land slopes, design roads, manage drainage, and understand terrain conditions in a digital format.
Detailed Explanation:
Creating a digital elevation model (DEM)
A Digital Elevation Model (DEM) is a computer-based representation of the Earth’s ground surface, showing the height (elevation) of each point in a selected area. It is built using elevation data collected through various surveying and remote sensing techniques. DEMs are used widely in civil engineering for terrain analysis, land development, flood modeling, and infrastructure planning.
Creating a DEM involves several steps, starting from data collection to processing and final visualization. The goal is to produce an accurate surface model that represents real-world elevation in digital form.
Steps to create a DEM
- Data collection
The first step is gathering elevation or height data from the Earth’s surface. Common methods include:
- LiDAR (Light Detection and Ranging): Sends laser pulses from an aircraft to the ground and measures the time taken to return. It is very accurate and captures fine details.
- Photogrammetry: Uses overlapping aerial or drone photographs to measure ground elevations using image-matching techniques.
- Satellite imagery: Satellite missions like SRTM (Shuttle Radar Topography Mission) provide large-scale elevation data for free use.
- Ground surveys: Traditional methods using GPS, total stations, or leveling tools to measure point-by-point elevations.
- Data cleaning and filtering
Raw data often includes errors, noise, or points that are not part of the ground surface (like trees or buildings). These are removed during the cleaning process. For DEMs, we only need the bare earth data, not surface features like structures or vegetation. - Interpolation
After cleaning, the elevation points are scattered and not in a regular pattern. So, software tools perform interpolation, which estimates the elevation of unknown points by using the known ones nearby. This helps in creating a continuous surface grid. Common interpolation methods include:
- Inverse Distance Weighting (IDW)
- Kriging
- Triangulated Irregular Network (TIN)
- Gridding and model creation
The elevation data is then converted into a regular grid of square cells (pixels). Each pixel holds one elevation value. The size of the grid cell defines the resolution—smaller cells give more detail. The final product is a raster file representing the surface elevations, which is the Digital Elevation Model. - Visualization and analysis
The DEM can be viewed and analyzed in GIS software. It can display slope, aspect (direction of slope), contours, hillshade, or 3D surface views. These are helpful in civil engineering to:
- Design roads and buildings according to slope
- Plan drainage systems
- Calculate cut and fill volumes
- Perform flood risk analysis
Applications of DEM in civil engineering
- Topographic analysis: Understanding natural terrain features before planning.
- Hydrology: Identifying water flow paths, watersheds, and drainage basins.
- Road and infrastructure design: Planning routes with minimal elevation change.
- Urban development: Evaluating suitable areas for construction.
- Disaster management: Simulating landslides, floods, or erosion zones.
Conclusion:
A Digital Elevation Model (DEM) is created by collecting elevation data using LiDAR, GPS, photogrammetry, or satellites, followed by cleaning, interpolation, and converting into a regular grid. DEMs are essential in civil engineering for understanding terrain, managing construction, and analyzing land behavior. They help make accurate decisions by providing a digital view of the Earth’s surface elevations.