combine_river_features {rcrisp} | R 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 sfc_LINESTRING or sfc_MULTILINESTRING |
river_surface |
River surface as sfc_POLYGON or sfc_MULTIPOLYGON |
Value
Combined river as sfc_MULTILINESTRING
[Package rcrisp version 0.1.4 Index]