<?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: Converting DEM elevation range into a polygon in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133254#M7723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joshua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can accomplish this using the Reclassify tool in Spatial or 3D Analyst toolbox.&amp;nbsp; Open the tool, select your DEM for the input, and then click 'Classify'.&amp;nbsp; Set the classes to 3 and click OK.&amp;nbsp; Specify one of the 'Old Values' range to your desired elevation range that you want the polygon to be.&amp;nbsp; For example, if your DEM has values from 1.5 - 58.7, and you're interested in values 20-30, then you should specify the Old Values to be in ranges:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;0 - 19.9&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20.0 - 30.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;30.1 - 58.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new values would default to 1, 2, and 3.&amp;nbsp; After your new raster is created, you can open the attribute table and select Values = 2.&amp;nbsp; Next run the Raster to Polygon tool on the selection and you will have your new polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2012 14:42:10 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2012-11-12T14:42:10Z</dc:date>
    <item>
      <title>Converting DEM elevation range into a polygon</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133253#M7722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to be able to convert an elevation range in a DEM into a polygon and I am having a heck of a time figuring out how to use the reclass tool. I am not sure how to create the remap table! Is anyone know of how to make this happen?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Nov 2012 01:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133253#M7722</guid>
      <dc:creator>JoshuaBenton</dc:creator>
      <dc:date>2012-11-11T01:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting DEM elevation range into a polygon</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133254#M7723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joshua,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can accomplish this using the Reclassify tool in Spatial or 3D Analyst toolbox.&amp;nbsp; Open the tool, select your DEM for the input, and then click 'Classify'.&amp;nbsp; Set the classes to 3 and click OK.&amp;nbsp; Specify one of the 'Old Values' range to your desired elevation range that you want the polygon to be.&amp;nbsp; For example, if your DEM has values from 1.5 - 58.7, and you're interested in values 20-30, then you should specify the Old Values to be in ranges:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;0 - 19.9&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;20.0 - 30.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;30.1 - 58.7&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The new values would default to 1, 2, and 3.&amp;nbsp; After your new raster is created, you can open the attribute table and select Values = 2.&amp;nbsp; Next run the Raster to Polygon tool on the selection and you will have your new polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 14:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133254#M7723</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2012-11-12T14:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting DEM elevation range into a polygon</title>
      <link>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133255#M7724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Joshua,&lt;BR /&gt;&lt;BR /&gt;You can accomplish this using the Reclassify tool in Spatial or 3D Analyst toolbox.&amp;nbsp; Open the tool, select your DEM for the input, and then click 'Classify'.&amp;nbsp; Set the classes to 3 and click OK.&amp;nbsp; Specify one of the 'Old Values' range to your desired elevation range that you want the polygon to be.&amp;nbsp; For example, if your DEM has values from 1.5 - 58.7, and you're interested in values 20-30, then you should specify the Old Values to be in ranges:&lt;BR /&gt;&lt;BR /&gt;0 - 19.9&lt;BR /&gt;20.0 - 30.0&lt;BR /&gt;30.1 - 58.7&lt;BR /&gt;&lt;BR /&gt;The new values would default to 1, 2, and 3.&amp;nbsp; After your new raster is created, you can open the attribute table and select Values = 2.&amp;nbsp; Next run the Raster to Polygon tool on the selection and you will have your new polygon.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply! I figured it our doing the same thing and I also learned that there is a big difference between the Reclassify and Reclass tools as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 04:00:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/converting-dem-elevation-range-into-a-polygon/m-p/133255#M7724</guid>
      <dc:creator>JoshuaBenton</dc:creator>
      <dc:date>2012-11-20T04:00:38Z</dc:date>
    </item>
  </channel>
</rss>

