<?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 Using Reclassify Tool w/ Decimals in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/using-reclassify-tool-w-decimals/m-p/689402#M22856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working with some data that will be used to create a complex model in Model Builder. I'm trying to take a Stronghold Watershed layer that has three classifications (high priority, medium priority and low priority) that has been converted into a raster and reclassify the values in the field the conversion was based on. The values are 2, 1, and 0 respectively. I want to reclassify the values to 1, .5, and 0 respectively. When in the reclassify tool it will not keep the .5, it keeps switching it back to a 0. The precision control seems to be to allow decimals but I can't get it work. Anyone have any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 11:33:07 GMT</pubDate>
    <dc:creator>KristinGriffen</dc:creator>
    <dc:date>2013-01-31T11:33:07Z</dc:date>
    <item>
      <title>Using Reclassify Tool w/ Decimals</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-reclassify-tool-w-decimals/m-p/689402#M22856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm working with some data that will be used to create a complex model in Model Builder. I'm trying to take a Stronghold Watershed layer that has three classifications (high priority, medium priority and low priority) that has been converted into a raster and reclassify the values in the field the conversion was based on. The values are 2, 1, and 0 respectively. I want to reclassify the values to 1, .5, and 0 respectively. When in the reclassify tool it will not keep the .5, it keeps switching it back to a 0. The precision control seems to be to allow decimals but I can't get it work. Anyone have any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 11:33:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-reclassify-tool-w-decimals/m-p/689402#M22856</guid>
      <dc:creator>KristinGriffen</dc:creator>
      <dc:date>2013-01-31T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using Reclassify Tool w/ Decimals</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/using-reclassify-tool-w-decimals/m-p/689403#M22857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm working with some data that will be used to create a complex model in Model Builder. I'm trying to take a Stronghold Watershed layer that has three classifications (high priority, medium priority and low priority) that has been converted into a raster and reclassify the values in the field the conversion was based on. The values are 2, 1, and 0 respectively. I want to reclassify the values to 1, .5, and 0 respectively. When in the reclassify tool it will not keep the .5, it keeps switching it back to a 0. The precision control seems to be to allow decimals but I can't get it work. Anyone have any suggestions?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The old reclass tool only outputs integers. I suspect that's true of the current flavor of the tool, though the help sure doesn't say so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your example, you could use raster calculator to divide by two. Don't forget to specify 2.0 so it will do float division.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;"ingrid" / 2.0&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A more general approach is to use Con:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Con("ingrid" == 2,1,Con("ingrid" == 1,0.5,Con("ingrid" == 0,0)))&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 21:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/using-reclassify-tool-w-decimals/m-p/689403#M22857</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-01-31T21:07:48Z</dc:date>
    </item>
  </channel>
</rss>

