Framework project: Digital Elevation Models (DEMs)

CopDEM hydro correction

This post is an instruction for hydrological correction of DEM data using GRASS GIS from inside Karttur’s GeoImagine Framework.

Introduction

Digital Terrain Models (DTMs) are widely used for routing water flow through the landscape. Ideally the hillside and its valley should show progressively lower elevations until the stream empties in a larger river and then the sea. This is, however, seldom the case and most DTMs will contain artificial smaller pits and larger depressions. Water levels are notoriously difficult to capture. In side looking Synthetic Aperture Radar (SAR) data (the most common source method fore deriving global DEMs), water surfaces are often depressed relative to other surfaces. Vegetated ground, on the other hand, is often elevated as the true terrain level is hidden below a dense canopy.

This manual covers how to use GRASS GIS and Karttur’s GeoImagine Framework for hydrological correction of DTMs.

Prerequisits

You must have installed Karttur’s GeoImagine Framework, and then imported and tiled the DEM.

Tiling and reprojection

The Framework process MosaicAdjacentTiles expands all tiles of the defined composition and within the defined region. The expansion is accomplished by creating a virtual tile that centres on an original tile and then adds the edges of all 8 neighbours. By default the added edge has a width of 101 cells. The width, given as number of tiles, can be changed by the parameter overlap.


Next step

With the virtually expanded tiles prepared, the next step loops over them and create full size tiles using GRASS GIS and then performs a set of different GRASS script on each. The output result is then reduced in spatial extent to the original tile and exported from GRASS and back into the Framework system.