Glossary

This section defines key terms used throughout the documentation. We recommend reading this glossary in order, as most terms build off of previous definitions.


Stream Segments

A stream segment approximates a stream bed in a drainage area. Each stream segment consists of a set of points that proceed from upstream to downstream. When multiple segments meet at a confluence point, then the upstream segments end just before the confluence, and a new segment begins at the confluence. Stream segments are well-represented as LineString (also known as Polyline) features.

Seven line segments connect to form a stream segment network.

Seven stream segments in a network


Local Drainage Network

A local drainage network is a subset of stream segments that exhibit flow connectivity. Each segment in a local network flows directly into another local segment and/or has another local segment flow directly into it. It is common for a stream segment network to consist of multiple local drainage networks. Note that the distinguishing characteristic of a local network is connectivity, rather than flow paths. As such, it is possible for a local network to be downstream of another local network. So long as the segments in the two networks do flow directly into one another, the networks are considered distinct, even if one network eventually flows into the other.

Seven stream segment connect to form a local drainage network.

A local drainage network consisting of 7 stream segments.


Upstream Parents

A segment’s upstream parents are the segments that flow immediately into the segment. A segment may have no parents (if it is at the top of its local drainage network), or multiple parents (if the segment begins at a confluence point). The key characteristic of a parent is immediate upstream connectivity. An upstream segment that flows into the current segment via intermediate segments is not a parent of the current segment.

A stream segment is indicated with a dotted line. Arrows point at the two stream segments immediately upstream.

The two parent segments of the dotted segment. Note that the segments further upstream are not parents because they do not flow immediately into the dotted segment.


Downstream Child

A segment’s downstream child is the segment that it flows immediately into. A segment may have at most one child. A terminal segment (a segment at the bottom of a local drainage network) will not have a child. The key characteristic of a child is immediate downstream connectivity. If the current segment flows into a downstream segment via intermediate segments, then the downstream segment is not a child of the current segment.

A stream segment is indicated with a dotted line. An arrow points at the segment immediately downstream.

The single child segment of the dotted segment. Note that the next most downstream segment is not a child because the dotted segment does not flow immediately into it.


Outlets

An outlet is the final, most downstream point in a stream segment. All points that eventually flow into the stream segment will eventually flow through the outlet (and the outlet is the most upstream point at which this is the case). When multiple segments join at a confluence, then the upstream outlets are just before the confluence point. As such, no two stream segments will share the same outlet point. Outlets are well-represented as point features.

A black point is drawn at the bottom of each stream segment.

The black dots mark the outlet points of the segments in the network.


Terminal Outlet

A terminal outlet is the outlet point of a local drainage network. The segment associated with the outlet is sometimes referred to as a “terminal segment”. All the stream segments in a local network share the same terminal outlet. As such, the terminal outlets are a subset of the complete set of segment outlets, and the terminal outlet for a segment is not necessarily the same as the segment’s outlet. Terminal outlets are well-represented as point features.

A single black point is drawn at the bottom of the segment that is farthest downstream.

The black dot marks the terminal outlet point for the local drainage network.


Catchment Basin

The catchment basin for a stream segment is the complete set of points that eventually drain into the segment’s outlet. If a stream segment has upstream parents, then its catchment basin will include the (necessarily) smaller catchment basins of the parents. Catchment basins are well-represented as Polygon features.

A stream segment is indicated with a dotted line. A grey polygon covers the upstream areas draining into this segment.

The grey polygon indicates the catchment basin of the dotted segment. All points in the catchment polygon eventually drain into the segment’s outlet point (black dot).


Terminal Outlet Basin

A terminal outlet basin is the catchment basin for a terminal segment. This is the complete set of points that eventually drain into the terminal outlet point of a local drainage network. All the stream segments in a local network are associated with the same terminal outlet basin. As such, the terminal outlet basins are a subset of the complete set of segment catchment basins. Note that a given segment’s catchment basin will be a subset of the points in its terminal outlet basin. Terminal outlet basins are well-represented as Polygon features.

The terminal segment is indicated with a dotted line. A grey polygon covers the upstream areas draining into this segment.

The grey polygon indicates the terminal outlet basin for the local drainage network. This is the catchment basin of the terminal segment (dotted line). All points in the catchment polygon eventually drain into the terminal outlet point (black dot).