<?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 Failure in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636594#M12322</link>
    <description>&lt;P&gt;Report it to tech support.&amp;nbsp; I can't find anything reported as a bug in the public facing support site&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/overview" target="_blank"&gt;Esri Support | ArcGIS Technical Support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and there could be a number of reasons why it might fail leading back to the raster type that is used for the raster layer.&lt;/P&gt;&lt;P&gt;That is why I suggested trying the single steps with the tool, then comparing it to the raster calculator.&lt;/P&gt;&lt;P&gt;eg&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;Ln(“smk_flowacc”&amp;nbsp;)&amp;nbsp; &amp;nbsp;dump the + 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If the tool works and the calculator doesn't, then you have narrowed down a condition&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jul 2025 21:24:36 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-07-25T21:24:36Z</dc:date>
    <item>
      <title>Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636157#M12316</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a student who has ArcPro on his laptop, but Raster Calculator will not run... Well it runs, but in less than a second it finishes and then there is no product... it says it made the file and where its at, but there is nothing there. We did the software repair, we uninstalled, re installed, we tried do it in the python window, it would not initialize, so i think it is an issue with accessing Python. Uninstalled python, anaconda, and ESRI all again, reinstalled Pro.... still does the same thing. Figure it was an antivirus thing shout all of that stuff down, repaired and still failed. tried everything as an admin...still failed its not resource issue, it a simple calculation, and its a small raster.... still fails Any help would be great&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 20:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636157#M12316</guid>
      <dc:creator>MichaelHarman1</dc:creator>
      <dc:date>2025-07-24T20:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636160#M12317</link>
      <description>&lt;P&gt;What was the raster calculator dialog and expression? (screengrab if you can)&lt;/P&gt;&lt;P&gt;Do any of the spatial analyst tools in arctoolbox work so that you can emulate the raster calculator partially or in total?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 20:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636160#M12317</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-07-24T20:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636197#M12318</link>
      <description>&lt;P&gt;Ln(“smk_flowacc” + 1) was the expression , reclass , all the hydrology stuff works.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:31:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636197#M12318</guid>
      <dc:creator>MichaelHarman1</dc:creator>
      <dc:date>2025-07-24T22:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636199#M12319</link>
      <description>Ln(“smk_flowacc” + 1) was the expression , reclass , all the hydrology stuff works.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2025 22:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636199#M12319</guid>
      <dc:creator>MichaelHarman1</dc:creator>
      <dc:date>2025-07-24T22:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636211#M12320</link>
      <description>&lt;P&gt;I don't think you need the Raster("smk_flowacc") as shown in&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/spatial-analyst/mapalgebra/building-complex-statements.htm" target="_blank"&gt;Complex statements—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So I would try some of the following to ensure that your output raster for a simple process is working.&lt;/P&gt;&lt;P&gt;Specify a folder as the destination and a *.tif as the output (eg c:/temp/output.tif) and&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/ln.htm" target="_blank"&gt;Ln (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I assume you are adding 1 so that 0 in the flow accumulation isn't converted to nodata?&lt;/P&gt;&lt;P&gt;you could create a constant raster&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/create-constant-raster.htm" target="_blank"&gt;Create Constant Raster (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;then add them together&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/plus.htm" target="_blank"&gt;Plus (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 23:02:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636211#M12320</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-07-24T23:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636564#M12321</link>
      <description>&lt;P&gt;yes that would likely work, but the bigger issue is why it fails. Raster calculator is a part in so many of our labs, not being able to use it is an issue.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 20:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636564#M12321</guid>
      <dc:creator>MichaelHarman1</dc:creator>
      <dc:date>2025-07-25T20:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636594#M12322</link>
      <description>&lt;P&gt;Report it to tech support.&amp;nbsp; I can't find anything reported as a bug in the public facing support site&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/overview" target="_blank"&gt;Esri Support | ArcGIS Technical Support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and there could be a number of reasons why it might fail leading back to the raster type that is used for the raster layer.&lt;/P&gt;&lt;P&gt;That is why I suggested trying the single steps with the tool, then comparing it to the raster calculator.&lt;/P&gt;&lt;P&gt;eg&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;Ln(“smk_flowacc”&amp;nbsp;)&amp;nbsp; &amp;nbsp;dump the + 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;If the tool works and the calculator doesn't, then you have narrowed down a condition&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 21:24:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1636594#M12322</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-07-25T21:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1637059#M12323</link>
      <description>&lt;P&gt;I was having trouble with ArcHydro processes and learned that my 16GB RAM was too little to deal with my large dataset. I got an upgrade to 32GB but have not been able to test it. The recommended RAM size for ArcHydro is 64GB.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 18:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1637059#M12323</guid>
      <dc:creator>MarkBoucher</dc:creator>
      <dc:date>2025-07-28T18:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Failure</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1637290#M12324</link>
      <description>&lt;P&gt;It ran all the Hydro stuff, flow direction and flow accumulation, it only fails when we go to the calculator. Also this is a small data set, so i dont think thats the issue... I still think it isa failure to recognize and or connect to python from this tool&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 14:02:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-failure/m-p/1637290#M12324</guid>
      <dc:creator>MichaelHarman1</dc:creator>
      <dc:date>2025-07-29T14:02:40Z</dc:date>
    </item>
  </channel>
</rss>

