Load HEC-RAS Terrain¶
Use this tool to add base terrain VRT layers referenced by a HEC-RAS project's .rasmap file to
the active ArcGIS Pro map.

Base terrain only
The tool loads the underlying VRT raster. It does not apply vector terrain modifications made in RAS Mapper, including terrain-modification breaklines or high-ground features.
Required project files¶
The project folder must contain:
- The selected HEC-RAS project file, such as
Project.prj. - The associated
Project.rasmapfile. - The terrain HDF and matching VRT path referenced by the
.rasmapterrain layer.
Open the HEC-RAS project in RAS Mapper and verify the terrain if the .rasmap or VRT has not been
created.
Parameters¶
| Parameter | Required | Behavior |
|---|---|---|
HEC-RAS Project File (*.prj) |
Yes | Locates the same-base-name .rasmap file and reads its terrain definitions. |
| Import All Terrains | No | When enabled, loads every discovered terrain and disables the selection list. Defaults to off. |
| Terrains to Load | Conditional | Multi-select list populated from the .rasmap file. Required when Import All is off. |
Procedure¶
- Open an ArcGIS Pro project and activate a map view.
- Open Load HEC-RAS Terrain and select the HEC-RAS
.prjfile. - Wait for the terrain list to populate.
- Select one or more terrains, or enable Import All Terrains.
- Run the tool and review the path reported for each missing or loaded VRT.
- Confirm the raster extent, cell values, vertical units, and alignment with the model geometry.
What the tool does¶
For each <Terrains><Layer> entry in the .rasmap file, the tool:
- Resolves the referenced terrain path relative to the project folder.
- Replaces the referenced terrain file extension with
.vrt. - Checks that the VRT exists.
- Adds the VRT to the active ArcGIS Pro map.
The tool does not copy the terrain, create a geodatabase raster, or repair broken .rasmap paths.
Troubleshooting¶
- No terrain list: confirm that a same-name
.rasmapfile exists and contains terrain layers. - VRT not found: open the terrain in RAS Mapper, confirm the referenced folder, and check that the
matching
.vrtis present. - No active map: open a map view in ArcGIS Pro and rerun the tool.
- Terrain draws in the wrong location: validate the HEC-RAS terrain projection and the ArcGIS map coordinate system; loading the VRT does not repair incorrect georeferencing.
- Terrain differs from RAS Mapper: determine whether RAS Mapper vector terrain modifications are responsible. Those modifications are outside this tool's output.