<?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: Adding a barrier with height on a Raster DEM in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109590#M380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay. You could use the following expression in Raster Calculator.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Con(IsNull("Barrier_Ras"),"DEM_Ras",("Barrier_Ras"+"DEM_Ras"))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also updated my original reply with all the steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 07:31:54 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2017-06-14T07:31:54Z</dc:date>
    <item>
      <title>Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109584#M374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on a project in which I am modelling lava flows (using a plugin). I have run all eruption simulations but now want to add barriers/walls that would change the height of the DEM so I can assess mitigation strategies.&lt;/P&gt;&lt;P&gt;I have tried drawing polygons and lines and building mosaics but they haven't worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way of changing the height of certain pixels or drawing a polygon/line to make it part of the raster DEM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice/help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109584#M374</guid>
      <dc:creator>AlexRepole</dc:creator>
      <dc:date>2017-06-12T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109585#M375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if this works.&lt;/P&gt;&lt;P&gt;1. Draw a line feature class representing the barrier (with Height_of_Barrier Field). I think you have done this step. Ensure the coordinate system of the line is same as that of the DEM Raster.&lt;/P&gt;&lt;P&gt;2. Convert &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/polyline-to-raster.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Polyline to Raster&lt;/SPAN&gt;&lt;/A&gt;. Use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/environments/snap-raster.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Snap Raster &lt;/SPAN&gt;&lt;/A&gt;Option in Environment settings to the tool. Also define the same Cell_Size as the DEM Raster.&lt;/P&gt;&lt;P&gt;3. &lt;SPAN style="text-decoration: line-through;"&gt;Using the Barrier Raster, convert all its NoData values to 0&lt;/SPAN&gt;. (No need to do this step)&lt;/P&gt;&lt;P&gt;4. Use &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/building-expressions-in-raster-calculator.htm"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Raster Calculator &lt;/SPAN&gt;&lt;/A&gt;to sum/add The Barrier Raster with the DEM Raster with the following expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;EM&gt;Con(IsNull("Barrier_Ras"),"DEM_Ras",("Barrier_Ras"+"DEM_Ras"))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109585#M375</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-06-12T12:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109586#M376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Everything works apart from the last step. The resulting map shows only a tiny area around the barrier rather than the whole DEM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 13:11:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109586#M376</guid>
      <dc:creator>AlexRepole</dc:creator>
      <dc:date>2017-06-12T13:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109587#M377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following expression in Raster Calculator&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Con("Barrier_Ras" &amp;gt; 0, ("Barrier_Ras" + "DEM_RAS"), "DEM_RAS")&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 14:03:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109587#M377</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-06-12T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109588#M378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same is happening again. The DEM keeps disappearing and all that remains is a tiny area around the barriers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109588#M378</guid>
      <dc:creator>AlexRepole</dc:creator>
      <dc:date>2017-06-13T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109589#M379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it work if I just converted my DEM to points and edited the points, then converted it back to raster?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109589#M379</guid>
      <dc:creator>AlexRepole</dc:creator>
      <dc:date>2017-06-13T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109590#M380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay. You could use the following expression in Raster Calculator.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Con(IsNull("Barrier_Ras"),"DEM_Ras",("Barrier_Ras"+"DEM_Ras"))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also updated my original reply with all the steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 07:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109590#M380</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-06-14T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109591#M381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The result is still only the small area around the barriers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 09:11:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109591#M381</guid>
      <dc:creator>AlexRepole</dc:creator>
      <dc:date>2017-06-14T09:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a barrier with height on a Raster DEM</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109592#M382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check my first reply. I eliminated step 3. It worked for me. I also added the DEM Raster to the Processing Extent (Environment setting of the tool- Raster Calculator)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 09:17:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/adding-a-barrier-with-height-on-a-raster-dem/m-p/109592#M382</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-06-14T09:17:11Z</dc:date>
    </item>
  </channel>
</rss>

