<?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 raster calculator in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560057#M8112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The jury is out - raster calculator has some huge shortcomings in terms of validation and its lack of integration with the rest of the geoprocessing environment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do hope the raster team can post a video or an early patch of the graphical interface to create command line map algebra, or a video showing how raster calculator type stuff can be done in the python command line window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the intellisense etc I would think it may be *easier* to use than the raster calculator. We will see though.... I need to play with it a bit before I decide whether this is a net negative.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The biggest issue is the loss of a map algebra tool within modelbuilder, but there are workarounds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May I suggest you post a use-case of a raster calculator expression you would normally do and maybe someone from the raster team can walk you through how to do it in 9.4?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2010 23:35:56 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2010-02-01T23:35:56Z</dc:date>
    <item>
      <title>Spatial - Map Algebra and Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560044#M8099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Several threads have touched on the changes to the Spatial Analyst Map Algebra and disappearance of the Raster Calculator. For all you who love Map Algebra and the Raster Calculator, the team agrees with you! The changes we have made to the Map Algebra language to make it integrate well with Python do change the language, but we feel it still looks and behaves enough like Map Algebra that you???ll feel the benefit is worth it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two Map Algebra experiences, the scripting experience and the raster calculator experience. Improvements to the language were made to improve the scripting experience. Having Map Algebra tightly integrated with our native scripting environment, Python, has not been possible except in Workstation when we wrote our own verison of both. Python provides a rich set of capabilities for you to take advantage of and integrate with our out of the box tools. We believe that Python will be the language of GIScience and this integration will play a key role. A feature you will see in beta2 that compliments this is&amp;nbsp; the ability to move blocks of pixels back and forth between ArcGIS rasters and Python arrays, allowing you to write your own raster analysis tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other side of Map Algebra is the raster calculator experience. We know that the Python window is not a substitute for the point and click experience and direct output of the raster calculator. We plan to build a calculator-like tool that will provide the point and click experience but also be something that you can drop into a model. Envision a combination of the old raster calculator and the SOMA tool. Unfortunately it won???t make it into beta2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And while I have your attention I???d like to suggest that if you have colleagues who seldom use Spatial Analyst, don???t make them learn Map Algebra. Show them where to find the tools and run it from the dialogs, or better yet build them a little ModelBuilder model with a couple parameters exposed and hide all the details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 01:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560044#M8099</guid>
      <dc:creator>SteveKopp</dc:creator>
      <dc:date>2009-11-10T01:54:30Z</dc:date>
    </item>
    <item>
      <title>Spatial Analyst -- Map Algebra: Color2hue does not work</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560045#M8100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the following Algebra in 9.2, it worked perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; h_grd = color2hue(tmp_grd, rgb.txt)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it did not work in 9.3.1. like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; gp.MultiOutputMapAlgebra_sa("h_grd = color2hue(tmp_grd, rgb.txt)")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can still make it work in 9.3.1 ArcInfo GRID&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to make it work in 9.4? I appreciate your help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use GRID daily, but I want to shift my AML to Python, and this color2hue stops my work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 04:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560045#M8100</guid>
      <dc:creator>WentaoChe</dc:creator>
      <dc:date>2009-11-10T04:03:02Z</dc:date>
    </item>
    <item>
      <title>Map Algebra: Color2hue works Now!</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560046#M8101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wrote in the last post that gp.MultiOutputMapAlgebra_sa("h_grd = color2hue(tmp_grd, rgb.txt)") does not work. Now I know the reason.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to set absolute path for the output grid like this in Python:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;inpath = "d:\\test"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;h_grd =&amp;nbsp; inpath + os.sep + 'h_grd'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.MultiOutputMapAlgebra_sa(h_grd + " = color2hue(tmp_grd, rgb.txt)") &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is also true in 9.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am glad to know that gp still works in 9.4.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 23:46:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560046#M8101</guid>
      <dc:creator>WentaoChe</dc:creator>
      <dc:date>2009-11-11T23:46:52Z</dc:date>
    </item>
    <item>
      <title>Whats Coming in Beta 2</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560047#M8102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Whats Coming in Beta 2 for python and gp?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2009 05:22:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560047#M8102</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-12T05:22:24Z</dc:date>
    </item>
    <item>
      <title>Python at Beta 2</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560048#M8103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ted,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For Python, continued fixes and polishing the experience.&amp;nbsp; There are a couple of things that I'd like to specific note: &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Exception classes for ArcPy: Dale wrote about these on the &lt;A href="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2008/12/01/Tips-and-tricks-_2D00_-Error-handling-in-Python-script-tools.aspx"&gt;arcgisscripting side&lt;/A&gt; on the geoprocessing blog a year ago, but they've always been a little hidden.&amp;nbsp; They also were not exposed on arcpy with Beta 1.&amp;nbsp; At Beta 2, they'll be part of arcpy and more obvious.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Steve touched on this, but also new functions that will allow you to convert rasters to and from numpy arrays.&amp;nbsp; These functions should really open up a lot of modeling opportunities.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;-Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 23:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560048#M8103</guid>
      <dc:creator>DavidWynne</dc:creator>
      <dc:date>2009-11-20T23:00:50Z</dc:date>
    </item>
    <item>
      <title>Cool</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560049#M8104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, I remember that post, just did not read it, saw try except (which I use), and moved on, but I see now about the result objects, so I will need to re read, whats happening on the blog side of gp.&amp;nbsp; Perhaps a blog post about all the new MB iterators would be nice.&amp;nbsp; C'mon Ash.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 16:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560049#M8104</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-23T16:08:39Z</dc:date>
    </item>
    <item>
      <title>Bug in map algebra?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560050#M8105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;import os,sys,string&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from arcpy.sa import *&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# this throws an error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; outraster1 = Raster('DEM2_Sept09') - Raster(1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Runtime error &amp;lt;type 'exceptions.RuntimeError'&amp;gt;: HRESULT(E_FAIL): Unspecified error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# this works&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; outraster1 = Raster('DEM2_Sept09') - 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#this crashes ArcMap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt; outraster1 = Raster(1)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 20:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560050#M8105</guid>
      <dc:creator>CamPatterson</dc:creator>
      <dc:date>2009-12-03T20:25:49Z</dc:date>
    </item>
    <item>
      <title>Spatial - Map Algebra and Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560051#M8106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your post. Please note that this is a known issue and currently a change request as been submitted. It will be fully supported for 9.4 final.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Casting a constant value in a raster object is similar to creating a constant raster with a defined cellsize and extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When used in conjuction with a spatial tool you do not need to cast the number as a raster because the properties of the raster are determined from the output from the tool and the value is simply added to the result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;out = Slope(input) + 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create a raster from a constant it will require the user to specify the environment cellsize and extent or an error will occur.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.cellsize = 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;arcpy.env.extent = "0 0 100 100"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out = Raster(1) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Ryan DeBruyn&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Spatial Analyst Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 15:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560051#M8106</guid>
      <dc:creator>RyanDeBruyn</dc:creator>
      <dc:date>2009-12-16T15:55:26Z</dc:date>
    </item>
    <item>
      <title>Spatial - Map Algebra and Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560052#M8107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Ted,&lt;BR /&gt;For Python, continued fixes and polishing the experience.&amp;nbsp; There are a couple of things that I'd like to specific note: &lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Exception classes for ArcPy: Dale wrote about these on the &lt;A href="http://blogs.esri.com/Dev/blogs/geoprocessing/archive/2008/12/01/Tips-and-tricks-_2D00_-Error-handling-in-Python-script-tools.aspx"&gt;arcgisscripting side&lt;/A&gt; on the geoprocessing blog a year ago, but they've always been a little hidden.&amp;nbsp; They also were not exposed on arcpy with Beta 1.&amp;nbsp; At Beta 2, they'll be part of arcpy and more obvious.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;-Dave&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That blog post was very helpful. I used it to build a little python module to help developing script tools, so now with a small template set up I can easily have my scripts tell me where they fail.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 22:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560052#M8107</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2009-12-22T22:37:32Z</dc:date>
    </item>
    <item>
      <title>Hoto usa Map Algebra in model?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560053#M8108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;since the Map Algebra Toolset is empty in 9.4 beta I wonder how I can use any Map Algebra in a model without having the SOMA Tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas Hack&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 08:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560053#M8108</guid>
      <dc:creator>ThomasHack1</dc:creator>
      <dc:date>2009-12-23T08:04:38Z</dc:date>
    </item>
    <item>
      <title>How to use Map Algebra in a model?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560054#M8109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thomas,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you note what Steve said in the first post to this thread you will find info regarding your question.&amp;nbsp; You will have to wait until post beta 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"We plan to build a calculator-like tool that will provide the point and click experience but also be something that you can drop into a model. Envision a combination of the old raster calculator and the SOMA tool. Unfortunately it won�??t make it into beta2."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 16:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560054#M8109</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2009-12-23T16:35:16Z</dc:date>
    </item>
    <item>
      <title>Spatial - Map Algebra and Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560055#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I wonder how I can use any Map Algebra in a model without having the SOMA Tool?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it's also really good news that we can still get to SOMA (or MOMA if we REALLY need it, say for $$ROWMAP,$$COLMAP) through the old arcgisscripting object.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ModelBuilder, you could use Calculate Value to run a python script (or use a script tool) to access SOMA/MOMA -- in the unlikely &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; case that the new "calculator tool" doesn't do what you need at 9.4.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 17:33:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560055#M8110</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2009-12-23T17:33:21Z</dc:date>
    </item>
    <item>
      <title>So long Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560056#M8111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Regardless of what is in the inital post to this thread, based on the 9.4 b2 help menu and the reply back from the ERSI support people today on my 9.4 Beta 2 comments, it appears that the easy to use and powerful Raster Calculator is now gone from ArcGIS 9.4/10.&amp;nbsp; The response has been very clear that Raster Calculator has been removed from ArcGIS and replaced by Python Map Algebra scripting.&amp;nbsp; This is a major loss in the capabilities of ArcGIS to analyze rasters and perform raster math.&amp;nbsp; What used to take a few minutes with the Raster Calcualtor now will take much longer as people have to try and stumble through the issues associated with Python scripting.&amp;nbsp; I wish ESRI would understand that the vast majority of GIS analysts are not and never will be computer programmers.&amp;nbsp; They are hired to perform spatial analysis and create maps, not write computer code.&amp;nbsp; The disappearance of Raster Calculator in 9.4/10 is a huge loss for us.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 21:49:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560056#M8111</guid>
      <dc:creator>GaryHecox</dc:creator>
      <dc:date>2010-02-01T21:49:04Z</dc:date>
    </item>
    <item>
      <title>raster calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560057#M8112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The jury is out - raster calculator has some huge shortcomings in terms of validation and its lack of integration with the rest of the geoprocessing environment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do hope the raster team can post a video or an early patch of the graphical interface to create command line map algebra, or a video showing how raster calculator type stuff can be done in the python command line window. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the intellisense etc I would think it may be *easier* to use than the raster calculator. We will see though.... I need to play with it a bit before I decide whether this is a net negative.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The biggest issue is the loss of a map algebra tool within modelbuilder, but there are workarounds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May I suggest you post a use-case of a raster calculator expression you would normally do and maybe someone from the raster team can walk you through how to do it in 9.4?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 23:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560057#M8112</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2010-02-01T23:35:56Z</dc:date>
    </item>
    <item>
      <title>command line map algebra - overwrite?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560058#M8113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When I do this at the ArcMap command line (9.4b2):&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;&amp;gt;&amp;gt;&amp;gt; atanb6&amp;nbsp; = Ln(upareag + 1) / Tan((Raster("nedslp") + 1) * (3.14 / 180.))&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a layer in my map. If I hit the back button and do it again with a slight change (like I am used to in Grid), nothing happens (apparently).&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;&amp;gt;&amp;gt;&amp;gt; atanb6&amp;nbsp; = Ln(upareag + 1) / Tan((Raster("nedslp") + 1) * (3.14 / 181.))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to change the name of the output:&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;&amp;gt;&amp;gt;&amp;gt; atanb7&amp;nbsp; = Ln(upareag + 1) / Tan((Raster("nedslp") + 1) * (3.14 / 181.))&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This works - a new layer is created in the map with the output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would expect the layer to be re-written with a new result, not nothing to happen. What's going on, and does this deserve an error message of some type?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2010 17:41:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560058#M8113</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2010-02-16T17:41:02Z</dc:date>
    </item>
    <item>
      <title>Spatial - Map Algebra and Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560059#M8114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;&lt;BR /&gt;I do hope the raster team can post a video or an early patch of the graphical interface to create command line map algebra, or a video showing how raster calculator type stuff can be done in the python command line window. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a possibility in this happening, because I too would be interested in seeing a prototype.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 18:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-map-algebra-and-raster-calculator/m-p/560059#M8114</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2010-02-25T18:22:26Z</dc:date>
    </item>
  </channel>
</rss>

