<?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: Creating a cone-shaped DEM in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728733#M10574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so you have 3 inputs to TopoToRaster&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) polyline and you've selected the type = Contour&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) point feature class and type = PointElevation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) polygon feature class and type = Boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 21:27:45 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2013-05-07T21:27:45Z</dc:date>
    <item>
      <title>Creating a cone-shaped DEM</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728731#M10572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for a hydrological analysis, i have to create an idealized mountain, shaped as a cone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The task seems to be easy, but it does not work out. These are the steps I made:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- I created a line feature, consisting of six concentric circles (diameters: 1200m-200m, Z_Values:0m-1000m), representing the contours,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- a point featre (Z_Value:1000m), representing a height point,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- a polygon feature (concentric to the conture lines, diameter 1250m), representing the boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I used the "Topo to raster" tool, to interpolate the DEM, but ArcMap always returns several errors (010235,010067,010089,...)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Initally I used "float" as data type for the Z_Values, than I changed it to integer, without any improvement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried it with both features with and without included Z-values, but none of them worked out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any idea, suggestion,...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 06:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728731#M10572</guid>
      <dc:creator>ChristianKofler</dc:creator>
      <dc:date>2013-05-07T06:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a cone-shaped DEM</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728732#M10573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not create a &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//005v00000002000000"&gt;terrain&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/What_is_a_TIN_surface/006000000001000000/"&gt;TIN&lt;/A&gt;&lt;SPAN&gt; with the data used as softlines?&amp;nbsp; That may work if your area is rather large and fails in the Topo to Raster tool.&amp;nbsp; You can then convert the TIN or Terrain to a raster if necessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 12:25:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728732#M10573</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2013-05-07T12:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a cone-shaped DEM</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728733#M10574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so you have 3 inputs to TopoToRaster&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) polyline and you've selected the type = Contour&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) point feature class and type = PointElevation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) polygon feature class and type = Boundary&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 21:27:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728733#M10574</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-05-07T21:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a cone-shaped DEM</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728734#M10575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It worked out now, by using shapefiles instead of feature classes. I cannot explain the reason, but kept all the settings as I described them below...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@jbswain: previously I also tried to create a TIN which did not work out either..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers chriko&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 08:43:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728734#M10575</guid>
      <dc:creator>ChristianKofler</dc:creator>
      <dc:date>2013-05-08T08:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a cone-shaped DEM</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728735#M10576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chriko,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for sharing on this great work.&amp;nbsp; It is interesting that a fellow hydrologist has a need for a conical DEM.&amp;nbsp; I need this DEM to validate a tool I have built.&amp;nbsp; Would you be able to share your resulting DEM please?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jaime&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 16:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/creating-a-cone-shaped-dem/m-p/728735#M10576</guid>
      <dc:creator>JaimeMatteoli</dc:creator>
      <dc:date>2013-10-18T16:14:23Z</dc:date>
    </item>
  </channel>
</rss>

