Learn R Programming

rcrisp (version 0.3.1)

combine_river_features: Combine river centerline and surface

Description

Combine river centerline and surface

Usage

combine_river_features(river_centerline, river_surface)

Value

Combined river as sf::sfc_MULTILINESTRING

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