<?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 Reclassify Raster from Floating Point to Integer in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/reclassify-raster-from-floating-point-to-integer/m-p/153598#M11864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am following a methodology that requires me to use 'spatial analyst &amp;gt; reclassify'. I have to enter the same values as in the 'old values' but as integer values in the new values column to reclassify it with integer values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;26 - 38.592853&amp;nbsp; becomes 26 - 38&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;38.592853 - 51.185706 becomes 38 - 51&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can use the reclassify in python but I need to get the reclassifyRanges from the original raster as a starting point and then use int() etc. How do I do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; gp.Reclassify_sa(InputRaster, "Value", reclassifyRanges, OutputRaster, "DATA")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2011 11:57:28 GMT</pubDate>
    <dc:creator>PSelby</dc:creator>
    <dc:date>2011-12-02T11:57:28Z</dc:date>
    <item>
      <title>Reclassify Raster from Floating Point to Integer</title>
      <link>https://community.esri.com/t5/python-questions/reclassify-raster-from-floating-point-to-integer/m-p/153598#M11864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am following a methodology that requires me to use 'spatial analyst &amp;gt; reclassify'. I have to enter the same values as in the 'old values' but as integer values in the new values column to reclassify it with integer values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;26 - 38.592853&amp;nbsp; becomes 26 - 38&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;38.592853 - 51.185706 becomes 38 - 51&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can use the reclassify in python but I need to get the reclassifyRanges from the original raster as a starting point and then use int() etc. How do I do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; gp.Reclassify_sa(InputRaster, "Value", reclassifyRanges, OutputRaster, "DATA")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 11:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/reclassify-raster-from-floating-point-to-integer/m-p/153598#M11864</guid>
      <dc:creator>PSelby</dc:creator>
      <dc:date>2011-12-02T11:57:28Z</dc:date>
    </item>
  </channel>
</rss>

