<?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 Select tracts to make contiguous polygon - help please in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118221#M47981</link>
    <description>&lt;P&gt;I'm at the last step for my python script where I need to select the tracts that did not get selected on my initial selection so I can make a contiguous polygon (Trade Area).&amp;nbsp; So below you can see blue boxes that highlight tracts that were not part of the final selection.&amp;nbsp; The tan area all tracts and the darker color is my selected tracts.&amp;nbsp; The initial selection of tracts was done using points and some analysis so that it got the best tracts to use.&amp;nbsp; However, I need to fill in the gaps for those lesser tracts that are &lt;STRONG&gt;completely surrounded&lt;/STRONG&gt; by those selected tracts.&amp;nbsp; I'm hoping for a simple solution as my knowledge base is kind of limited.&amp;nbsp; Code is always appreciated.&amp;nbsp; &amp;nbsp;Here is my very basic select code but the rest of it is very complicated at least for me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;arcpy.SelectLayerByLocation_management("Tracts", "INTERSECT", "AR_2021_XYTableToPoint selection")&lt;/P&gt;&lt;P&gt;## Now need to select those surrounded tracts.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelPickens_0-1637252317208.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27784i32B850F7AF8BA118/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelPickens_0-1637252317208.png" alt="MichaelPickens_0-1637252317208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 16:25:25 GMT</pubDate>
    <dc:creator>MichaelPickens</dc:creator>
    <dc:date>2021-11-18T16:25:25Z</dc:date>
    <item>
      <title>Select tracts to make contiguous polygon - help please</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118221#M47981</link>
      <description>&lt;P&gt;I'm at the last step for my python script where I need to select the tracts that did not get selected on my initial selection so I can make a contiguous polygon (Trade Area).&amp;nbsp; So below you can see blue boxes that highlight tracts that were not part of the final selection.&amp;nbsp; The tan area all tracts and the darker color is my selected tracts.&amp;nbsp; The initial selection of tracts was done using points and some analysis so that it got the best tracts to use.&amp;nbsp; However, I need to fill in the gaps for those lesser tracts that are &lt;STRONG&gt;completely surrounded&lt;/STRONG&gt; by those selected tracts.&amp;nbsp; I'm hoping for a simple solution as my knowledge base is kind of limited.&amp;nbsp; Code is always appreciated.&amp;nbsp; &amp;nbsp;Here is my very basic select code but the rest of it is very complicated at least for me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;import arcpy&lt;BR /&gt;arcpy.SelectLayerByLocation_management("Tracts", "INTERSECT", "AR_2021_XYTableToPoint selection")&lt;/P&gt;&lt;P&gt;## Now need to select those surrounded tracts.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelPickens_0-1637252317208.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27784i32B850F7AF8BA118/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelPickens_0-1637252317208.png" alt="MichaelPickens_0-1637252317208.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 16:25:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118221#M47981</guid>
      <dc:creator>MichaelPickens</dc:creator>
      <dc:date>2021-11-18T16:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select tracts to make contiguous polygon - help please</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118302#M47990</link>
      <description>&lt;P&gt;So to clarify, you need the light tan areas that are completely surrounded to be dark tan?&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alec_0-1637258505972.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/27816i7AA94374D4315067/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alec_0-1637258505972.png" alt="Alec_0-1637258505972.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:02:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118302#M47990</guid>
      <dc:creator>Alec</dc:creator>
      <dc:date>2021-11-18T18:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select tracts to make contiguous polygon - help please</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118315#M47993</link>
      <description>&lt;P&gt;Yes please.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-tracts-to-make-contiguous-polygon-help/m-p/1118315#M47993</guid>
      <dc:creator>MichaelPickens</dc:creator>
      <dc:date>2021-11-18T18:46:26Z</dc:date>
    </item>
  </channel>
</rss>

