<?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: Reclassify in ModelBuilder in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295203#M4171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mel, &lt;BR /&gt;&lt;BR /&gt;I think the Raster Calculator tool would be a more straight-forward approach as you can use the IsNull and Con tools together like this:&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 1, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 2, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 3, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Curtis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked beautifully!&amp;nbsp; I have been looking for a simplistic way to use if/else statements.&amp;nbsp; As an on-the-job-learner, I was not aware of the Raster Calculator.&amp;nbsp; And it looks like I can use the 'Single Output Map Algebra' tool to place this in ModelBuilder.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much! You just opened up a pretty large door for me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2013 12:40:33 GMT</pubDate>
    <dc:creator>melaniewilliams</dc:creator>
    <dc:date>2013-04-29T12:40:33Z</dc:date>
    <item>
      <title>Reclassify in ModelBuilder</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295201#M4169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As part of a much larger model, I am trying to use the Reclassify tool on a raster file. The raster file was made at the 30 cell size with only three rows.&amp;nbsp; I'm reclassifying the original raster file three times to produce three different new raster files.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Original raster attribute table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rowid;&amp;nbsp;&amp;nbsp; Value; Count&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0;&amp;nbsp;&amp;nbsp; 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 609624542&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1;&amp;nbsp;&amp;nbsp; 2;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 854540105&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2;&amp;nbsp;&amp;nbsp; 3;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 167276779&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the Value field to reclass it once to 1, 0, 0, and NoData to 0.&amp;nbsp; Did a second reclass to 0, 1, 0, and NoData to 0 and then a third reclass to 0, 0, 1, and NoData to 0.&amp;nbsp; This works great for the second reclass in term of it producing a raster file that only has a 1 and 0 Value and is shown by "Unique Value".&amp;nbsp; The other two files are shown in "Stretched" and don't have an attribute table attached.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have search all over the ArcGIS Desktop Help site and the forums and haven't seen anything that really applies to this type of situation.&amp;nbsp; However I may not be asking or searching the right thing.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 19:46:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295201#M4169</guid>
      <dc:creator>melaniewilliams</dc:creator>
      <dc:date>2013-04-24T19:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reclassify in ModelBuilder</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295202#M4170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm reclassifying the original raster file three times to produce three different new raster files.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Original raster attribute table:&lt;BR /&gt;Rowid;&amp;nbsp;&amp;nbsp; Value; Count&lt;BR /&gt;0;&amp;nbsp;&amp;nbsp; 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 609624542&lt;BR /&gt;1;&amp;nbsp;&amp;nbsp; 2;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 854540105&lt;BR /&gt;2;&amp;nbsp;&amp;nbsp; 3;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 167276779&lt;BR /&gt;&lt;BR /&gt;I used the Value field to reclass it once to 1, 0, 0, and NoData to 0.&amp;nbsp; Did a second reclass to 0, 1, 0, and NoData to 0 and then a third reclass to 0, 0, 1, and NoData to 0. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mel, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the Raster Calculator tool would be a more straight-forward approach as you can use the IsNull and Con tools together like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 1, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 2, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 3, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 16:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295202#M4170</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-04-25T16:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reclassify in ModelBuilder</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295203#M4171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mel, &lt;BR /&gt;&lt;BR /&gt;I think the Raster Calculator tool would be a more straight-forward approach as you can use the IsNull and Con tools together like this:&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 1, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 2, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Con(IsNull("inraster"), 0, Con("inraster" == 3, 1, 0))&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Curtis,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked beautifully!&amp;nbsp; I have been looking for a simplistic way to use if/else statements.&amp;nbsp; As an on-the-job-learner, I was not aware of the Raster Calculator.&amp;nbsp; And it looks like I can use the 'Single Output Map Algebra' tool to place this in ModelBuilder.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much! You just opened up a pretty large door for me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 12:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295203#M4171</guid>
      <dc:creator>melaniewilliams</dc:creator>
      <dc:date>2013-04-29T12:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reclassify in ModelBuilder</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295204#M4172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; And it looks like I can use the 'Single Output Map Algebra' tool to place this in ModelBuilder. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, indeed. Map Algebra is quite useful!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the thread I should add that when you move up to 10.x SOMA and Raster Calculator (from the menu) are no longer available. Your 9.x model that uses SOMA will still run, you just will have to do it differently in new models.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/#/What_s_new_in_ArcGIS_Spatial_Analyst/00qp0000001n000000/"&gt;What's new in ArcGIS Spatial Analyst 10&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 15:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclassify-in-modelbuilder/m-p/295204#M4172</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-04-29T15:40:46Z</dc:date>
    </item>
  </channel>
</rss>

