Skip to main content

Geodatabase to SDF

Description

Export GeoRAS layers to HEC-RAS compatible SDF format file (HEC-RAS GIS export format). HEADER, STREAM NETWORK and basic CROSS-SECTIONS components of the sdf file are populated. Input layers need to have the following fields populated:

Rivers:

  • RiverCode (river code)
  • ReachCode (reach code)
  • From_Node
  • To_Node

2D Cross-sections:

  • HydroID
  • RiverCode (river code)
  • ReachCode (reach code)
  • ProfileM (stationing along river)
  • LeftBank (fraction to left bank)
  • RightBank (fraction to right bank)
  • 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)
  • NodeName (field must exist but does not need to be populated)

3D Cross-sections:

  • XS2DID

Mannings N table:

  • XS2DID
  • Fraction
  • N_Value

2D Bridge/culverts:

  • HydroID
  • RiverCode (river code)
  • ReachCode (reach code)
  • ProfileM (stationing along river)
  • USDistance (upstream distance)
  • TopWidth (top width)
  • NodeName (field must exist but does not need to be populated)

3D Bridge/culverts:

  • XS2DID

Note that value of ChLength will be automatically assigned to main, left, and right reach lengths in the sdf file if optional fields "LLenght" and "RLength" are not in the cross-section feature class.

Usage

Parameters

DirectionTypeParameter NameData TypeDialog Reference
InputRequiredInput 2D Cross Section Feature ClassGPFeatureLayerCut line feature class (2D cross-section). It must have required attributes correctly populated.
InputRequiredInput 3D Cross Section Feature ClassGPFeatureLayerProfile line feature class (3D representation of cross-sections). It must have required attributes correctly populated.
InputRequiredInput River Feature ClassGPFeatureLayerRiver feature class. It must have required attributes correctly populated.
InputRequiredInput Elevation SurfaceGPCompositeSurface that was used to create profile lines. This can be DEM, TIN, or a terrain surface.
InputOptionalInput Manning's N TableGPTableViewManning’s N table with roughness coefficient change along each cut line. It must have required attributes correctly populated.
InputOptionalInput 2D Bridge/Culvert Feature ClassGPFeatureLayer
InputOptionalInput 3D Bridge/Culvert Feature ClassGPFeatureLayer
OutputRequiredOutput SDF FileDEFileName (including path) of the output sdf file that will be generated.