<?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 Raster to Polygons With Floating Raster Points in ArcMap Questions</title>
    <link>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249305#M4250</link>
    <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;I appreciate the reply! I checked the editor options and it looks like 3 decimal places so I'm assuming I can substitute 100 as the value. I'm new to ArcGIS, is this a command to be entered into python?&lt;/P&gt;&lt;P&gt;Also I don't have an attribute table associated with the raster image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArcMap 5.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60702iB157F1004F46A7FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArcMap 5.PNG" alt="ArcMap 5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 23:00:15 GMT</pubDate>
    <dc:creator>BradyHay</dc:creator>
    <dc:date>2023-01-18T23:00:15Z</dc:date>
    <item>
      <title>Converting Raster to Polygons With Floating Raster Points</title>
      <link>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249286#M4248</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm in the process of trying to utilize ArcToolbox to convert a raster image into polygons for use in CAD. Unfortunately the raster to polygon tool won't work as the raster image contains floating raster points (32 bit). I found a potential solution of utilizing the raster calculator to&amp;nbsp;&lt;SPAN&gt;convert a floating type raster to a polygon feature class but It's not under my current license (using ArcMap). I'm wondering if there's a different solution with the version I have or if I'm simply out of luck. Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raster calculator.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60699iD482E2E0FE299409/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raster calculator.PNG" alt="raster calculator.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 22:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249286#M4248</guid>
      <dc:creator>BradyHay</dc:creator>
      <dc:date>2023-01-18T22:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Raster to Polygons With Floating Raster Points</title>
      <link>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249294#M4249</link>
      <description>&lt;P&gt;how many decimal places do you need?&amp;nbsp; 1? 2?&lt;/P&gt;&lt;P&gt;int(!yourraster! * 10)&amp;nbsp; or&amp;nbsp;int(!yourraster! * 100)&amp;nbsp;&lt;/P&gt;&lt;P&gt;just remember to scale back the attributes in the table if needed&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 22:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249294#M4249</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-01-18T22:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Raster to Polygons With Floating Raster Points</title>
      <link>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249305#M4250</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;I appreciate the reply! I checked the editor options and it looks like 3 decimal places so I'm assuming I can substitute 100 as the value. I'm new to ArcGIS, is this a command to be entered into python?&lt;/P&gt;&lt;P&gt;Also I don't have an attribute table associated with the raster image.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArcMap 5.PNG" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60702iB157F1004F46A7FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArcMap 5.PNG" alt="ArcMap 5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 23:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249305#M4250</guid>
      <dc:creator>BradyHay</dc:creator>
      <dc:date>2023-01-18T23:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Raster to Polygons With Floating Raster Points</title>
      <link>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249349#M4255</link>
      <description>&lt;P&gt;If you need 3 decimal places&amp;nbsp; then * 1000&amp;nbsp; before taking the integer representation.&lt;/P&gt;&lt;P&gt;You won't have a raster attribute table because it is floating point and only integer rasters have a table.&lt;/P&gt;&lt;P&gt;And you want&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/how-raster-calculator-works.htm" target="_blank"&gt;How Raster Calculator works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 03:26:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249349#M4255</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-01-19T03:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Raster to Polygons With Floating Raster Points</title>
      <link>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249486#M4257</link>
      <description>&lt;P&gt;Appreciate the replies Dan. Unfortunately I'm not currently licensed to use the raster calculator (initial image). I'll have to discuss our current licensing internally in order to complete the task.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 15:36:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcmap-questions/converting-raster-to-polygons-with-floating-raster/m-p/1249486#M4257</guid>
      <dc:creator>BradyHay</dc:creator>
      <dc:date>2023-01-19T15:36:20Z</dc:date>
    </item>
  </channel>
</rss>

