WMS:Streams: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 2: Line 2:


Because TINs are created from a sparse set of points, it is often difficult  to explicitly define channel edges, particularly in urban areas where well  defined channels may not even exist. For this reason, a stream can be created by  manually selecting a set of vertices which defines a channel. This method also  allows a street or storm drain to be incorporated into the TIN and used as part  of the "stream network."
Because TINs are created from a sparse set of points, it is often difficult  to explicitly define channel edges, particularly in urban areas where well  defined channels may not even exist. For this reason, a stream can be created by  manually selecting a set of vertices which defines a channel. This method also  allows a street or storm drain to be incorporated into the TIN and used as part  of the "stream network."
==Create Streams==
When the '''Create Streams''' command is chosen, a stream  network for the current selected string of TIN vertices is created. The vertex  string is made by connecting points which are known to lie in a stream, street,  or other drainage structure. If the entered vertex string crosses triangle  edges, the user will be asked if he wishes to insert a [[WMS:TIN Breaklines|breakline]]. The  breakline is inserted by creating new points where the line crosses a triangle  edge. The elevation of the new points is determined by linear interpolation  along the edge. Inserting the breakline in this fashion alters the topology  without affecting the geometry.
Since flow through a stream network is defined strictly by the “linked” set  of vertices, a downstream vertex does not even have to be lower than the  upstream vertex. However, care should be taken to ensure that the general  direction of the stream is downhill. The intent of creating streams in this  fashion is to eliminate the need of defining a continuous set of channel edges  with the TIN editing techniques described above. This type of stream creation is  particularly important when doing basin delineation for urban areas.
==Deleting Stream Segments==
The '''Delete Stream Segments''' command deletes the segment of the stream between two selected stream nodes. An outlet point is inserted at the upstream node. If a single stream node is selected this command deletes the portion of the stream network from the selected stream node upward, including the selected stream node.


==Related Topics==
==Related Topics==
Line 7: Line 17:
* [[WMS:Defining Basins (TINs)|Defining Basins]]
* [[WMS:Defining Basins (TINs)|Defining Basins]]
* [[WMS:Creating Reservoirs (TINs)|Reservoirs]]
* [[WMS:Creating Reservoirs (TINs)|Reservoirs]]
* [[WMS:TIN Create Streams|Create Streams]]
* [[WMS:Deleting Stream Segments|Deleting Stream Segments]]
* [[WMS:Deleting Stream Segments|Deleting Stream Segments]]



Revision as of 19:33, 21 January 2013

Streams can be defined for a TIN by manually connecting, or linking, consecutive channel edges together. They appear similar to stream feature arcs, but are not. On a TIN the streams are defined simply as connected vertices.

Because TINs are created from a sparse set of points, it is often difficult to explicitly define channel edges, particularly in urban areas where well defined channels may not even exist. For this reason, a stream can be created by manually selecting a set of vertices which defines a channel. This method also allows a street or storm drain to be incorporated into the TIN and used as part of the "stream network."

Create Streams

When the Create Streams command is chosen, a stream network for the current selected string of TIN vertices is created. The vertex string is made by connecting points which are known to lie in a stream, street, or other drainage structure. If the entered vertex string crosses triangle edges, the user will be asked if he wishes to insert a breakline. The breakline is inserted by creating new points where the line crosses a triangle edge. The elevation of the new points is determined by linear interpolation along the edge. Inserting the breakline in this fashion alters the topology without affecting the geometry.

Since flow through a stream network is defined strictly by the “linked” set of vertices, a downstream vertex does not even have to be lower than the upstream vertex. However, care should be taken to ensure that the general direction of the stream is downhill. The intent of creating streams in this fashion is to eliminate the need of defining a continuous set of channel edges with the TIN editing techniques described above. This type of stream creation is particularly important when doing basin delineation for urban areas.

Deleting Stream Segments

The Delete Stream Segments command deletes the segment of the stream between two selected stream nodes. An outlet point is inserted at the upstream node. If a single stream node is selected this command deletes the portion of the stream network from the selected stream node upward, including the selected stream node.


Related Topics