<?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: Fill in NoData values in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299552#M4216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out this forum thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/30436-Raster-Calculator-Fill-in-NoData"&gt;&lt;SPAN style="color:#417394;"&gt;Raster Calculator: Fill in NoData&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. It discusses using the Raster Calculator to fill the gaps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;con(isnull(Raster_DEM), focalmean(Raster_DEM, rectangle,4,4), Raster_DEM)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull(Raster), FocalStatistics(Raster, NbrCircle(10, "CELL"), "MEAN"), Raster)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 19:25:38 GMT</pubDate>
    <dc:creator>TimothyHales</dc:creator>
    <dc:date>2012-01-23T19:25:38Z</dc:date>
    <item>
      <title>Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299551#M4215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created an ESRI grid from LIDAR data, after first processing grids in Surfer. But, based on the spacing I specified in Surfer, there are gaps (NoData) in the ESRI grid created from the "ground-surface" returns, due to the building locations (in the unclassified return). Can someone help me figure out how to fill in these gaps (of NoData), likely with the "nearest neighbors"?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 17:43:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299551#M4215</guid>
      <dc:creator>BarryGuidry</dc:creator>
      <dc:date>2012-01-23T17:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299552#M4216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check out this forum thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/30436-Raster-Calculator-Fill-in-NoData"&gt;&lt;SPAN style="color:#417394;"&gt;Raster Calculator: Fill in NoData&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;. It discusses using the Raster Calculator to fill the gaps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 9.3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;con(isnull(Raster_DEM), focalmean(Raster_DEM, rectangle,4,4), Raster_DEM)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Con(IsNull(Raster), FocalStatistics(Raster, NbrCircle(10, "CELL"), "MEAN"), Raster)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 19:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299552#M4216</guid>
      <dc:creator>TimothyHales</dc:creator>
      <dc:date>2012-01-23T19:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299553#M4217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Timothy Hales' algorithm in ArcGIS 10.1 for fillind NoData holes in my DEM, but I get the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executing: RasterCalculator Con(IsNull("Tecbaco_DEM.tif"), FocalStatistics(Raster, NbrCircle(10, "CELL"), "MEAN"), "Tecbaco_DEM.tif") "C:\Users\HOME\Copy\- WWF\- TECBACO\DEM v.2\Tecbaco_DEM_Fill.tif"&lt;/P&gt;&lt;P&gt;Start Time: Mon Feb 02 19:36:05 2015&lt;/P&gt;&lt;P&gt;Con(IsNull(Raster(r"Tecbaco_DEM.tif")), FocalStatistics(Raster, NbrCircle(10, "CELL"), "MEAN"), Raster(r"Tecbaco_DEM.tif"))&lt;/P&gt;&lt;P&gt;ERROR 000539: Error running expression: rcexec() &lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "&amp;lt;expression&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 5, in rcexec&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\sa\Functions.py", line 4830, in FocalStatistics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ignore_nodata)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\sa\Utils.py", line 47, in swapper&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = wrapper(*args, **kwargs)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\sa\Functions.py", line 4824, in wrapper&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ignore_nodata)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\program files (x86)\arcgis\desktop10.1\arcpy\arcpy\geoprocessing\_base.py", line 484, in &amp;lt;lambda&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return lambda *args: val(*gp_fixargs(args, True))&lt;/P&gt;&lt;P&gt;RuntimeError: Object: Error in executing tool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Failed to execute (RasterCalculator).&lt;/P&gt;&lt;P&gt;Failed at Mon Feb 02 19:36:05 2015 (Elapsed Time: 0.00 seconds)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following algorithm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con(IsNull("Tecbaco_DEM.tif"), FocalStatistics(Raster, NbrCircle(10, "CELL"), "MEAN"), "Tecbaco_DEM.tif")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea why this might be happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 00:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299553#M4217</guid>
      <dc:creator>JohannaPrüssmann</dc:creator>
      <dc:date>2015-02-03T00:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299554#M4218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should replace "Raster" by your TIFF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Con(IsNull("Tecbaco_DEM.tif"), FocalStatistics("Tecbaco_DEM.tif", NbrCircle(10, "CELL"), "MEAN"), "Tecbaco_DEM.tif")&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 01:12:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299554#M4218</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-02-03T01:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299555#M4219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have better results if you convert to an Esri grid for both the inputs and the outputs in a folder with no spaces and a shorter file name.&amp;nbsp; In theory you should be able to use any raster, but I notice many of the issues revolve around 'image' rasters which may be multiband and may not play nicely with many of the SA functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 01:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299555#M4219</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-02-03T01:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299556#M4220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response. I'm sorry, I did not notice the second "raster" instance. I will try once again and let you know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 01:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299556#M4220</guid>
      <dc:creator>JohannaPrüssmann</dc:creator>
      <dc:date>2015-02-03T01:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299557#M4221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice. Will do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 01:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299557#M4221</guid>
      <dc:creator>JohannaPrüssmann</dc:creator>
      <dc:date>2015-02-03T01:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299558#M4222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, it worker wonderfully. Thanks for your help! &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 04:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299558#M4222</guid>
      <dc:creator>JohannaPrüssmann</dc:creator>
      <dc:date>2015-02-03T04:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fill in NoData values</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299559#M4223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome. Glad it worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 11:49:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/fill-in-nodata-values/m-p/299559#M4223</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-02-03T11:49:52Z</dc:date>
    </item>
  </channel>
</rss>

