combine_river_features: Combine river centerline and surface

View source: R/utils.R

combine_river_featuresR Documentation

Combine river centerline and surface

Description

Combine river centerline and surface

Usage

combine_river_features(river_centerline, river_surface)

Arguments

river_centerline

River line as sf::sfc_LINESTRING or sf::sfc_MULTILINESTRING

river_surface

River surface as sf::sfc_POLYGON or sf::sfc_MULTIPOLYGON

Value

Combined river as sf::sfc_MULTILINESTRING


rcrisp documentation built on Nov. 24, 2025, 5:07 p.m.