HEC-RAS to TUFLOW: Difference between revisions
Chris Huxley (talk | contribs) |
Chris Huxley (talk | contribs) |
||
Line 2: | Line 2: | ||
This page contains a brief introduction to the methods of converting HEC-RAS model inputs into a format which compatible with TUFLOW. If you have any suggestions to be included in these pages, please email <font color="blue"><u>support@tuflow.com</u></font>.<br><br> |
This page contains a brief introduction to the methods of converting HEC-RAS model inputs into a format which compatible with TUFLOW. If you have any suggestions to be included in these pages, please email <font color="blue"><u>support@tuflow.com</u></font>.<br><br> |
||
= Model Geometry Conversion |
= Model Geometry Conversion = |
||
The |
The sdf_to_GIS.exe utility converts HEC-RAS geometric data data into TUFLOW compatible GIS and csv input format. The utility outputs include: |
||
<ol> |
<ol> |
||
<li> Centerline location data in GIS format |
<li> Centerline location data in GIS format |
Revision as of 04:25, 5 February 2015
Introduction
This page contains a brief introduction to the methods of converting HEC-RAS model inputs into a format which compatible with TUFLOW. If you have any suggestions to be included in these pages, please email support@tuflow.com.
Model Geometry Conversion
The sdf_to_GIS.exe utility converts HEC-RAS geometric data data into TUFLOW compatible GIS and csv input format. The utility outputs include:
- Centerline location data in GIS format
- Cross-section locations in GIS format
- Cross-section data in csv format
The GIS format type can be either *mif or *shp. Options are also available to automatically trim the processed cross-section GIS and csv data to the main channel region between defined levee markers. The HEC-RAS model inputs need to be in SDF format (HEC-RAS export format), and must be geo-referenced using a real world projection.
Input Processing (HEC-RAS)
Utility Description
The utility requires GIS projection information to correctly translate the spatial dataset from SDF format to *mif or *.shp format. This is done by including either a projection or header file in the same folder directory as the SDF file. The utility will use the projection information from this file for the data conversion.
- mif output: Projection.mif or Header.mif
- shp output: Projection.prf or Header.prj
Example Syntax (*.mif output)
Description: Convert HEC-RAS sdf data to mif format, trimming cross-section at levee markers (default trim option):
Description: Convert HEC-RAS sdf data to mif format, not trimming cross-section at levee markers:
Example Syntax (*.shp output)
Description: Convert HEC-RAS sdf data to shp format, trimming cross-section at levee markers (default trim option):
Description: Convert HEC-RAS sdf data to shp format, not trimming cross-section at levee markers:
Utility Output (TUFLOW)