<?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: Criteria for raster cell extraction by mask in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583803#M8471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your replies, this definitely helps me a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2011 04:44:14 GMT</pubDate>
    <dc:creator>AnnaUkkola</dc:creator>
    <dc:date>2011-10-10T04:44:14Z</dc:date>
    <item>
      <title>Criteria for raster cell extraction by mask</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583800#M8468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Spatial Analyst -&amp;gt; Extraction -&amp;gt; Extract by mask&amp;nbsp; to extract cells from a raster grid using a polygon shapefile as&amp;nbsp; the mask. I was hoping to find out what condition ArcMap uses to perform the extraction and how it selects which cells to extract when they lie on the shapefile boundary (i.e. when part of the cell is within the polygon and part of it outside it). Does ArcMap extract the cells if a certain percentage of the boundary cell is located inside the shapefile polygon or what criteria does it use exactly? I need this information for academic research purposes. I am using default environment settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you in advance!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 03:22:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583800#M8468</guid>
      <dc:creator>AnnaUkkola</dc:creator>
      <dc:date>2011-09-29T03:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Criteria for raster cell extraction by mask</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583801#M8469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once the process is complete, review the masked polygon to the resulting raster.&amp;nbsp; If percentages become suspicious, convert the rasters to polygons and perform a percentage calculation.&amp;nbsp; I believe it simple utilizes the intersect process.&amp;nbsp; Correct me if I'm wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 09:31:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583801#M8469</guid>
      <dc:creator>MarkEnglish</dc:creator>
      <dc:date>2011-09-29T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Criteria for raster cell extraction by mask</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583802#M8470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The determining factor is whether or not the cell center falls within the polygon (mask).&amp;nbsp; It has nothing to do with percentages.&amp;nbsp; You can verify this by converting your resulting raster to points.&amp;nbsp; You won't see any points outside the polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you perform the extraction I would encourage you to set the Snap Raster in the Environment Settings back to the original raster you were clipping.&amp;nbsp; If not, your output will be shifted from the original pixels.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Internally, we convert the polygon mask to a raster then use that raster to do the extraction.&amp;nbsp; If you are truly concerned about the area (percentage of area), you can convert your polygon to a raster in advance of the extraction.&amp;nbsp; When you do this, make sure you run the Polygon to Raster tool with the Cell Assignment Type parameter set to Maximum Area.&amp;nbsp; Then use the resulting raster as the mask.&amp;nbsp; When we convert your polygon input to raster behind the scenes we are using Polygon to Raster - expect we use the defaults which is Cell Center.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps explain how it works.&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>Thu, 29 Sep 2011 15:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583802#M8470</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-09-29T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Criteria for raster cell extraction by mask</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583803#M8471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your replies, this definitely helps me a lot!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 04:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583803#M8471</guid>
      <dc:creator>AnnaUkkola</dc:creator>
      <dc:date>2011-10-10T04:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Criteria for raster cell extraction by mask</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583804#M8472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Internally, we convert the polygon mask to a raster then use that raster to do the extraction.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this type of behind-the-scenes processing documented somewhere? Being aware of such extraneous steps could really help to reduce processing time. For example, I'm masking 500 rasters to one polygon layer. According to this, it would save me a ton of processing time to convert the polygon layer to a raster just once and then use that raster as my mask layer. The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z0000002n000000"&gt;help page for the Extract by Mask tool&lt;/A&gt;&lt;SPAN&gt; does not mention this crucial piece of information; is there some other resource where such details are noted for all tools?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:01:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/criteria-for-raster-cell-extraction-by-mask/m-p/583804#M8472</guid>
      <dc:creator>ThomasLaxson</dc:creator>
      <dc:date>2013-10-30T16:01:17Z</dc:date>
    </item>
  </channel>
</rss>

