<?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 use a mask layer during Natural Neighbor Interpolation? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252909#M3620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jenny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short answer is, run the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-by-mask.htm"&gt;ExtractByMask&lt;/A&gt; tool after you've done the interpolation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interpolation tools use all the features in the interpolation and then clip the output if you've specified a smaller extent in the environment and most of the tools clip the output based on the mask that you specified in the environment. Mask is a post processing step in the interpolation workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason that &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/natural-neighbor.htm"&gt;Natural Neighbor&lt;/A&gt; interpolation does not support the environment&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/mask.htm"&gt;Mask&lt;/A&gt;&amp;nbsp;is because it restricts the output to the convex hull around the input points, this is by design. The output does not fill the whole output raster and this may be confusing if the mask were automatically used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, if you require that your output be clipped to a mask, use the ExtractByMask tool which is what all the other interpolations would do internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2020 13:32:02 GMT</pubDate>
    <dc:creator>SteveLynch</dc:creator>
    <dc:date>2020-04-28T13:32:02Z</dc:date>
    <item>
      <title>How to use a mask layer during Natural Neighbor Interpolation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252908#M3619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a work around that will allow the use of the Natural Neighbor interpolation method within a boundary or mask layer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 13:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252908#M3619</guid>
      <dc:creator>JennyIrons</dc:creator>
      <dc:date>2020-04-28T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a mask layer during Natural Neighbor Interpolation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252909#M3620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jenny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short answer is, run the &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-by-mask.htm"&gt;ExtractByMask&lt;/A&gt; tool after you've done the interpolation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interpolation tools use all the features in the interpolation and then clip the output if you've specified a smaller extent in the environment and most of the tools clip the output based on the mask that you specified in the environment. Mask is a post processing step in the interpolation workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason that &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/natural-neighbor.htm"&gt;Natural Neighbor&lt;/A&gt; interpolation does not support the environment&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/mask.htm"&gt;Mask&lt;/A&gt;&amp;nbsp;is because it restricts the output to the convex hull around the input points, this is by design. The output does not fill the whole output raster and this may be confusing if the mask were automatically used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, if you require that your output be clipped to a mask, use the ExtractByMask tool which is what all the other interpolations would do internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 13:32:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252909#M3620</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2020-04-28T13:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a mask layer during Natural Neighbor Interpolation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252910#M3621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying to my question so quickly. I have used 'Extract by Mask' before but was trying to avoid a two step process/having to do this after the interpolation. I assumed there might have been a work around as the mask environments settings works for other methods of interpolation, but i understand from your explanation why it does not work for Natural Neighbor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252910#M3621</guid>
      <dc:creator>JennyIrons</dc:creator>
      <dc:date>2020-04-28T14:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a mask layer during Natural Neighbor Interpolation?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252911#M3622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...you could create a model with Natural Neighbor and Extract By Mask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 14:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/how-to-use-a-mask-layer-during-natural-neighbor/m-p/252911#M3622</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2020-04-28T14:58:41Z</dc:date>
    </item>
  </channel>
</rss>

