<?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 error in Water Resources Questions</title>
    <link>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/1233163#M4276</link>
    <description>&lt;P&gt;Very helpful your idea, thanks! I changed the regional settings as you suggested, then closed all the software, re-exported the geometry in ArcGIS to HECRAS format, opened it in HEC RAS and finally all worked.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 11:06:28 GMT</pubDate>
    <dc:creator>FranMaldonado</dc:creator>
    <dc:date>2022-11-18T11:06:28Z</dc:date>
    <item>
      <title>Hec-geoRas error</title>
      <link>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/549247#M2869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem with the geometric data made with HEC-geoRAs and exported to HEC-RAS. Please help me, I do all the step with geoRAS, I assigned channel ID, left rght and center to Flowpath ecc... Any idea?&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Sorry for my english, I'm italian student.&lt;/P&gt;&lt;P&gt;ps:&amp;nbsp;&lt;SPAN style="color: #212121; background-color: #ffffff; font-size: 16px;"&gt;I understood that the Y and Z coordinates when I extract the sections are reversed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="413921" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/414277_Cattura.PNG" style="border: 0px; margin: 2px 0px 0px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 19:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/549247#M2869</guid>
      <dc:creator>GiuseppeGallo</dc:creator>
      <dc:date>2018-07-16T19:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hec-geoRas error</title>
      <link>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/549248#M2870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does it look like in GeoRAS (ArcMap)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 14:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/549248#M2870</guid>
      <dc:creator>KurtisBaron</dc:creator>
      <dc:date>2018-07-17T14:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hec-geoRas error</title>
      <link>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/549249#M2871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this is an older post but I got a headache trying to figure out what was wrong so I wanna leave this here in case anyone is struggling with the same issue, I found a solution in this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/183741"&gt;Problem with import in HEC-GeoRAS / RAS - Floodplain Mapping&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is all the HEC GEO RAS files look fine in ArcGIS but when you export them and then import them as GIS data to HEC-RAS, the river displayed is completely wrong, it loses all form and shape. The core of the problem seems to be that HEC-RAS is somehow misreading the file's coordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said in the post I linked above, this may happen to some of us if our computer's regional settings use the character comma '&lt;STRONG&gt;,&lt;/STRONG&gt;' as a decimal sparator, instead of the dot or period character '&lt;STRONG&gt;.&lt;/STRONG&gt;' , as a result, the coordinates in our exported file will have their decimals separated&amp;nbsp;by commas, but each coordinate (X, Y and Z) will also be separated by a comma, acompanied by a blank space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take the following set of coordinates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X: 10.444&lt;/P&gt;&lt;P&gt;Y: 15.25&lt;/P&gt;&lt;P&gt;Z: 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In arcmap, HEC GEO-RAS will export these coordinates as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10'decimal separator'444 , 15'decimal separator'25 , 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally, HEC-RAS should read these coordinates properly, however, if your decimal separator happens to be a comma, then HEC-RAS will read those coordinates the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X: 10&lt;/P&gt;&lt;P&gt;Y:444&lt;/P&gt;&lt;P&gt;Z:15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we know this is completely wrong, and it explains why the imported GIS data makes the river look like such a mess in the Geometric Data display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fix is to change those decimal separator commas to period characters, you can do this in a text editor, now, when you replace all commas with periods, you will also be changing the coordinate separating commas to periods as well, my fix for that problem was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click your .sdf file and select 'Open with' --&amp;gt; Open the .sdf file with Microsoft Excel --&amp;gt; Select the column where the coordinates are placed (it was column B for me) and in the Start Menu, locate the Replace tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, replace all commas in B column with the dot or period character '&lt;STRONG&gt;.&lt;/STRONG&gt;'&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now all your commas have turned into periods, but you still need each coordinate (X, Y and Z) to be separated form each other by a comma and a blank space, so you need to select B column again, use the Replace tool, and replace all Periods followed by a blank space with commas followed by a blank space, that way, your periods acting as decimal separators will not be changed back into commas, but those periods that are followed by a blank space, therefore being the coordinate separators, will become commas and now HEC-RAS will be able to properly import your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, checking the decimal separator seems like an obvious thing to do but I honestly could not figure it out by myself, so I hope this can help someone out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2020 22:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/549249#M2871</guid>
      <dc:creator>DANIEL_FERNANDOVALENCIA_ORTIZ</dc:creator>
      <dc:date>2020-07-18T22:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hec-geoRas error</title>
      <link>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/1233163#M4276</link>
      <description>&lt;P&gt;Very helpful your idea, thanks! I changed the regional settings as you suggested, then closed all the software, re-exported the geometry in ArcGIS to HECRAS format, opened it in HEC RAS and finally all worked.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 11:06:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/water-resources-questions/hec-georas-error/m-p/1233163#M4276</guid>
      <dc:creator>FranMaldonado</dc:creator>
      <dc:date>2022-11-18T11:06:28Z</dc:date>
    </item>
  </channel>
</rss>

