“DEM(digital elevation models) represents raster data where each cell value depicts elevation”
From DEM we generate useful by-products which can help us understand the terrain. Example of products generated from DEM's are slope, aspects map.
In this module, we explore how to derive drainage maps and delineate a catchment area from
the DEM.
Goal: To determine the streams and catchment area for swellendam.
Data: SRTM
Name | Expectation |
---|---|
Fill sinks algorithm |
Fill sinks (wang and liu) |
Flow style |
d8_flow_directions.qml |
Strahler alg |
Strahler order |
Raster calculator in Context |
"strahler@1" >= 7 |
Channels alg |
Channel network and drainage basins |
plugins |
Coordinate capture,geocoding |
Slope alg |
Upslope area |
Raster data is pixel based and it includes aerial and satellite imagery. Raster data can be classified as continuous and discrete. Population density represents discrete raster while elevation and temperature represents continuous data.
Digital elevation represents a thematic raster where each cell values depicts the height above sea level. Raster datasets can be processed to derive other products e.g. slope, aspect map from DEM. For satellite raster, users can process the layer to derive land cover maps and land use maps.
Geoprocessing analysis is performed to recondition the digital elevation model and generate data on flow direction, flow accumulation, streams, stream segments, and watersheds. These data are then be used to develop a vector representation of catchments and drainage lines from selected points that can then be used in network analysis
What does the abbreviation DEM stand for:
Which of these represents a derivative of a digital elevation model:
Are plugins accessible in the processing toolbox of QGIS:
Download the sample data for the lesson.