Example - Build segments along channel for reach analysis
Scenario
As a river ecologist\geomorphologist you will likely want to segment the river centreline to aid in reach analysis such as: computing slope, analysing adjacent riparian or floodplain data, aggregating species or woody debris or summarize in-channel structures. In all these examples you want a line that follows the channel which you can add attributes that feed into your analyses.
A typically work flow would be to dissolve the river polylines into a single line, sample along it and split by points. Such approach requires you to create and maintain a separate simplified version of your river network often requiring manual intervention. You would also need the skills to edit a network to resolve features such as loops that would cause multi-part geometries.
This suggested workflow does not alter your base network, but the approach is affected by loops if you choose to leave them in. The reach creation tools are generic, you can create a reach anywhere for as many points as you wish. In this workflow you are exploiting the fact your points are a regularly spaced set of points so logically the end of one reach is the beginning of another. If your network contains loops then gaps will occur between your segments, Read the warning and take note!
Before you continue with this workflow it is recommended that you simplify your network by dropping loops, a workflow is discussed here. Loops will introduce illogical and unresolvable situations and these are discussed below.
Workflow
Step |
Processing Task |
1 |
You have created a single threaded network and generated spaced points, in this example they are 1Km apart. You are guided through this workflow as described on this page. The end result is a sequence of points following your channel as shown below. 1Km spaced points labelled with their distance from network mouth |
2 |
These 1Km spaced points have been generated along a single-threaded channel. You feed these into the Create downstream reach for site tool setting the reach distance to 1Km, thus the end of one reach becomes the start of another downstream reach. |
3 |
The result is a sequence of polylines each1Km in length segmenting the channel. An important "take home fact" is that these segments are a separate layer and not an edit of your base network. They can be easily viewed or used in spatial analysis with other datasets. Downstream reaches are colour coded by their row ID. The red spaced points are labelled with their distance from network mouth. These segments can be used in further spatial analyses. |
If you had ticked on the optional task Extract reach end points this would have created a separate point layer which you could use to query your DEM and then compute slope over the reach. ArcPro has the useful tool Extract Values to Points that transfers the pixel value to the intersecting point, ideal for helping with computing slope. |
The problem with loops
Regardless of their origins (e.g. islands, anastomosing, braiding or artificial channels), loops recorded in a river network will cause illogical scenarios when traversing the network. RivEX attributes distance from network mouth in an upstream direction. Creating a downstream reach searches the network in a downstream direction. In both cases the logic that searches the network uses the first row encountered in the table as the mechanism for making a choice when a bifurcation/divergence is encountered. Thus a search downstream could follow a drainage ditch instead of the main channel as that just happened to be the first encountered polyline when querying the network table.
The sampling tool Generate spaced points across network uses the distance to network mouth to efficiently determine the sampling point's location in the wider network. Thus its location is influenced by which polyline was traversed first when adding the distance to network mouth to the network. The bias introduced by different branch lengths in a loop means that as sampling point locations are created on loops, one branch yields a consistent separation distance whilst the other becomes out of sync with its next upstream sampling point, yet itself is the correct distance from network mouth. This confusing situation and its impact on segmenting a channel is illustrated below.
|