TsolumRoads: Tsolum Roads

TsolumRoadsR Documentation

Tsolum Roads

Description

Sample road lines dataset for the Tsolum River watershed near Courtenay British Columbia. Used in the tutorial for the wsep.t2 (WSEP Tier II) R-package.

Usage

data(TsolumRoads)

Format

A road lines data set of class sf.

TRANSPORT_LINE_ID

A unique identifier for each road line segment

Examples


require(sf)
data(TsolumRoads)
head(TsolumRoads)
# Plot the streams with stream order
plot(st_geometry(TsolumRoads))


essatech/wsep.t2 documentation built on Sept. 3, 2022, 5:56 a.m.