<?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: How to replace the cells that have �??no data�?� with average values of the neighbor in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311242#M4352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't get nibble to work with ArcGIS 10 sp2 (gave me output based only on values in the mask - even if I switched the input and mask around!!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was a good workaround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 03:00:19 GMT</pubDate>
    <dc:creator>RayCarnes</dc:creator>
    <dc:date>2011-09-19T03:00:19Z</dc:date>
    <item>
      <title>How to replace the cells that have ???no data??? with average values of the neighbor cell</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311240#M4350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to replace the cells that have ???no data??? with average values of the neighbor cells?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, see the attached image that shows my question&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many cells in the given raster have no data, all what we need is to fill the ???no data??? cells??? with the average values of their neighborhood&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We need to fill all the area bounded by magenta border.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How could we do that?&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 16:45:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311240#M4350</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2011-04-12T16:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace the cells that have �??no data�?� with average values of the neighbor</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311241#M4351</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;I posted the answer in the other &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/8424-Spatial-Analyst-(Raster-Calculator)-focalmean-no-more"&gt;thread&lt;/A&gt;&lt;SPAN&gt; you were in today, but posting here too just in case you miss it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull("raster"),FocalStatistics("raster",NbrRectangle(3,3),"MEAN"),"raster")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may need to increase the neighborhood size for your case.&amp;nbsp; You may also find the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/An_overview_of_the_Generalization_tools/009z00000033000000/"&gt;Overview of the Generalization toolset&lt;/A&gt;&lt;SPAN&gt; useful for this case as well.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 21:05:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311241#M4351</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-04-12T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace the cells that have �??no data�?� with average values of the neighbor</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311242#M4352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I couldn't get nibble to work with ArcGIS 10 sp2 (gave me output based only on values in the mask - even if I switched the input and mask around!!).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was a good workaround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 03:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-replace-the-cells-that-have-no-data-with/m-p/311242#M4352</guid>
      <dc:creator>RayCarnes</dc:creator>
      <dc:date>2011-09-19T03:00:19Z</dc:date>
    </item>
  </channel>
</rss>

