build_river_network | R Documentation |
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.
build_river_network(river, bbox = NULL)
river |
A (MULTI)LINESTRING simple feature geometry representing the river centerline |
bbox |
Bounding box of the area of interest |
A sfnetworks::sfnetwork
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.