River Networks
Definition
A river network is a connected set of streams and rivers represented as directioned lines that route water and material from headwaters to outlets. In GIS the network is usually derived from a hydrologically conditioned DEM by computing flow direction and accumulation, carving known channels, and thresholding to pick perennial and intermittent segments. Each reach carries attributes such as order, slope, bankfull width, floodplain index, and catchment ID. Topology rules ensure that tributaries join main stems at confluences, that flow direction is consistent, and that gaps are not present. Because the network is a graph, it supports upstream tracing, pollutant travel time estimates, and habitat connectivity analysis.
Application
Flood models route hydrographs through the network to predict inundation. Water quality teams track nutrient sources and temperature refuges. Navigation agencies maintain depths and bridge clearances on navigable segments. Conservation groups model fish passage, dam removal benefits, and spawning distances. Emergency managers plan spill response using travel time isochrones and dam breach simulations. Urban planners integrate storm drains and daylighted creeks to understand compound flooding in mixed natural and built systems.
FAQ
What is the difference between Strahler and Shreve stream ordering?
Strahler order increases only when two streams of the same order meet, so headwaters are order 1 and main stems reach high orders slowly. Shreve magnitude sums all upstream first‑order tributaries, so it grows with contributing count regardless of confluence symmetry. Strahler reflects branching hierarchy, while Shreve reflects cumulative drainage.
How do you enforce connectivity and direction in a river network dataset?
Snap line endpoints at confluences within a small tolerance, ensure single direction attributes like from‑node to to‑node follow downslope, and build a geometric network or topological rules that forbid dangles except at sources and mouths. Where culverts or braided channels exist, include explicit connectors or relationship classes to maintain flow continuity.
How can gauging station time series be integrated with the network for modeling?
Geocode stations to the correct reaches, associate them with unique identifiers and drainage areas, and attach rating curves. Use the network to compute upstream contributing area and distance between gauges, then calibrate rainfall‑runoff and routing models. Interpolation along the network can estimate flows at ungauged points with uncertainty intervals.
What pitfalls occur when mapping ephemeral streams and urban drains from elevation data alone?
Dryland channels activate only during storms and can be masked by vegetation or human grading, so DEM thresholds often miss them. In cities, storm sewers short circuit surface flow and create sinks that DEM filling hides. Combine elevation with high resolution imagery, field notes, and infrastructure maps, and label segments with flow permanence classes.
SUPPORT
© 2025 GISCARTA