<?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: Select polygons that share an intersected polygon from a separate layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274451#M11996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have access to both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Aug 2019 23:50:58 GMT</pubDate>
    <dc:creator>DerekNewland</dc:creator>
    <dc:date>2019-08-01T23:50:58Z</dc:date>
    <item>
      <title>Select polygons that share an intersected polygon from a separate layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274449#M11994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I have a feeling the simplest way to solve my problem may just be for me to manually go over the data but here it goes.&lt;/P&gt;&lt;P&gt;I need to select all the of parcels that have more than 1 land use zone. So for example, I have a parcel polygon that is intersected by 2 zone polygons and I have a lot of them. I need to create a layer to show only those parcels that have multiple zones. Is it even possible to automate this even if it requires some manual clean up afterwords?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/455058_ZoneOverlap.PNG" /&gt;&lt;/P&gt;&lt;P&gt;In the image above shows the selected parcel is in 2 different zones. I have an Arcade expression to show the zone with the highest percentage covering the parcel but now I need to actually select and create a new map showing all the parcels like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or advice would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Derek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 23:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274449#M11994</guid>
      <dc:creator>DerekNewland</dc:creator>
      <dc:date>2019-08-01T23:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select polygons that share an intersected polygon from a separate layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274450#M11995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have access to ArcGIS Pro or ArcMap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 23:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274450#M11995</guid>
      <dc:creator>JohnPlunkett</dc:creator>
      <dc:date>2019-08-01T23:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select polygons that share an intersected polygon from a separate layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274451#M11996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have access to both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 23:50:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274451#M11996</guid>
      <dc:creator>DerekNewland</dc:creator>
      <dc:date>2019-08-01T23:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select polygons that share an intersected polygon from a separate layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274452#M11997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ArcGIS Pro&lt;/P&gt;&lt;P&gt;Run the Union tool on the Parcels and Zone&lt;/P&gt;&lt;P&gt;You will get an output&lt;/P&gt;&lt;P&gt;Then on the output run the Summarize tool on the ParcelID - using Count as the Statistic&lt;/P&gt;&lt;P&gt;You will get an output of Parcels that are part of more than one zone&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can add a join - using the ParcelID on the Polygons and use the parcel ID of the summary table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use a select by attributes or definition query to display features that cross two land use zones&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="455221" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/455221_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Once they are selected you could export the layer to a new Feature Class&lt;/P&gt;&lt;P&gt;(Also I ran a definition query on the Union where Parcels was&amp;nbsp; not -1) to only display parcels that were within a land use. (Otherwise empty zones would appear)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/455274_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2019 22:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/select-polygons-that-share-an-intersected-polygon/m-p/274452#M11997</guid>
      <dc:creator>JohnPlunkett</dc:creator>
      <dc:date>2019-08-05T22:23:34Z</dc:date>
    </item>
  </channel>
</rss>

