<?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: How can I create a surface beneath a DEM (raster) that is not flat? in Member Introductions</title>
    <link>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123260#M1206</link>
    <description>&lt;P&gt;I mean, yeah, ideally you would have a DEM from right before the avalanche...&lt;/P&gt;&lt;P&gt;If interpolating the original DEM doesn't work, you can try interpolating the thickness of the avalance fan (basically your fist method)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;guess or measure (if it's safe to go on the avalanche fan) the thickness at various points&lt;UL&gt;&lt;LI&gt;including points outside of the fan with thickness = 0&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;interpolate a thickness raster&lt;/LI&gt;&lt;LI&gt;use the Raster Calculator to get the original DEM&lt;UL&gt;&lt;LI&gt;actually, you don't need this, just run the statistics on the thickness raster...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 07 Dec 2021 08:43:28 GMT</pubDate>
    <dc:creator>JohannesLindner</dc:creator>
    <dc:date>2021-12-07T08:43:28Z</dc:date>
    <item>
      <title>How can I create a surface beneath a DEM (raster) that is not flat?</title>
      <link>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1122941#M1197</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I want to create a surface beneath a DEM, in order to very simply estimate the volume of the area between this flat surface and the DEM.&lt;/P&gt;&lt;P&gt;In other words, I want to restore the slope of an area to how it was before the avalanche(s) occurred, in order to understand how large the avalanche was (or atleast get a rough idea).&lt;/P&gt;&lt;P&gt;I am able to create a polygon underneath the DEM, however this is completely flat (no Z-values).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ways of doing this:&lt;/P&gt;&lt;P&gt;1. Manually create points on the avalanche fan that I guesstimate to be the thickness of the fan at several locations -&amp;gt; Create a raster with the "TopoToRaster" tool and then use "Minus" and Zonal Statistics to get a volume.&lt;/P&gt;&lt;P&gt;2. Any suggestions?&lt;/P&gt;&lt;P&gt;I've added several images of the avalanche fan, both above and below the DEM surface. I added a few lines on the fan in order to follow where the camera is viewing from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help in this issue!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 15:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1122941#M1197</guid>
      <dc:creator>ThomasHagenThuesenUiB</dc:creator>
      <dc:date>2021-12-06T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a surface beneath a DEM (raster) that is not flat?</title>
      <link>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123251#M1204</link>
      <description>&lt;UL&gt;&lt;LI&gt;create points around the avalanche fan on important DEM features&lt;UL&gt;&lt;LI&gt;e.g. for 1.png:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohannesLindner_0-1638859479678.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/28958i2CA4D8185A3FAEF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JohannesLindner_0-1638859479678.png" alt="JohannesLindner_0-1638859479678.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&amp;nbsp;Extract the heigths of those points&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/de/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/de/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Interpolate an estimated terrain without avalanche&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/de/pro-app/2.7/tool-reference/spatial-analyst/idw.htm" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/de/pro-app/2.7/tool-reference/spatial-analyst/idw.htm&lt;/A&gt;&amp;nbsp;&lt;UL&gt;&lt;LI&gt;use your DEM as snap raster and for cell size&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Dec 2021 07:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123251#M1204</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2021-12-07T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a surface beneath a DEM (raster) that is not flat?</title>
      <link>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123258#M1205</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;I actually tried that. My issue with this was that the surface I create from those points (I drew a line and added points every meter, so 1000s of points) actually leaves out the major part of the thickness, because the fan flattens out near the bottom. So by connecting top and bottom points (N-S if you will on the 1.png), it cuts through quite significantly.&lt;/P&gt;&lt;P&gt;I guess there's not many other ways of doing it without any knowledge of the depth beneath the avalanche fan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123258#M1205</guid>
      <dc:creator>ThomasHagenThuesenUiB</dc:creator>
      <dc:date>2021-12-07T08:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a surface beneath a DEM (raster) that is not flat?</title>
      <link>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123260#M1206</link>
      <description>&lt;P&gt;I mean, yeah, ideally you would have a DEM from right before the avalanche...&lt;/P&gt;&lt;P&gt;If interpolating the original DEM doesn't work, you can try interpolating the thickness of the avalance fan (basically your fist method)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;guess or measure (if it's safe to go on the avalanche fan) the thickness at various points&lt;UL&gt;&lt;LI&gt;including points outside of the fan with thickness = 0&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;interpolate a thickness raster&lt;/LI&gt;&lt;LI&gt;use the Raster Calculator to get the original DEM&lt;UL&gt;&lt;LI&gt;actually, you don't need this, just run the statistics on the thickness raster...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Dec 2021 08:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/member-introductions/how-can-i-create-a-surface-beneath-a-dem-raster/m-p/1123260#M1206</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2021-12-07T08:43:28Z</dc:date>
    </item>
  </channel>
</rss>

