build_river_network {rcrisp} | R Documentation |
Build a spatial network from river centerlines
Description
If a bounding box is provided, only the river segments that intersect it are considered. If the river intersects the bounding box multiple times, only the longest intersecting segment will be considered.
Usage
build_river_network(river, bbox = NULL)
Arguments
river |
A (MULTI)LINESTRING simple feature geometry representing the river centerline |
bbox |
Bounding box of the area of interest |
Value
A sfnetworks::sfnetwork
object
[Package rcrisp version 0.1.4 Index]