Framework project: Digital Elevation Models (DEMs)

CopDEM virtual tiles

This post is an instruction for creating virtually expanded tiles for the Copernicus DEM (CopDEM) 90 m projected to projection system ease2n (EASE 2 grid North). The core process used is gdalbuildvrt automatically iterated from within Karttur’s GeoImagine Framework.

Introduction

The tiles produced in the previous post fit seamlessly wall-to-wall. Many DEM derived landscape properties rely on adjacent cells or even the full region representing all upstream cells. As part of Karttur’s GeoImagine Framework you can create expanded virtual tiles by mosaicking the edges of the adjacent tiles. The basic approach is summarised in the post Mosaics for avoiding edge effects.

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.