Skip to main content

Line Parameters from 2D Line

Description

Calculates the following parameters for input 2D lines by extracting elevations from an input DEM:

  • LengthKm: Length of line in kilometers.
  • LengthMi: Length of line in miles.
  • SlpFM: Slope in feet per mile.
  • Slp: Dimensionless slope.
  • Slp1085FM: 10-85 slope in feet per mile.
  • Slp1085: Dimensionless 10-85 slope.
  • Elev85: Elevation at 85% in linear unit of the input line.
  • Elev10: Elevation at 10% in linear unit of the input line.
  • ElevUP: Upstream elevation in linear unit of the input line.
  • ElevDS: Downstream elevation in linear unit of the input line.

Usage

Parameters

Parameter NameTypeDirectionData TypeDialog Reference
Input DEM RasterRequiredInputRaster LayerInput DEM used to extract elevation values.
Input 2D Line Feature ClassRequiredInputFeature LayerInput 2D Line features to characterize.
Output 1085 Points Feature ClassRequiredOutputFeature LayerOutput 1085 Points associated to the input 2D Line features.
Populate HydroID for 1085 PointsOptionalInputBooleanIndicates whether to populate the field HydroID for the output 1085 points.