<?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: Problem creating contours from DEM.  They appear like they are from Minecraft. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144925#M51614</link>
    <description>&lt;P&gt;Because the "output" per se of a raster function is still the original DEM just drawn differently, there is no way to create labels for the contour lines as they're raster cells still.&amp;nbsp; You can set the Z-base contour like 0 and then set the contour interval every 20' with every 5th contour being bold.&amp;nbsp; In this case, the "output" of the raster function is for display purposes only. I'm converting the DEM from an integer to a floating point raster and plan to run the Contour GP tool (Spatial Analyst) and see if that helps smooth the stairstep effect.&amp;nbsp; More to come!&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 21:47:37 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2022-02-16T21:47:37Z</dc:date>
    <item>
      <title>Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144444#M51527</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am having trouble with creating contours from a DEM. They are coming in all square if you zoom in on them, like they are from Minecraft or something.&amp;nbsp; I tried using focal statistics to smooth the raster, but has no effect on the square contours that result.&amp;nbsp; The DEM is from&amp;nbsp;&lt;A href="https://gisdata.pgplanning.org/opendata/downloadzip.asp?FileName=/data/FGDB/DEM2018.zip" target="_blank" rel="noopener"&gt;https://gisdata.pgplanning.org/opendata/downloadzip.asp?FileName=/data/FGDB/DEM2018.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to smooth these?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Square Contours" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34051iA940AE44B06A558B/image-size/large?v=v2&amp;amp;px=999" role="button" title="square contours.png" alt="Square Contours" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Square Contours&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 02:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144444#M51527</guid>
      <dc:creator>JustinJohnston</dc:creator>
      <dc:date>2022-02-16T02:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144449#M51530</link>
      <description>&lt;P&gt;what options did you use?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/image-analyst/contour.htm" target="_blank"&gt;Contour—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and see&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/contour-function.htm" target="_blank"&gt;Contour function—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for a more detailed discussion on factors that will affect the smoothness of the lines themselves.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(ps, zoomed in at that level you are seeing the partial outlines of the cells that form the contour which is totally expected)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 02:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144449#M51530</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-16T02:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144603#M51558</link>
      <description>&lt;P&gt;Your input is integer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could add a bit of "noise" to your DEM. For example, use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-random-raster.htm" target="_self"&gt;CreateRandomRaster&lt;/A&gt;&lt;/P&gt;&lt;P&gt;using your DEM's extent and cell size to create a raster of random values between 0 and 1. Add this noise to your DEM and Contour it.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144603#M51558</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2022-02-16T14:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144914#M51612</link>
      <description>&lt;P&gt;Using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/contour-function.htm" target="_self"&gt;Contour Raster Function&lt;/A&gt; on the DEM download listed in your original message, I have smooth contour "lines" that do not have that stairstep effect.&amp;nbsp; See below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContourRasterFunction.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34172i2D58852402828E6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ContourRasterFunction.JPG" alt="ContourRasterFunction.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ContourRasterFunction2.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34171iCE32349FA4CF5AB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ContourRasterFunction2.JPG" alt="ContourRasterFunction2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144914#M51612</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-02-16T21:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144918#M51613</link>
      <description>&lt;P&gt;I used the 3D Analyst Contour function, which may have worked differently than the Contour Raster Function.&amp;nbsp; Do the contours end up as lines with specific elevations?&amp;nbsp; I have never used that one.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:41:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144918#M51613</guid>
      <dc:creator>JustinJohnston</dc:creator>
      <dc:date>2022-02-16T21:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144925#M51614</link>
      <description>&lt;P&gt;Because the "output" per se of a raster function is still the original DEM just drawn differently, there is no way to create labels for the contour lines as they're raster cells still.&amp;nbsp; You can set the Z-base contour like 0 and then set the contour interval every 20' with every 5th contour being bold.&amp;nbsp; In this case, the "output" of the raster function is for display purposes only. I'm converting the DEM from an integer to a floating point raster and plan to run the Contour GP tool (Spatial Analyst) and see if that helps smooth the stairstep effect.&amp;nbsp; More to come!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:47:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144925#M51614</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-02-16T21:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144932#M51615</link>
      <description>&lt;P&gt;From&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/raster-functions/raster-functions.htm" target="_blank"&gt;Raster functions—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You don't save the result to disk It is for display.&amp;nbsp; The contour function in my original link was to explain the things that will affect your blockiness&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 21:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144932#M51615</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-02-16T21:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating contours from DEM.  They appear like they are from Minecraft.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144937#M51617</link>
      <description>&lt;P&gt;Okay - here's what will work.&amp;nbsp; Run the Focal Statistics GP tool with a rectangular neighborhood.&amp;nbsp; For the width and length, I used 7.&amp;nbsp; You can play with the values as you see fit.&lt;/P&gt;&lt;P&gt;Using the output of the Focal Statistics tool, I used it as the input for the Contour (Spatial Analyst) GP tool and voila!&amp;nbsp; Smooth contours!&amp;nbsp; See below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FocalStats.JPG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/34180iB23E00BB02C5CF97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FocalStats.JPG" alt="FocalStats.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 22:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-creating-contours-from-dem-they-appear/m-p/1144937#M51617</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2022-02-16T22:15:26Z</dc:date>
    </item>
  </channel>
</rss>

