corridor_end_points {rcrisp}R Documentation

Find the corridor end points.

Description

Determine the extremes (end points) of the river corridor using the network built from the river center line features (see build_river_network() and the spatial network used for the delineation. The end points are selected as the two furthest river crossings of the spatial network that connect the sub-networks for each river sides.

Usage

corridor_end_points(river_network, spatial_network, regions)

Arguments

river_network

A sfnetworks::sfnetwork object representing the river centerline

spatial_network

A sfnetworks::sfnetwork object representing the spatial network used for the delineation

regions

A simple feature geometry representing the two river sides

Value

A simple feature geometry including a pair of points


[Package rcrisp version 0.1.4 Index]