<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HEC-GeoRAS - Problem with Floodplain Delineation Using Rasters in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023315#M25143</link>
    <description>&lt;P&gt;I was able to run through the RAS postprocessing on ArcMap 10.8 successfully on my test dataset.&amp;nbsp; Couple of suggestions:&lt;/P&gt;&lt;P&gt;1. Make sure you have the right version of GeoRAS installed.&amp;nbsp; Latest for ArcMap 10.8 is GeoRAS 10.8.0.3.&amp;nbsp; If you have to install newer version, make sure you first uninstall the previous one.&lt;/P&gt;&lt;P&gt;2. Start a new project and do the import again (that sometimes does the trick).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Use raster representation of the elevation model (not TIN).&amp;nbsp; You already did that to no avail so check below.&lt;/P&gt;&lt;P&gt;4. Try to use larger cell size for your DEM generation - might be a disguised memory issue.&amp;nbsp; Try to keep the DEM under 10,000 by 10,000 cells (or much smaller initially).&amp;nbsp; If that works, you can then run it with smaller cell size (larger DEM) until it stops working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. During both import and water surface generation and floodplain delineation, GeoRAS provides a long list of steps it is going through - do you get those before the error message you posted appears?&amp;nbsp; If so, can you see at what step the tool is failing (copy/paste here)?&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; Do the delineation by hand following these steps:&lt;/P&gt;&lt;P&gt;a. Convert water surface TIN to raster to create a water surface raster.&amp;nbsp; Make sure the cell size, extent, and snap raster environments are the same as of your DEM (convert terrain TIN to DEM first if need be).&amp;nbsp; For reference, I'll call them DEM and WSEG&lt;/P&gt;&lt;P&gt;b. Subtract DEM from WSEG (WESG - DEM).&amp;nbsp; That will generate raster where positive values represent depth of flood while negative values are "useless".&amp;nbsp; Call it WDA (water depth "all").&lt;/P&gt;&lt;P&gt;c. Use "con" statement to remove all negative values form WDA and replace them with "no data".&amp;nbsp; That will generate a water depth grid with only positive (meaningful) values.&amp;nbsp; Call it WD (water depth).&amp;nbsp; If you do not need the water depth raster for later analysis and visualization, you can skip this step and go to the next one.&lt;/P&gt;&lt;P&gt;d. Use another "con" operation, but this time around, convert all positive values in WDA to an integer constant (let's say = 1).&amp;nbsp; Call it WE (water extent) grid.&lt;/P&gt;&lt;P&gt;e.&amp;nbsp; Convert WE to a polygon.&amp;nbsp; You can do smoothing during this step.&lt;/P&gt;&lt;P&gt;f.&amp;nbsp; If desired, you can do clean-up on the polygon(s) - e.g. remove non-directly connected (to the river) floodplain elements, do additional smoothing and generalization, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also suggest you review the "Arc Hydro - Project Development Best Practices.docx".&amp;nbsp; All those suggestions work well for GeoRAS project development.&amp;nbsp; Section 6 has some additional things you can try.&lt;/P&gt;&lt;P&gt;Let me know how it goes.&amp;nbsp; If none of these steps work, we might have to look at your data.&lt;/P&gt;&lt;P&gt;(If you can, please move this post to the "water resources" GeoNet topic.&amp;nbsp; H&amp;amp;H and "hydro" in general type of questions will get better visibility there).&lt;/P&gt;</description>
    <pubDate>Thu, 04 Feb 2021 08:37:58 GMT</pubDate>
    <dc:creator>DeanDjokic</dc:creator>
    <dc:date>2021-02-04T08:37:58Z</dc:date>
    <item>
      <title>HEC-GeoRAS - Problem with Floodplain Delineation Using Rasters</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023273#M25141</link>
      <description>&lt;P&gt;I'm running ArcGIS Desktop 10.8, and am having trouble mapping the floodplain delineation using HEC-GeoRAS.&amp;nbsp; I have an exported .xml file from HEC-RAS, and under the RAS Mapping pull down, I can successfully complete the Layer Setup, Import RAS Data, and Inundation Mapping --&amp;gt; Water Surface Generation steps.&amp;nbsp; But before I can complete the Inundation Mapping --&amp;gt; Floodplain Delineation Using Rasters step, I get the following error messages.&amp;nbsp; Therefore, I can get no further and cannot map my floodplain extents.&amp;nbsp; I have tried using the terrain file in both TIN and GRID formats - both produce this same error.&amp;nbsp; Please help!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShannonWells_1-1612405841221.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/5268i315074668F808B62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShannonWells_1-1612405841221.png" alt="ShannonWells_1-1612405841221.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShannonWells_2-1612405914153.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/5269i2A2178C8F444439E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShannonWells_2-1612405914153.png" alt="ShannonWells_2-1612405914153.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 02:35:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023273#M25141</guid>
      <dc:creator>ShannonWells</dc:creator>
      <dc:date>2021-02-04T02:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: HEC-GeoRAS - Problem with Floodplain Delineation Using Rasters</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023315#M25143</link>
      <description>&lt;P&gt;I was able to run through the RAS postprocessing on ArcMap 10.8 successfully on my test dataset.&amp;nbsp; Couple of suggestions:&lt;/P&gt;&lt;P&gt;1. Make sure you have the right version of GeoRAS installed.&amp;nbsp; Latest for ArcMap 10.8 is GeoRAS 10.8.0.3.&amp;nbsp; If you have to install newer version, make sure you first uninstall the previous one.&lt;/P&gt;&lt;P&gt;2. Start a new project and do the import again (that sometimes does the trick).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Use raster representation of the elevation model (not TIN).&amp;nbsp; You already did that to no avail so check below.&lt;/P&gt;&lt;P&gt;4. Try to use larger cell size for your DEM generation - might be a disguised memory issue.&amp;nbsp; Try to keep the DEM under 10,000 by 10,000 cells (or much smaller initially).&amp;nbsp; If that works, you can then run it with smaller cell size (larger DEM) until it stops working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. During both import and water surface generation and floodplain delineation, GeoRAS provides a long list of steps it is going through - do you get those before the error message you posted appears?&amp;nbsp; If so, can you see at what step the tool is failing (copy/paste here)?&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; Do the delineation by hand following these steps:&lt;/P&gt;&lt;P&gt;a. Convert water surface TIN to raster to create a water surface raster.&amp;nbsp; Make sure the cell size, extent, and snap raster environments are the same as of your DEM (convert terrain TIN to DEM first if need be).&amp;nbsp; For reference, I'll call them DEM and WSEG&lt;/P&gt;&lt;P&gt;b. Subtract DEM from WSEG (WESG - DEM).&amp;nbsp; That will generate raster where positive values represent depth of flood while negative values are "useless".&amp;nbsp; Call it WDA (water depth "all").&lt;/P&gt;&lt;P&gt;c. Use "con" statement to remove all negative values form WDA and replace them with "no data".&amp;nbsp; That will generate a water depth grid with only positive (meaningful) values.&amp;nbsp; Call it WD (water depth).&amp;nbsp; If you do not need the water depth raster for later analysis and visualization, you can skip this step and go to the next one.&lt;/P&gt;&lt;P&gt;d. Use another "con" operation, but this time around, convert all positive values in WDA to an integer constant (let's say = 1).&amp;nbsp; Call it WE (water extent) grid.&lt;/P&gt;&lt;P&gt;e.&amp;nbsp; Convert WE to a polygon.&amp;nbsp; You can do smoothing during this step.&lt;/P&gt;&lt;P&gt;f.&amp;nbsp; If desired, you can do clean-up on the polygon(s) - e.g. remove non-directly connected (to the river) floodplain elements, do additional smoothing and generalization, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also suggest you review the "Arc Hydro - Project Development Best Practices.docx".&amp;nbsp; All those suggestions work well for GeoRAS project development.&amp;nbsp; Section 6 has some additional things you can try.&lt;/P&gt;&lt;P&gt;Let me know how it goes.&amp;nbsp; If none of these steps work, we might have to look at your data.&lt;/P&gt;&lt;P&gt;(If you can, please move this post to the "water resources" GeoNet topic.&amp;nbsp; H&amp;amp;H and "hydro" in general type of questions will get better visibility there).&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023315#M25143</guid>
      <dc:creator>DeanDjokic</dc:creator>
      <dc:date>2021-02-04T08:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: HEC-GeoRAS - Problem with Floodplain Delineation Using Rasters</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023591#M25144</link>
      <description>&lt;P&gt;Shannon, please try this workflow with 10.8.1. The error message in your posting looks very similar to something that was fixed at 10.8.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jim TenBrink&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 19:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/hec-georas-problem-with-floodplain-delineation/m-p/1023591#M25144</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-04T19:00:54Z</dc:date>
    </item>
  </channel>
</rss>

