WMS:Converting DEMs: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
(No difference)

Revision as of 18:23, 11 October 2008

Converting DEMs to TINs

All DEM Points

Using the Conversion | DEM->TIN command from the DEM menu, you can convert all of your DEM cell points to TIN vertices and triangulate. In general it is not efficient to do this, but it may be desirable to create the TIN for use in extracting cross sections for a hydraulic model, or other purposes where a TIN is required. More efficient ways of converting DEMs to a TIN include using a bounding polygon and interior breakline arcs (i.e. streams and/or ridges), or filtering out less important elevation points using the Filtered DEM Points command.

Filtered DEM Points

An alternative to converting every DEM elevation to a TIN vertex (especially for very large DEMs) is to filter out DEM points where the curvature in the terrain between elevation points is small (i.e. a relatively constant slope). The filter algorithm is based on Southard (1990) where a second difference (difference of differences) is computed for each of the eight neighbors (adjusted appropriately for DEM points on the boundary or corners). This second difference is the second derivative of elevation or curvature (the first difference is slope) and represents large changes in slope.

A filter rank is then specified to determine the sensitivity. By default the filter rank is 5 which means a point will be kept if 5 or more of the 8 neighbors have a lower curvature. The maximum value for the rank is 8, meaning the point is only kept if all 8 neighbors have lower curvature, and the minimum is 0, meaning all points will be kept. By adjusting based on a rank and not just the magnitude of curvature, points in flatter areas where curvature may be small, but is changing rapidly relative to the points around it.

File:WMSImage80.png

DEM Contours to Feature Objects

The DEM Contours to Feature Objects command (Conversion - DEM Contours->Feature... command from the DEM menu) converts the current linear contours from the DEM to a series of Feature Arcs which could then be exported as a shapefile. Feature arcs carry an elevation attribute and the elevation of the contour is stored in this attribute. When exporting the arcs as a shapefile the elevation attribute field will be saved automatically.

Related Topics