DEM

From OCAD Wiki - English
Revision as of 15:17, 30 November 2011 by Admin (talk | contribs)
Jump to navigation Jump to search

A DEM (Digital Elevation Model) contains points with elevation data. Data collection may is done with LIDAR (Light Detection and Ranging) technology, also known as airborne laser scanning. There are DEM where points are arranged in a regular grid with a constant distance from each other. This distance is called cell size. Other DEM contain points that are arranged irregularly.

Read more about this topic: http://en.wikipedia.org/wiki/Digital_elevation_model

DEM.jpg

Import

OCAD DEM Module can Import regular and irregular DEM data files. Supported DEM formats are: ESRI ASCII Grid and xyz file. Binary files are not supported.


  1. Import a Raw data ASCII XYZ file, an ASCII Grid XYZ file, a SRTM file (*.hgt), a LAS file or an ESRI ASCII Grid file to OCAD. First use Add button to add a DEM to the DEM Import dialog.
  2. Then Analyze the DEM to get some information about the DEM like extent, cell size etc.
  3. If the source file is a regular grid (Data type of import files = Grid), the Cell size box is set to read only. OCAD sets the same cell size for the imported DEM. For irregular source DEM (Data type of import files = Raw) the cell size can be set in the cell size box. For these DEM OCAD interpolates a regular grid with the specified cell size during the import.
  4. At the end of the import procedure the imported DEM must be saved in OCAD DEM file format (*.ocdDem) and it is loaded to the OCAD map.
  5. To see the extent of the loaded DEM active Show Frame menu item.
hint The Cell size has to be an integer value. The minimum Cell size is 1m.


In Summary, for example import LAS data:

File:DEMImport.PNG
  1. Choose Import from DEM menu. The dialog box DEM Import appears.
  2. Add a DEM.
  3. Analyze the DEM and click Save.


  • Save
  • Open: Open an OCAD DEM file (*.ocdDem).
  • Show Frame: Shows blue rectangle with the extent of loaded DEM.
  • Resize:Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file.
  • Info: Shows information about OCAD DEM file.
  • Close: Close OCAD DEM file.


Open

Show Frame

Resize

Info

Close

Merge DEM

miniatur


To merge two different DEM´s, choose Merge from DEM menu.


  • DEM 1: Choose the first DEM.
  • DEM 2: Choose the second DEM.


Hint.jpg The two DEMs must have the same cell size and image clipping.

Calculate DEM Difference

miniatur
  1. Choose Calculate DEM Difference from DEM menu.
  2. The Calculate DEM Difference dialog box appears.
  3. Add Upper DEM = DOM
  4. Add Lower DEM = DEM
  5. Click OK.


To see the DEM difference choose [Classify Vegetation Height]


  • No difference between the elevation models appears black.
  • The greater the difference, the whiter it appears.


Hint.jpg Same cell size and clipping of DOM and DEM.

Create Contour Lines

miniatur
This function calculates contour lines based on the loaded DEM.
1-3 contour intervals (for example 1m, 5m, 25m) and a symbol for each can be set.
Specify the minimum and maximum contour for the calculation.

ContourLines.PNG

Create Hypsometric Map

miniatur
This function calculates a grayscale or colored hypsometric map as GeoTIFF file.
Optionally it is directly loaded as background map.


There are two different types of hypsometric maps:

  • Grayscale hypsometric map
  • Colored hypsometric map

HypsometricMap.PNG

Create Hill Shading

miniatur
This function calculates a shaded relief picture (hill shading).


There are two calculation methods available:
  • Slope shading is optimized to see outlines of features like paths in a slope.
  • Slope shading combined with oblique light shading is the recommended method if the hill shading should be used as a background relief of a map. Optionally the calculated hill shading is directly loaded as background map.


Independent from the chosen method set an Azimuth and a Declination of the light source. Usually this is 315° (north-west) and 45°. Set also an Exaggeration factor.

HillShading.PNG

Calculate Slope Gradient

miniatur
Choose Calculate Slope Gradient from DEM menu.
The Calculate Slope Gradient dialog box appears.


There are two different methods:

  • Continous (<x° = grayscale / >x° = black)
  • Black/White (<x° = white / >x° = black)


SlopeGradient.PNG

Classify Vegetation Height

Choose Classify Vegetation Height from DEM menu.


There are two different options to classify vegetation height:

  • gray scale classification
  • Colored classification

File:VegetationHeight.PNG

Legend for colored classification:

Meter statement refers to the difference between the two DEMs.
Legend VegetationHeight.PNG

Create Profile

Create Profile command is only activated if 1 line object in the map is selected. The command calculates a profile for the selected line object.
In the DEM Profile dialog box choose between Auto scale option and a manually set Scale. Turn on/off a Grid.
The Elevation factor is a scale factor between the vertical and horizontal profile axis. The Elevation resolution and the Length resolution are filter that influence the calculation to of total ascent and total descent. These resolution values should not be more accurate than the elevation resolution and cell size of the DEM.
It is possible to Add the profile to the actual OCAD map, to Export it as *.ocd, *.bmp or *.gif file or to Print it.
hint DEM Profile dialog is a non-modal dialog. The user can switch between it and OCAD map window. It is possible to edit the selected line object in the OCAD map. Click Update button in the DEM Profile dialog to see the profile for the edited object.

Export

DEMExport.PNG

Export OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.


Previous Chapter: Printing Maps

Next Chapter: GPS

Back to Main Page