Skip to main content

SDF to Geodatabase

Description

Create geodatabase using information in HEC-RAS SDF file format. Database structure created by the tool is fixed. The following data structures are created:

Feature classes within feature dataset “RasResults”:

  • ActiveWaterSurfaceExtents
  • BankPoints
  • BoundingPolygons
  • Ice
  • IneffectivePositions
  • River2D
  • ShearStress
  • StorageAreas
  • StreamPower
  • Velocities
  • WaterSurfaceExtents
  • XSCutlines
  • XSCutlines3D

Table:

  • ProfileDefinition

If data are present in the sdf file, they will be imported into the feature classes, otherwise, the feature classes will be empty. Feature dataset will have the spatial reference provided to the tool.

Only those database structures that have data will be added to the map.

Output geodatabase must not exist – if it does, tool will provide an error message and exit.

Usage

Parameters

DirectionTypeParameter NameData TypeDialog Reference
InputRequiredInput SDFFileSDF file to import.
InputRequiredSpatial ReferenceSpatial ReferenceProfile line feature class (3D representation of cross-sections). It must have required attributes correctly populated.
InputRequiredTarget FolderFolderRiver feature class. It must have required attributes correctly populated.
InputRequiredGeodatabase NameStringSurface that was used to create profile lines. This can be DEM, TIN, or a terrain surface.
OutputDerivedOutput GeodatabaseDEFileName (including path) of the output sdf file that will be generated.