<?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: Help needed calculating glacier volume from DEMs on surface and bedrock topograph in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704329#M4215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I have version 10.0 Service Pack 2, do you think that updating would fix this error then? And yes I get a "no" for if it's closed, and the output is a multipatch. I can't actually see an option for outputing as a geodatabase, it just gives me an output as a .shp. So you do think updating would fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 08:40:12 GMT</pubDate>
    <dc:creator>BenRobson</dc:creator>
    <dc:date>2011-12-07T08:40:12Z</dc:date>
    <item>
      <title>Help needed calculating glacier volume from DEMs on surface and bedrock topography</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704320#M4206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working on my master thesis at the University of Bergen, Norway. I'm trying to work out the volume of the three parts of Folgefonna glacier, in Norway. I have the bedrock topography beneath the ice which was recorded using ground penetrating radar and ice radar during fieldwork last spring. I also have DEMs of the glacier surface from many years ranging from the 1930s to 2010. In addition this I have shapefiles of the glacier area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to calculate the volume between these two DEMs, I've tried using the Cut Fill tool, but I don't know how to turn the results of this into a volume in cubic metres in order to assess the change in volume.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben Robson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 09:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704320#M4206</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-11-25T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704321#M4207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If your projected coordinate system is in units of meters and the pixel values are in units of meters, then the volumes will be calculated in cubic meters.&amp;nbsp; What coordinate system are both inputs using and what are the z units?&amp;nbsp; You are using the DEMs of the glacier surface as the "After Surface", correct?&amp;nbsp; Essentially you have no cuts -only fill.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If ultimately you want to visualize these volumes in the form of a multipatch feature class or perform analysis on these volumes (shapes), I would suggest having a look at the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Extrude_Between/00q900000032000000/"&gt;Extrude Between &lt;/A&gt;&lt;SPAN&gt;tool followed by the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Add_Z_Information/00q90000005z000000/"&gt;Add Z Information&lt;/A&gt;&lt;SPAN&gt; tool.&amp;nbsp; It only works on TIN's though, so you'd have to &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Raster_To_TIN/00q90000003p000000/"&gt;convert your raster data to TIN&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; If they are very large, it may not work because we have to dump everything into memory for that particular tool and you can run out resulting in tool failure.&amp;nbsp; If it were too large (too many nodes) you can thin the TIN during the conversion or post conversion with &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Decimate_TIN_Nodes/00q90000006w000000/"&gt;Decimate TIN Nodes &lt;/A&gt;&lt;SPAN&gt;tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 20:21:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704321#M4207</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-11-29T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704322#M4208</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;SPAN&gt;The DEMs were either created on PCI Geomatica or were provided by the water agency of Norway, they all have the same pixel size and co-ordinate system, and the Z factor I assume is the same for each as they agree on heights of the surrounding bedrock. I tried using CutFill where the glacier surface was the After Surface, and the bedrock the Before Surface, and Surface Volume where I calculated below a planar surface above the glacier for both inputs, and then subtracted one from another, but it seems that some of the DEMs give volumes several orders of magnitude out from others. I will try Extrude between to see if I get the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you think that the fact the DEMs were made on a British computer - i.e. it used a . as a decimal point, while my computer which I'm trying to analyse them is Norwegian, so uses a , for a decimal point. Having said that the heights the DEMs give are all quite similar.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 05:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704322#M4208</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-11-30T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704323#M4209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The delimiter doesn't sound like the issue for now.&amp;nbsp; What is the coordinate system of the data?&amp;nbsp; To check, open the layer properties and go to the source tab.&amp;nbsp; Is it using meters for the unit?&amp;nbsp; We need to verify that your X,Y,Z units are all meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How large are these datasets?&amp;nbsp; Are they publicly available for me to download somewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704323#M4209</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-11-30T15:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704324#M4210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked, and a couple of the DEMs have the Spatial Reference Angular Unit as metres, but most have Degree (0,017453292519943295). Is there a precise way to convert these? Or should I make the DEMs again? Some of the datasets are publicly available, but there's a long wait in acquiring them, and some of them I made on PCI Geomatica. I can perhaps try sending them to you though if needed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help so far!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 06:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704324#M4210</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-01T06:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704325#M4211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, so some of your data is using a geographic coordinate system.&amp;nbsp; This is the problem.&amp;nbsp; LxWxH can't have mixed units of decimal degrees and meters.&amp;nbsp; The precise method you inquire about is to project those rasters that have units of DD to a projected coordinate system that uses Meters.&amp;nbsp; To do this, open the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000007q000000"&gt;Project Raster &lt;/A&gt;&lt;SPAN&gt;geoprocessing tool. Since this is elevation data, please make sure that when projecting the data you change the resampling method to Bilinear.&amp;nbsp; If you happen to switch datums be sure to set an appropriate geographic transformation for your area.&amp;nbsp; Once X,Y,Z (I'm assuming Z is already meters) are the same the volumes should make a lot more sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 15:05:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704325#M4211</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-12-01T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704326#M4212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They all have WGS 1984 UTM ZONE 32N as the Spatial Reference, apart from one or two which are Zone 31N, should I adjust this too? Reprojecting them seems to work fine, so now do you suggest I convert them to TINs and use Extrude Between rather than Cut Fill or Surface Volume.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 07:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704326#M4212</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-02T07:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704327#M4213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Erik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to make the TIN from the extrude between tool, I've looked at it on ArcScene and it all seems fine, but when I try to Add Z Information it gives values for Volume and slope as 0. Any idea why this could be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 12:53:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704327#M4213</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-06T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704328#M4214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I do know what that means and it isn't good news.&amp;nbsp; The only time volume will be returned as zero is when the input multipatch is not closed.&amp;nbsp; The tool is supposed to create closed multipatches.&amp;nbsp; I tested 10.1 beta 2 and it's working properly.&amp;nbsp; I did find a bug where it still produces non closed multipatches but only if the inputs lack spatial reference information.&amp;nbsp; I know you have defined the coordinates though and even reprojected.&amp;nbsp; Not until 10.1 do we have the ability to easily close a multipatch - there is a new tool coming called Enclose Multipatch.&amp;nbsp; If you run Is Closed 3D does it return 'No'?&amp;nbsp; Did you output a shapefile multipatch or did you send it to a geodatabase?&amp;nbsp; Also, what service pack do you have installed?&amp;nbsp; I saw an older bug that said the tool produced non closed when going to shapefile but was working when going to geodatabase.&amp;nbsp; Cut/Fill can still tell you the volume...if it comes to that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 22:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704328#M4214</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-12-06T22:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704329#M4215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, I have version 10.0 Service Pack 2, do you think that updating would fix this error then? And yes I get a "no" for if it's closed, and the output is a multipatch. I can't actually see an option for outputing as a geodatabase, it just gives me an output as a .shp. So you do think updating would fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for all your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 08:40:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704329#M4215</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-07T08:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704330#M4216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, I'm not sure but a lot of my cut/fill operations seem to return exactly the same result, which must be wrong.&amp;nbsp; I know I'm asking for a lot of help but this is amongst the last bits (and the hardest so far) of my master so would be great if you can help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 09:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704330#M4216</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-07T09:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704331#M4217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ben,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Service pack 3 is available so it wouldn't hurt to install it.&amp;nbsp; As for output to geodatabase, you need to browse to one that you've created.&amp;nbsp; I'm not sure what is going on with Cut/Fill especially without the data.&amp;nbsp; Have you tried just subracting the bedrock dem from the glacial dem to get the difference in Z - then multiply that by the product of the cell size for x and y to get the volume of each pixel - then sum the whole raster?&amp;nbsp; Its kind of the manual way to do it.... Just a thought.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704331#M4217</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-12-08T20:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704332#M4218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Erik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried Service Pack 3 but still to no avail, same with outputting to a geodatabase, the output still isn't "closed." Is there no way I can update to the beta to close them? Maybe with the cut/fill error I can attach some of my data somehow so you I can show you what I mean? I will try the manual method, but it would be fantastic for my methodology if I can get one of these tools to work!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 08:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704332#M4218</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-09T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704333#M4219</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;SPAN&gt;The manual method is actually working, I got some cut/fills to work and some don't, but I think I'm happy with this. Thank you so much for all your help Erik!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;God Helg/Have a good weekend,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 12:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704333#M4219</guid>
      <dc:creator>BenRobson</dc:creator>
      <dc:date>2011-12-09T12:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed calculating glacier volume from DEMs on surface and bedrock topograph</title>
      <link>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704334#M4220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an idea in the arcgis ideas site for better gpr support.&amp;nbsp; Please promote and share the link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://ideas.arcgis.com/ideaView?id=087E00000004av0IAA" rel="nofollow" target="_blank"&gt;http://ideas.arcgis.com/ideaView?id=087E00000004av0IAA&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 20:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/help-needed-calculating-glacier-volume-from-dems/m-p/704334#M4220</guid>
      <dc:creator>DavidHollema</dc:creator>
      <dc:date>2013-03-28T20:28:57Z</dc:date>
    </item>
  </channel>
</rss>

