<?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 Merge Function in ArcGIS 10? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286910#M4037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I miss this function as well. While going through and updating old Python scripts I wrote for 9.3.1, I wondered what happened to this (which landed me here). I suppose I will have to use the Mosaic mentioned above instead. Bummer. I also miss having functionality right in the Spatial Analyst toolbar when working within ArcMap. Now I have to go into the toolbox just to use the raster calculator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 12:30:07 GMT</pubDate>
    <dc:creator>JohnChurchill</dc:creator>
    <dc:date>2012-08-22T12:30:07Z</dc:date>
    <item>
      <title>Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286902#M4029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to merge DEM grids using raster calculator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a command to merge rasters using raster calculator in ArcGIS 10? In 9.3 the command worked like this: Merge ([dem1], [dem2], [dem3]) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That command doesn't seem to work since the switch to python script..... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 19:44:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286902#M4029</guid>
      <dc:creator>MichaelDulin</dc:creator>
      <dc:date>2011-04-14T19:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286903#M4030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could simply add the rasters together in the raster calculator.&amp;nbsp; For example "InRaster1" + "InRaster2" + "InRaster3" and define the output as a new raster dataset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert LeClair&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri-Denver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 21:59:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286903#M4030</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2011-04-14T21:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286904#M4031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not necessarily.&amp;nbsp; The add will only work if the spatial extent is set and there are values for the NoData areas.&amp;nbsp; If there are not any values there, the Add will only return the intersection of the two rasters.&amp;nbsp; You would have to make the spatial extents match and then change the nodata values to 0 rather than null and then when you add them, the raster would look appropriate.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I would recommend using the Mosaic to New Raster Tool in Data Management &amp;gt; Raster &amp;gt; Raster Dataset to complete the process since the 'merge' functionality is no longer available in Raster Calculator.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000098000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000098000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 11:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286904#M4031</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2011-04-15T11:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286905#M4032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could also do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull("raster1"),0,"raster1") + Con(IsNull("raster2"),0,"raster2")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It basically says "if a cell is null, make it 0, then add them".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 23:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286905#M4032</guid>
      <dc:creator>JamieKass</dc:creator>
      <dc:date>2011-10-27T23:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286906#M4033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The old Merge command has nothing to do with arithmetic.&amp;nbsp; It is (was) a mosaic operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2011 14:43:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286906#M4033</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-10-28T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286907#M4034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Not necessarily.&amp;nbsp; The add will only work if the spatial extent is set and there are values for the NoData areas.&amp;nbsp; If there are not any values there, the Add will only return the intersection of the two rasters.&amp;nbsp; You would have to make the spatial extents match and then change the nodata values to 0 rather than null and then when you add them, the raster would look appropriate.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt; I would recommend using the Mosaic to New Raster Tool in Data Management &amp;gt; Raster &amp;gt; Raster Dataset to complete the process since the 'merge' functionality is no longer available in Raster Calculator.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000098000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000098000000.htm&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is absolutely ridiculous, taking away the flexibility and usability of raster calculator combined with the old arcInfo functions was one of the worst design flaws of Arc10...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 19:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286907#M4034</guid>
      <dc:creator>WillBreitkreutz</dc:creator>
      <dc:date>2012-02-24T19:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286908#M4035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/"&gt;CellStatistics &lt;/A&gt;&lt;SPAN&gt; with the ignore_nodata&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 20:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286908#M4035</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-02-24T20:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286909#M4036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is absolutely ridiculous, taking away the flexibility and usability of raster calculator combined with the old arcInfo functions was one of the worst design flaws of Arc10...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Most of the Spatial Analyst tools are available in the new Raster Calculator. Mosaic and Mosaic To New Raster are not Spatial Analyst tools, so unfortunately they don't work in Raster Calculator. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also miss the old Merge local function ("grab the first non-Nodata value in the list of rasters, cell by cell) and would like to see either its return or a method to replicate it using the current functions in 10.0. It was a nice simple operator that did a simple thing -- tools like that are handy in map algebra when you're trying to solve a complex problem! (Now that I think about it, adding a FIRST and LAST statistics to Cell Statistics would be an easy way to implement Merge without adding another function. Good idea for ideas.esri.com!)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 01:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286909#M4036</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-02-25T01:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286910#M4037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I miss this function as well. While going through and updating old Python scripts I wrote for 9.3.1, I wondered what happened to this (which landed me here). I suppose I will have to use the Mosaic mentioned above instead. Bummer. I also miss having functionality right in the Spatial Analyst toolbar when working within ArcMap. Now I have to go into the toolbox just to use the raster calculator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:30:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286910#M4037</guid>
      <dc:creator>JohnChurchill</dc:creator>
      <dc:date>2012-08-22T12:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286911#M4038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;. I also miss having functionality right in the Spatial Analyst toolbar when working within ArcMap. Now I have to go into the toolbox just to use the raster calculator.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I certainly &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;do not&lt;/SPAN&gt;&lt;SPAN&gt; miss having four different map algebra environments, each with its own architecture and quirks:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-style:italic;"&gt;Arc 9x Map Algebra Parser:&lt;/SPAN&gt; Historical source&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Raster Calculator:&lt;/SPAN&gt;&lt;SPAN&gt; ArcGIS 8x / ArcView 3x "raster engine" (note, does not honor GP environment!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Single-Output Map Algebra:&lt;/SPAN&gt;&lt;SPAN&gt; ArcGIS 9x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Multi-Output Map Algebra:&lt;/SPAN&gt;&lt;SPAN&gt; ArcInfo Workstation "grid engine" (only reads grids)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;Tool interface&lt;/SPAN&gt;&lt;SPAN&gt;: ArcToolbox&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 10.x only one Python Map Algebra syntax and toolset is used, regardless of interface (python, modelbuilder, tool, Raster Calculator Tool), and honors the same geoprocessing environment as all other non-Spatial Analyst ArcGIS tools. Not to mention it &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;directly &lt;/SPAN&gt;&lt;SPAN&gt; reads and writes non-grid raster formats!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend trying the python command window with its intellisense if you do a lot of interactive raster processing. Change is a hassle, I agree, but I believe you'll eventually really like it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I suppose I will have to use the Mosaic mentioned above instead&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Mosaic tool is tricky because you need to create an empty raster and mosaic into it. I highly recommend setting the bit depth explicitly to avoid issue with NoData. (I usually set it to 32-bit signed if the input is a grid, just to make sure the NoData stays that way.) Mosaic To New Raster is okay, but I've found the Mosaic tool slight more robust because of the bit depth issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned above, another possible replacement in your workflow (if you don't need Mosaic's nifty edge-merging in overlap areas)&amp;nbsp; is the Cell Statistics tool, which does a cell by cell statistical merge and has the (neat) option to ignore NoData cells.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 15:52:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286911#M4038</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-08-22T15:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286912#M4039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have found that for rasters that are 1/0 or 1/NoData you can use Cell Statistics �?? Max and make sure the �??Ignore NoData�?� box is checked.&amp;nbsp; Works like a charm!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 10:35:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286912#M4039</guid>
      <dc:creator>MichaelSchwartz</dc:creator>
      <dc:date>2012-08-27T10:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286913#M4040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works for me. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 00:56:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/286913#M4040</guid>
      <dc:creator>zhaojunwang</dc:creator>
      <dc:date>2017-06-14T00:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator Merge Function in ArcGIS 10?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/1059347#M11277</link>
      <description>&lt;P&gt;Yeah, very simple and useful tool, I can't believe I didn't know it &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 11:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-merge-function-in-arcgis-10/m-p/1059347#M11277</guid>
      <dc:creator>milansmart</dc:creator>
      <dc:date>2021-05-19T11:04:05Z</dc:date>
    </item>
  </channel>
</rss>

