sin_flowline_points_sf: Sinsinawa Creek, IL stream flowline points

sin_flowline_points_sfR Documentation

Sinsinawa Creek, IL stream flowline points

Description

A sf object containing stream flowline points for Sinsinawa Creek, IL. These points represent elevation values extracted from a LiDAR terrain surface along the flowline of the stream.

Usage

sin_flowline_points_sf

Format

A sf with 1413 observations and 9 variables.

OBJECTID

numeric; The ArcGIS feature class assigned unique identifier for each point in the dataset.

ReachName

character; The name of the stream.

POINT_X

numeric; The longitude or easting of the point. Coordinate system units can be determined by checking the st_crs(sin_xs_points).

POINT_Y

numeric; The latitude or northing of the point. Coordinate system units can be determined by checking the st_crs(sin_xs_points).

POINT_M

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_xs_points).

Z

numeric; The elevation of the point. By convention, the vertical units used in this project are NADV88 feet.

Source

This dataset was produced using the FluvialGeomorph ArcGIS toolbox.


FluvialGeomorph/fluvgeo documentation built on April 12, 2024, 5:35 p.m.