R/sin_valleyline_points_sf.R
sin_valleyline_points_sf.Rd
A sf
object containing stream
gradient points for Sinsinawa Creek, IL. These points represent elevation
values extracted from a LiDAR terrain surface along the valleyline of the
stream.
sin_valleyline_points_sf
A sf
with 3405 observations and 11
variables.
numeric; The ArcGIS feature class assigned unique identifier for each point in the dataset.
numeric; The ArcGIS feature class assigned unique identifier for each point in the dataset.
character; Name of the reach.
numeric; The longitude or easting of the point.
Coordinate system units can be determined by checking the
st_crs(sin_valleyline_points_sf)
.
numeric; The latitude or northing of the point.
Coordinate system units can be determined by checking the
st_crs(sin_valleyline_points_sf)
.
numeric; The route distance of this cross section from
the upstream end of the reach. Coordinate system units
can be determined by checking the
st_crs(sin_valleyline_points_sf)
.
character; Repeat of name of the reach.
numeric; .The start longitudinal stationing value for the reach in km.
numeric; The end longitudinal stationing value for the reach in km.
This dataset was produced using the FluvialGeomorph
ArcGIS
toolbox.