sp.RiverPath: determine River path, disolve the river network based on...

View source: R/GIS_RiverProcess.R

sp.RiverPathR Documentation

determine River path, disolve the river network based on downstream-relationship. sp.RiverPath

Description

determine River path, disolve the river network based on downstream-relationship. sp.RiverPath

Usage

sp.RiverPath(
  sp,
  coord = extractCoords(sp, unique = TRUE),
  idown = sp.RiverDown(sp, coord = coord),
  tol.simplify = 0
)

Arguments

sp

SpatialLines*

coord

coordinates of sp.

idown

downstream index of sp.

tol.simplify

tolerance for simplification of river lines.

Value

List of River Path(SegIDs, PointIDs, sp)


SHUD-System/SHUDtoolbox documentation built on Nov. 27, 2024, 5:54 a.m.