<?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: Filling only one hole in a raster in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584385#M19332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi.&lt;BR /&gt;I've seen methods posted to fill holes in a raster.&lt;BR /&gt;&lt;BR /&gt;I'd like to only fill the hole (noData) in a particular location with new values.&amp;nbsp; I was going to specify the area to fill with a polygon and thought there would be "Fill" using "Mask" - to specify/limit the area to be filled.&amp;nbsp; The area is small and I'd like to just use neighboring pixels with data.&lt;BR /&gt;&lt;BR /&gt;I have access to Spatial Analyst extension.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no out of the box raster editor to do this kind of thing;&amp;nbsp; however, if you are working with categorical data, the Nibble tool will do the trick. For performance reasons, it makes sense to run the tool in the extent in your area of interest and then burn it back into the raster using Mosaic or Cell Statistics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Oct 2013 20:54:23 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2013-10-25T20:54:23Z</dc:date>
    <item>
      <title>Filling only one hole in a raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584384#M19331</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;SPAN&gt;I've seen methods posted to fill holes in a raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to only fill the hole (noData) in a particular location with new values.&amp;nbsp; I was going to specify the area to fill with a polygon and thought there would be "Fill" using "Mask" - to specify/limit the area to be filled.&amp;nbsp; The area is small and I'd like to just use neighboring pixels with data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have access to Spatial Analyst extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 12:39:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584384#M19331</guid>
      <dc:creator>lauriehogan</dc:creator>
      <dc:date>2013-10-25T12:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filling only one hole in a raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584385#M19332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi.&lt;BR /&gt;I've seen methods posted to fill holes in a raster.&lt;BR /&gt;&lt;BR /&gt;I'd like to only fill the hole (noData) in a particular location with new values.&amp;nbsp; I was going to specify the area to fill with a polygon and thought there would be "Fill" using "Mask" - to specify/limit the area to be filled.&amp;nbsp; The area is small and I'd like to just use neighboring pixels with data.&lt;BR /&gt;&lt;BR /&gt;I have access to Spatial Analyst extension.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no out of the box raster editor to do this kind of thing;&amp;nbsp; however, if you are working with categorical data, the Nibble tool will do the trick. For performance reasons, it makes sense to run the tool in the extent in your area of interest and then burn it back into the raster using Mosaic or Cell Statistics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2013 20:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584385#M19332</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-10-25T20:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Filling only one hole in a raster</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584386#M19333</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;During my travels on the forums I have across this solution given by Tim Hales:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/30436-Raster-Calculator-Fill-in-NoData"&gt;http://forums.arcgis.com/threads/30436-Raster-Calculator-Fill-in-NoData&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and this from Eric Rice:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/49989-Replace-no-data-with-zeros"&gt;http://forums.arcgis.com/threads/49989-Replace-no-data-with-zeros&lt;/A&gt;&lt;SPAN&gt; - I have not tried it but instead of having 0 you can use the replacement raster created from the polygon you wanted to use?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe it will help you on your way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 13:49:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/filling-only-one-hole-in-a-raster/m-p/584386#M19333</guid>
      <dc:creator>KeaganAllan</dc:creator>
      <dc:date>2013-10-29T13:49:55Z</dc:date>
    </item>
  </channel>
</rss>

