<?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: Calculating lake depth from DEM in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218875#M7545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;did you try clipping out the DEM using the lake file?&amp;nbsp; A lake won't have a negative elevation unless it is below sea level&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 21:05:01 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2013-11-19T21:05:01Z</dc:date>
    <item>
      <title>Calculating lake depth from DEM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218874#M7544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was looking for help related to finding the depth of a lake with a DEM. The only data sets I have are a DEM and a lake polygon. I am not sure if my DEM includes bathymetry. So, I was wondering how I can tell if my DEM has bathymetry and if not how can I calculate the depth of the lake. My DEM has negative numbers for ocean areas but not for lakes, if that helps determining if it has bathymerty I am not sure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 20:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218874#M7544</guid>
      <dc:creator>AnaContessa1</dc:creator>
      <dc:date>2013-11-19T20:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating lake depth from DEM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218875#M7545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;did you try clipping out the DEM using the lake file?&amp;nbsp; A lake won't have a negative elevation unless it is below sea level&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 21:05:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218875#M7545</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2013-11-19T21:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating lake depth from DEM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218876#M7546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you build a hillshade for the DEM in the area of the lake, does it appear to have "topographic relief"? Otherwise if it appears flat (as a lake surface would), the DEM probably represents the surface elevation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably unlikely that the DEM includes bathymetry... For example, if it's a USGS 10m DEM or something I guarantee it doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;A lake won't have a negative elevation unless it is below sea level&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sort of... A lake may have a surface elevation of 314ft &amp;gt; MSL, but the depth of it may be 350ft deep, so that would leave the bottom of the lake at 36ft &amp;lt; MSL. For example: &lt;/SPAN&gt;&lt;A href="http://en.wikipedia.org/wiki/Lake_Whatcom"&gt;http://en.wikipedia.org/wiki/Lake_Whatcom&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 23:08:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218876#M7546</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2013-11-19T23:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating lake depth from DEM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218877#M7547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right the DEM does not have bathymetry, the lakes just show up flat. Ist there I way to calculate the depth by using the elevation of the surrounding areas? Thank you so much for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 11:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218877#M7547</guid>
      <dc:creator>AnaContessa1</dc:creator>
      <dc:date>2013-11-20T11:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating lake depth from DEM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218878#M7548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should not be able to determine a lake depth based on surrounding topology.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lakes are formed in different ways and that is a significant factor in how deep it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Typically very round lakes are often meteor impacts.&amp;nbsp; They will be very shallow and have raised edges.&amp;nbsp; This is not always true.&amp;nbsp; We have a large lake near where I live that is very round and has raised edges but is exceptionally deep and is fed by a spring at 106 feet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thin very deep lakes are often formed by glaciers or erosion etc...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what state are you in?&amp;nbsp; Some states DNR's provide bathymetric &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A DEM will typically show the elevation of the lake surface at the time it was made.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bathymetrics used to be made by throwing a weighted rope into the water and marking how deep it goes.&amp;nbsp; modern technology uses sonar.&amp;nbsp; The technology used to generate modern DEM cannot penetrate water surface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You are right the DEM does not have bathymetry, the lakes just show up flat. Ist there I way to calculate the depth by using the elevation of the surrounding areas? Thank you so much for the help&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 12:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218878#M7548</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2013-11-20T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating lake depth from DEM</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218879#M7549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you did obtain some sort of bathymetry data for your lake then have a look at this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/56070-How-to-...-lake-depth-contours"&gt;thread&lt;/A&gt;&lt;SPAN&gt; on how to use it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:35:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculating-lake-depth-from-dem/m-p/218879#M7549</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-11-20T14:35:12Z</dc:date>
    </item>
  </channel>
</rss>

