<?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: Spatial Analyst (Raster Calculator): 'focalmean' no more? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293389#M4132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric and Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both you guys, thanks so much for your help!! The new expression worked great, and I really appreciate the links to the "What's New" between 9x and 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jul 2010 12:06:38 GMT</pubDate>
    <dc:creator>MatthewRobinson</dc:creator>
    <dc:date>2010-07-26T12:06:38Z</dc:date>
    <item>
      <title>Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293384#M4127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a simple expression that worked great in the 9.x Raster Calculator to interpolate NoData values, but am having all kinds of trouble in 10:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG style="font-style: italic;"&gt;dem1 = con(isnull([dem0]), focalmean([dem0], rectangle, 3, 3, data), ([dem0]))&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Part of the problem is that con, isnull, etc. are now case-sensitive (Con, IsNull), but the most recent error message tells me that 'focalmean' is not recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help 'modernizing' this expression would be hugely appreciated. Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 18:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293384#M4127</guid>
      <dc:creator>MatthewRobinson</dc:creator>
      <dc:date>2010-07-16T18:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293385#M4128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;if it is indeed case-sensitive, check the online help for the syntax (FocalMean???)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Break the operation into steps using tool in arctoolbox to see if you can get it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;also, you last expression&amp;nbsp; ([dem0]) doesn't need the brackets ()&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 20:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293385#M4128</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-07-16T20:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293386#M4129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dan. I checked with the Arc10 Resource Center (URL: &lt;/SPAN&gt;&lt;SPAN style="color: &amp;quot;blue&amp;quot;; text-decoration: underline;"&gt;&lt;A href="http://help.arcgis.com/EN/ArcGISDesktop/10.0/Help/00q8/00q80000006m000000.htm" rel="nofollow"&gt;http://help.arcgis.com/EN/ArcGISDesktop/10.0/Help/00q8/00q80000006m000000.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;) for help with the syntax and case but unfortunately it's still not working:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull([point2ras]), FOCALMEAN ([point2ras] , RECTANGLE , 3 , 3, data), [point2ras])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the expression with that structure, Spatial Analyst returns an error saying that the name of the input raster is not defined. I inserted "" around the layer name, re-ran it, and got a different error ['expected a raster or layer name']. I've attached a screen-capture of the error messages, for reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jul 2010 13:56:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293386#M4129</guid>
      <dc:creator>MatthewRobinson</dc:creator>
      <dc:date>2010-07-19T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293387#M4130</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The FocalMean command you're familiar with is not available in the new raster calculator.&amp;nbsp; The documentation you pointed to is wrong and I will submit a defect to have it changed.&amp;nbsp; To accomplish this task you need to use FocalStatistics with the mean statistic type within your Con statement. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;**unspecified**= Con(IsNull("point2ras"),FocalStatistics("point2ras",NbrRectangle(3,3),"MEAN"),"point2ras")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where **unspecified** is my output name and i'm using a 3 x 3 rectangular neighborhood.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may find this link helpful as it discusses differences between 9.x and 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Comparing_Map_Algebra_between_9_x_and_10/00p600000018000000/" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Comparing_Map_Algebra_between_9_x_and_10/00p600000018000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is Map Algebra (in 10)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_Map_Algebra/00p600000002000000/" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_Map_Algebra/00p600000002000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 19:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293387#M4130</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2024-06-24T19:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293388#M4131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;this change apparently affects all "focal" statics types, see&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000qs000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000qs000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for the correct syntax for all types&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 17:03:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293388#M4131</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-07-20T17:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293389#M4132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric and Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both you guys, thanks so much for your help!! The new expression worked great, and I really appreciate the links to the "What's New" between 9x and 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293389#M4132</guid>
      <dc:creator>MatthewRobinson</dc:creator>
      <dc:date>2010-07-26T12:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293390#M4133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do I submit a "defect"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The changes made to the Focal Statistics don't even make sense. In addition to reducing the flexibility of the software to users (it's ok if there's more than one way to do something), it makes it harder to type in a simple map algebra statement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this is a great illustration of what's wrong with ESRI's "update" strategy, and why people are repeatedly frustrated and alienated by ESRI every time an update breaks things. I am pretty adaptable, so it's not that big a deal to me, but I am also one of only two people who's been willing to upgrade to 10 in my division so far - and the other one said today that she's switching back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What was the reason to add the 'Nbr' prefix to every neighborhood shape? Other than adding three more letters to type every time I enter a statement into the raster calculator this seems pointless. I know it's a neighborhood, just like I know that a circle is a circle without having to call it ShapeCircle.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;oh, whoops. Is there somewhere I am supposed to put rants?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(this post was useful btw, at least I figured out how to change my syntax)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jan 2011 22:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293390#M4133</guid>
      <dc:creator>AndyRitchie</dc:creator>
      <dc:date>2011-01-11T22:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293391#M4134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it didn't work!!!! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;help, please&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Thanks Dan. I checked with the Arc10 Resource Center (URL:&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: &amp;quot;blue&amp;quot;; text-decoration: underline;"&gt;&lt;A href="http://help.arcgis.com/EN/ArcGISDesktop/10.0/Help/00q8/00q80000006m000000.htm" rel="nofollow"&gt;http://help.arcgis.com/EN/ArcGISDesktop/10.0/Help/00q8/00q80000006m000000.htm&lt;/A&gt;&lt;/SPAN&gt;) for help with the syntax and case but unfortunately it's still not working:&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Con(IsNull([point2ras]), FOCALMEAN ([point2ras] , RECTANGLE , 3 , 3, data), [point2ras])&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;When I run the expression with that structure, Spatial Analyst returns an error saying that the name of the input raster is not defined. I inserted "" around the layer name, re-ran it, and got a different error ['expected a raster or layer name']. I've attached a screen-capture of the error messages, for reference.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Any other suggestions?&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Thanks,&amp;nbsp; &lt;BR /&gt;Matt&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 18:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293391#M4134</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2011-04-12T18:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293392#M4135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I reviewed your screenshot and you are specifying FOCALMEAN which is not a command in map algebra at 10.0. Please review my earlier post wherein I provide the syntax to use at 10.0.&amp;nbsp; i.e. FocalStatistics&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 20:18:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293392#M4135</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-04-12T20:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293393#M4136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the answer Eric.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm trying to replace the nodata cells with the 3x3 average window but didn't work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please, see the attached images&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what might be wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&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;Jamal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Jamal,&lt;BR /&gt;&lt;BR /&gt;I reviewed your screenshot and you are specifying FOCALMEAN which is not a command in map algebra at 10.0. Please review my earlier post wherein I provide the syntax to use at 10.0.&amp;nbsp; i.e. FocalStatistics&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Regards,&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 20:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293393#M4136</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2011-04-12T20:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293394#M4137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jamal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your expression is using �??wt�?� but your layer name is �??wt1�?�.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 21:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293394#M4137</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-04-12T21:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293395#M4138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you ERIC. it did work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now, how to say that it is solved?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamal&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jamal,&lt;BR /&gt;&lt;BR /&gt;Your expression is using �??wt�?� but your layer name is �??wt1�?�.&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 21:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293395#M4138</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2011-04-12T21:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293396#M4139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a suggestion that might help you create a valid map algebra expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) To launch the Python window, click the Python Window button on the Standard toolbar, or from the Geoprocessing drop-down menu, click Python window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Type the following expression, do not copy and paste.&amp;nbsp; As you are typing you will see that drop down lists appear, auto completion is available, and help* shows up in the other panel to guide you in creating expressions with valid syntax. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; from arcpy.sa import *
&amp;gt;&amp;gt;&amp;gt; m2w = Con(IsNull("wt1"),FocalStatistics("wt1", NbrRectangle(3,3),"MEAN"),"wt1")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) At the end of the expression click �??enter�?? to execute the expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more on using the Python window:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_the_Python_window/002100000017000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/What_is_the_Python_window/002100000017000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*Note: If you don�??t see the help right click in the window, select a Help Placement (ie Bottom) and adjust the window panes until you can see the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293396#M4139</guid>
      <dc:creator>ElizabethGraham</dc:creator>
      <dc:date>2021-12-11T14:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293397#M4140</link>
      <description>&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Matt,&lt;BR /&gt;&lt;BR /&gt;The FocalMean command you're familiar with is not available in the new raster calculator.&amp;nbsp; The documentation you pointed to is wrong and I will submit a defect to have it changed.&amp;nbsp; To accomplish this task you need to use FocalStatistics with the mean statistic type within your Con statement. &lt;BR /&gt;&lt;BR /&gt;It should look like this:&lt;BR /&gt;**unspecified**= Con(IsNull("point2ras"),FocalStatistics("point2ras",NbrRectangle(3,3),"MEAN"),"point2ras")&lt;BR /&gt;&lt;BR /&gt;..........&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric, I was currently solving this problem why it doesnt work for like 2 hours. Thanks alot for helping me!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 19:42:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293397#M4140</guid>
      <dc:creator>AdamStencek</dc:creator>
      <dc:date>2024-06-24T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Analyst (Raster Calculator): 'focalmean' no more?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293398#M4141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Eric, I was currently solving this problem why it doesnt work for like 2 hours. Thanks alot for helping me!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Elizabeth posted some very good tips above on getting the syntax right in the 10x Raster Calculator tool. If her suggestions don't help, feel free to post more details!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 05:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/spatial-analyst-raster-calculator-focalmean-no/m-p/293398#M4141</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-03-10T05:36:28Z</dc:date>
    </item>
  </channel>
</rss>

