sin_gradient_sf | R Documentation |
A sf
object containing stream
gradient points for Sinsinawa Creek, IL. These points represent elevation
values extracted from a LiDAR terrain surface along the flowline of the
stream.
sin_gradient_sf
A sf
with 3521 observations and 23
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; The name of the reach.
numeric; The longitude or easting of the point.
Coordinate system units can be determined by checking the
st_crs(sin_gradient_sf)
.
numeric; The latitude or northing of the point.
Coordinate system units can be determined by checking the
st_crs(sin_gradient_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_gradient_sf)
.
numeric; The elevation of the point. By convention, the vertical units used in this project are NADV88 feet.
numeric; The smoothed elevation of the point. By convention, the vertical unites used in this project are NAVD88 feet.
numeric; The x-coordinate value (longitude) of the next upstream point in the moving window.
numeric; The y-coordinate value (latitude) of the next upstream point in the moving window.
numeric; The x-coordinate value (longitude) of the next downsteam point in the moving window.
numeric; The y-coordinate value (latitude) of the next downsteam point in the moving window.
numeric; The m-coordinate value (route position) of the next upstream point in the moving window.
numeric; The m-coordinate value (route position) of the next downstream point in the moving window.
numeric; The elevation difference between the downstream and upstream point in the moving window, units are in feet.
numeric; The longitudinal distance along the stream network between the downstream and upstream point in the moving window, units are in feet.
numeric; The longitudinal distance along the stream network between the downstream and upstream point in the moving window, units are in feet.
numeric; The longitudinal distance along the valleyline between the downstream and upstream stream network point in the moving window, units are in feet.
numeric; The sinuosity of the stream within the moving window (valley_length/stream_length).
numeric;The sinuosity metric, values greater than or equal to one.
numeric; The slope of the stream within the moving window (rise/run).
numeric; The slope metric, values greater than of equal to zero.
This dataset was produced using the FluvialGeomorph
ArcGIS
toolbox.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.