Hey guys,
Simple trick here!
As you know, we can “Take a snapshot of results” during the simulation by using a button in the HEC-RAS Computation Window.
This process will save a .pxx.snapshot.hdf file in the project root folder, but it won’t plot in RasMapper.
For this example, I’m assuming you have a basic HEC-RAS project with:
– a project file: myproject.prj
– a plan file: myproject.p01
– a rasmapper file: myproject.rasmap
– a partial result snapshot file: myproject.p01.snapshot.hdf
We can plot a snapshot in RasMapper using the following process.
1. open the rasmapper configuration file “myproject.rasmap” using a text editor
2. find the initial and final tags for Results:
3. add the following lines for a new layer (which will hold the snapshot)
In summary:
– Backup the .rasmap or take the risks
– Set the .hdf filename by using the Filename tags
– Set the layer title by using the first tag of Layer Name
Tips:
– I prefer to insert the lines just before the because it is easier to find/edit/remove without messing with other layers.
– We can also copy the lines from another result and make edits – probably easier!
I think editing the .rasmap provides more flexibility to manage the result files and it’s not that hard once we have a template.
Try it and have fun!
PS: I’m not sure, but I believe the “ProfileIndex”=”2147483647” is a default pointer for the “Simulation Maximum” selector.