<?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 and delete features based on a condition of another polygon layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340376#M74260</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the following challenge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 1 building footprints&amp;nbsp; (800.00 records)&lt;/P&gt;&lt;P&gt;- 1 state-wide layer (50 records showing 50 subareas)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select/delete&amp;nbsp;&lt;STRONG&gt;all&lt;/STRONG&gt; building footprints that fall &lt;STRONG&gt;within&lt;/STRONG&gt; one subareas polygon in the state-wide layer.&amp;nbsp; It sounds so easy but I can not find the right tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SQL code would look like this.&lt;/P&gt;&lt;P&gt;Select all polygons that are within the subarea xyz of layer state-wide (the second polygon layer)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 05:01:51 GMT</pubDate>
    <dc:creator>BrigitteColin</dc:creator>
    <dc:date>2023-10-23T05:01:51Z</dc:date>
    <item>
      <title>Select and delete features based on a condition of another polygon layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340376#M74260</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the following challenge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 1 building footprints&amp;nbsp; (800.00 records)&lt;/P&gt;&lt;P&gt;- 1 state-wide layer (50 records showing 50 subareas)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to select/delete&amp;nbsp;&lt;STRONG&gt;all&lt;/STRONG&gt; building footprints that fall &lt;STRONG&gt;within&lt;/STRONG&gt; one subareas polygon in the state-wide layer.&amp;nbsp; It sounds so easy but I can not find the right tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SQL code would look like this.&lt;/P&gt;&lt;P&gt;Select all polygons that are within the subarea xyz of layer state-wide (the second polygon layer)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas please?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 05:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340376#M74260</guid>
      <dc:creator>BrigitteColin</dc:creator>
      <dc:date>2023-10-23T05:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select and delete features based on a condition of another polygon layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340397#M74265</link>
      <description>&lt;P&gt;What about select by location tool?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/select-features-by-location.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/select-features-by-location.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 07:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340397#M74265</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2023-10-23T07:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select and delete features based on a condition of another polygon layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340696#M74306</link>
      <description>&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The select tool is a good start, but I can not set the condition of using only one record. I can set the relationship between the two layers, meaning intersect, or within or contains etc. This mean the &lt;STRONG&gt;whole&lt;/STRONG&gt; dataset is considered and not just one record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am after is that only one record will be used (of 50 in total).&amp;nbsp; For example,&amp;nbsp; select all building footprints of layer 1 and then delete all those building footprints based on an bigger polygon overlay of a single record of&amp;nbsp; layer 2.&amp;nbsp; -&amp;gt; Delete all building footprint in a selected polygon that contains all the single building footprints of layer 2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Select tool allows me to set a distance only. Should I use this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas please?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 21:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340696#M74306</guid>
      <dc:creator>BrigitteColin</dc:creator>
      <dc:date>2023-10-23T21:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Select and delete features based on a condition of another polygon layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340714#M74311</link>
      <description>&lt;P&gt;To all - I found the solution myself !&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a def query to filter on this one specific record in the def query and then I used the select tool. This combination works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 21:56:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-and-delete-features-based-on-a-condition-of/m-p/1340714#M74311</guid>
      <dc:creator>BrigitteColin</dc:creator>
      <dc:date>2023-10-23T21:56:14Z</dc:date>
    </item>
  </channel>
</rss>

