This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
introduction_definitions_and_data_structure_dem [2017/05/14 21:14] efox |
introduction_definitions_and_data_structure_dem [2017/05/20 13:59] (current) efox |
||
---|---|---|---|
Line 12: | Line 12: | ||
====== DEM ====== | ====== DEM ====== | ||
* is a digital model or 3D representation of a terrain' | * is a digital model or 3D representation of a terrain' | ||
- | * DEM can be represented as a raster (a grid of squares, also known as a heightmap when representing elevation) or as a vector-based triangular irregular network (TIN). The TIN DEM dataset is also referred to as a primary (measured) DEM, whereas the Raster DEM is referred to as a secondary (computed) DEM.[9] The DEM could be acquired through techniques such as photogrammetry, | + | * DEM can be represented as a raster (a grid of squares, also known as a heightmap when representing elevation) or as a vector-based triangular irregular network (TIN). The TIN DEM dataset is also referred to as a primary (measured) DEM, whereas the Raster DEM is referred to as a secondary (computed) DEM. The DEM could be acquired through techniques such as **photogrammetry, |
* The values X, Y are referred to a coordinate system, usually a cartographic projection system | * The values X, Y are referred to a coordinate system, usually a cartographic projection system | ||
Line 31: | Line 31: | ||
* empty areas, without heigh information | * empty areas, without heigh information | ||
* data error, snow | * data error, snow | ||
- | | + | ===== review of the surface feature types that can be used to build a TIN surface. ===== |
+ | |||
+ | ==== Mass Points (spot points) and Breaklines ==== | ||
+ | | ||
+ | * Mass points are point height measurements; | ||
+ | * TINs allow you to model heterogeneous surfaces efficiently by including more mass points in areas where the surface is highly variable and fewer in places where the surface is less variable. The example below shows mass points categorized by the height attribute. | ||
+ | * **Breaklines** are linear features that may be used to maintain the smoothness or continuity of a surface (soft breaklines) or to describe a change in the smoothness or continuity of a surface, especially at the intersection between two surfaces with distinctly different slopes (hard breaklines) | ||
+ | * Breaklines, shown below, are lines with or without height measurements. They become sequences of one or more triangle edges. Breaklines typically represent either natural features, such as ridgelines or streams, or built features, such as roadways. There are two kinds of breaklines: hard and soft. | ||
+ | * HARDLINES: Hard breaklines represent a discontinuity in the slope of the surface. Streams and road cuts could be included in a TIN as hard breaklines. Hard breaklines capture abrupt changes in a surface and improve the display and analysis of TINs. | ||
+ | * SOFTLINES: Soft breaklines allow you to add edges to a TIN to capture linear features that do not alter the local slope of a surface. Study area boundaries could be included in a TIN as soft breaklines to capture their position without affecting the shape of the surface. | ||
+ | * **Hulls** are polygons represent surface features with area—such as lakes—or boundaries (hulls) of separately interpolated areas. Hulls could define the shores of individual islands in an archipelago, | ||
+ | * **Hydro breaklines** are commonly used to define the land‐water interface. This is especially relevant with LiDAR because LiDAR elevations on water are unreliable, i.e., sometimes the LiDAR measures the top of the water, sometimes it penetrates somewhat below the water surface, sometimes there is spectral reflectance, | ||
+ | * **Polygon surface feature types** | ||
+ | * clip, erase, fill, replace | ||
+ | |||
+ | ====== DEM Mapping of Hydrographic Features ====== | ||
+ | - hydro-enforcement | ||
+ | * Hydro‐enforcement is a modification of the traditional topographic DEM (Hydro‐flattened DEM) that produces hydrologic surfaces that are fundamentally different at a functional level. Hydrologic surfaces are identical to topographic surfaces in many respects, but differ significantly from a topographic DEM (where roadways over culverts are included in the surface as part of the landscape). From the hydrologic perspective, | ||
+ | - hydro-flattening | ||
+ | * Hydro‐flattening is the process of creating a LiDAR‐derived DEM in which water surfaces appear / behave as they would in traditional topographic DEMs created from photogrammetric digital terrain models (DTMs). A hydro‐flattened DEM is a topographic DEM and should not be confused with hydro‐enforced or hydro conditioned DEMs, which represent hydrologic surfaces. | ||
+ | - hydro-conditioning | ||
+ | |||
+ | ====== surfaces ====== | ||
+ | ===== topographic ===== | ||
+ | * Stereo DTM | ||
+ | * built from masspoints and breaklines | ||
+ | * much coaser resolution than lidar | ||
+ | * most notably, the flat water surfaces | ||
+ | * pure LIDAR | ||
+ | * DEM created only with lidar points | ||
+ | * surface contains extensive triangulation artifacts (" | ||
+ | * cause by the absence of lidar returns of the water, breakline contrains that would define buildings, water, etc | ||
+ | * estecically and cartographicaly unacceptable by the most users | ||
+ | * hydro flattened | ||
+ | * Intent is to support the development of a consistent, acceptable character within the NED, suitable for contouring | ||
+ | * Removes the most offensive pure lidar artifacts: those in the water | ||
+ | * constant elevation for waterbodies | ||
+ | * wide streams and rivers are flattened bank-to-bank and forced to flow downhill | ||
+ | * The accuracy is zero | ||
+ | * building voids are too costly to correct | ||
+ | * full breaklines | ||
+ | * removed artifacts from building voids | ||
+ | * refines the delineation of roads, single-line drainages, ridges, bridge crossing, etc... | ||
+ | * requires the development of large number of additional detailed braklines | ||
+ | * a higher quality topographic surface, but significantly more expensive | ||
+ | * not cost effective for NED | ||
+ | ===== hydrologic surface ===== | ||
+ | * hydro enforced | ||
+ | * Surface used by engineers in Hydraulic and Hydrologic (H&H) modeling | ||
+ | * not for traditional mapping (contours, etc...) | ||
+ | * hydro conditioned | ||
+ | * similar to hydro enforced, but with filled sinks | ||
+ | * flow is continuous across the entire surface | ||
+ | |||
+ | ====== data structure ====== | ||
+ | |||
+ | * TIN | ||
+ | * Quadtree | ||
+ | |||
+ | |||
+ | |||
+ |