Skip to main content

Attribute GeoRAS Layers

Description

Attribute GeoRAS layers and create 3D profile lines (cross-sections). The following GeoRAS layers are attributed:

Rivers:

  • From_Node
  • To_Node

XSCutlines (cross-sections):

  • RiverCode
  • ReachCode
  • ProfileM (stationing)
  • LeftBank
  • RightBank
  • ChLength (distance to downstream cross-section along the river or channel flow path)
  • LLength - optional field (distance to downstream cross-section along left flow path)
  • RLength - optional field (distance to downstream cross-section along right flow path)

XSCutlines3D feature class is created. It has the same attributes as XSCutline and in addition, attribute XS2DID that contains the HydroID of the matching cutline (2D cross-section representation).

Note that Rivers feature class must have HydroID, RiverCode, and ReachCode attributes correctly populated before they can be transferred to the cross-sections. XSCutlines feature class must have HydroID correctly populated. Optional flow path feature class must have LineType correctly populated (valid values are Channel, Left, and Right).

If attributes being populated by the tool are already present, they will be overwritten.

Usage

Parameters

DirectionTypeParameter NameData TypeDialog Reference
InputRequiredInput River Feature ClassGPFeatureLayerInput river feature class that will be used to determine cross-section positioning (stationing) and distance between cross-sections. It must have attributes HydroID, RiverCode, and ReachCode correctly populated.
InputRequiredInput Cross Section Feature ClassGPFeatureLayerInput cut line (2D cross-section) feature class. It must have attribute HydroID correctly populated.
InputRequiredInput Bank Feature ClassGPFeatureLayerThis is a polyline feature class that should contain lines representing left and right bank lines.
InputRequiredInput Elevation SurfaceGPCompositeThis is a polyline feature class that should contain lines representing left and right bank lines.
OutputRequiredOutput 3D Cross Section Feature ClassGPFeatureLayerProfile line feature class (3D representation of cross-sections) based on input cross section feature class and elevation surface. It has the same attributes as XSCutline and in addition, attribute XS2DID that contains the HydroID of the matching cutline (2D cross-section representation). Default database location is the location of the input XSCutlines layer and default name is "XSCutlines3D".
InputOptionalInput Flow Path Feature ClassGPFeatureLayerThis is a polyline feature class that should contain lines representing channel, left, and right flow path lines to be used for cross-section distance computation. It must have attribute LineType correctly populated.
OutputDerivedOutput CS FCGPFeatureLayer