<?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: Con and raster calculator in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299955#M10385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_to_change_NoData_cells_to_a_value/009z000000ms000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_to_change_NoData_cells_to_a_value/009z000000ms000000/&lt;/A&gt;&lt;BR /&gt;untested&lt;BR /&gt;Con(IsNull("Scaled_8bit"), 0 ,"Scaled_8bit")&lt;BR /&gt;or something along that line&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I the meanwhile I had found this 2 step workaround, but the 1 step expression is much more time efficient!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 Step: raster1=IsNull("%Scaled_8bit%")&amp;nbsp; Followed by Con("%raster1%",0,"%Scaled_8bit%","Value=1").&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 Step: Con(IsNull("%Ouptut8bit%"),0,"%Ouptut8bit%")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Feb 2011 21:13:18 GMT</pubDate>
    <dc:creator>AliceDeschamps1</dc:creator>
    <dc:date>2011-02-26T21:13:18Z</dc:date>
    <item>
      <title>Con and raster calculator</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299953#M10383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to convert the NoData values in my image to 0 using a Con statement within raster calculator.&amp;nbsp; Tried many iteration without success??&amp;nbsp; I am using ArcGISv10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Con("Scaled_8bit"&amp;nbsp; ==&amp;nbsp; NoData, 0 ,"Scaled_8bit")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note:&amp;nbsp; Trying to avoid reclass, too slow.&amp;nbsp; This will be integrated in a model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 21:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299953#M10383</guid>
      <dc:creator>AliceDeschamps1</dc:creator>
      <dc:date>2011-02-25T21:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Con and raster calculator</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299954#M10384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_to_change_NoData_cells_to_a_value/009z000000ms000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_to_change_NoData_cells_to_a_value/009z000000ms000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;untested&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull("Scaled_8bit"), 0 ,"Scaled_8bit")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or something along that line&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 23:44:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299954#M10384</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-02-25T23:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Con and raster calculator</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299955#M10385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_to_change_NoData_cells_to_a_value/009z000000ms000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/How_to_change_NoData_cells_to_a_value/009z000000ms000000/&lt;/A&gt;&lt;BR /&gt;untested&lt;BR /&gt;Con(IsNull("Scaled_8bit"), 0 ,"Scaled_8bit")&lt;BR /&gt;or something along that line&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;---------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, I the meanwhile I had found this 2 step workaround, but the 1 step expression is much more time efficient!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 Step: raster1=IsNull("%Scaled_8bit%")&amp;nbsp; Followed by Con("%raster1%",0,"%Scaled_8bit%","Value=1").&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1 Step: Con(IsNull("%Ouptut8bit%"),0,"%Ouptut8bit%")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Feb 2011 21:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/con-and-raster-calculator/m-p/299955#M10385</guid>
      <dc:creator>AliceDeschamps1</dc:creator>
      <dc:date>2011-02-26T21:13:18Z</dc:date>
    </item>
  </channel>
</rss>

