<?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: Raster Calculator - using the conditional options in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193253#M6605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake,&lt;/P&gt;&lt;P&gt;Yes, I was double clicking into the&amp;nbsp; Layers and variables in the&amp;nbsp; dialog box...&amp;nbsp; (These are not on my c: drive, but these layers are in arcmap currently.&lt;/P&gt;&lt;P&gt;Laurie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 20:00:58 GMT</pubDate>
    <dc:creator>lauriehogan</dc:creator>
    <dc:date>2015-02-23T20:00:58Z</dc:date>
    <item>
      <title>Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193247#M6599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to use the raster calculator to convert 0 values in the raster to 0.0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to use the syntax below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CON ("raster1" == 0, 0.001, "raster1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on &lt;A href="http://support.esri.com/en/knowledgebase/techarticles/detail/39974" title="http://support.esri.com/en/knowledgebase/techarticles/detail/39974"&gt;39974 - Change a particular value of a raster dataset to zero without changing the other values&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;1. In ArcMap, navigate to ArcToolbox &amp;gt; Spatial Analyst Tools &amp;gt; Map Algebra and open the Raster Calculator. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif;"&gt;2. In the Raster Calculator, input the following syntax: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="preBlock" style="font-size: 12px; color: #4d4d4d; background-color: #f0f6fa;"&gt;Con("InRaster" == -9999, 0 , "InRaster")&lt;/PRE&gt;&lt;P&gt;All I get is errors in 10.3 (see attachment).&amp;nbsp; I'm not a python user, so could really use help with this syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193247#M6599</guid>
      <dc:creator>lauriehogan</dc:creator>
      <dc:date>2015-02-23T19:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193248#M6600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is for older versions, check the current &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/spatial-analyst-toolbox/con-.htm"&gt;help files for Con&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193248#M6600</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-23T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193249#M6601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing me to the area to check out...&amp;nbsp; I had tried to find that source, but no luck.&lt;/P&gt;&lt;P&gt;I'll give these syntax examples a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:26:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193249#M6601</guid>
      <dc:creator>lauriehogan</dc:creator>
      <dc:date>2015-02-23T19:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193250#M6602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laurie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you adding the raster name to the statement?&amp;nbsp; Are you double-clicking from the 'Layers and Variables' box within this tool?&amp;nbsp; The error is indicating it cannot find the raster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193250#M6602</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2015-02-23T19:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193251#M6603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A good link for bookmarking is the top of the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/main/tools/a-quick-tour-of-geoprocessing-tool-references.htm"&gt;Arctoolbox tree as in this link...&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:35:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193251#M6603</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-23T19:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193252#M6604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Con ("raster1", 0.0001, "raster1" == 0) was next syntax in raster caculator didnt' work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;Con ("raster" == 0 , 0.0001, "raster1")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("elev_967_1","elev_967_1", 0.0001, "VALUE&amp;gt;0.0001")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con("VALUE &amp;lt; 0.001","elev_967_1", 0.0001)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of these worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 19:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193252#M6604</guid>
      <dc:creator>lauriehogan</dc:creator>
      <dc:date>2015-02-23T19:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator - using the conditional options</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193253#M6605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jake,&lt;/P&gt;&lt;P&gt;Yes, I was double clicking into the&amp;nbsp; Layers and variables in the&amp;nbsp; dialog box...&amp;nbsp; (These are not on my c: drive, but these layers are in arcmap currently.&lt;/P&gt;&lt;P&gt;Laurie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 20:00:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/raster-calculator-using-the-conditional-options/m-p/193253#M6605</guid>
      <dc:creator>lauriehogan</dc:creator>
      <dc:date>2015-02-23T20:00:58Z</dc:date>
    </item>
  </channel>
</rss>

