<?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: Spatial join with overlapping polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181471#M56010</link>
    <description>&lt;P&gt;My post is about the Spatial Join GP tool, not Intersect.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 15:32:05 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2022-06-09T15:32:05Z</dc:date>
    <item>
      <title>Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180472#M55878</link>
      <description>&lt;P&gt;Hi I'm using ArcGIS Pro and I am trying to figure out how to assign the attributes of several overlapping polygons in one layer, to a set of polygons within them in another layer.&lt;/P&gt;&lt;P&gt;This will be easier to understand with the example of the two layers I am trying to analyze:&lt;/P&gt;&lt;P&gt;Layer one:&amp;nbsp;&amp;nbsp;Visualized with a black frame in the image below. These polygons are overlapping and nested in one layer. Each polygon represents the service area for an electric utility. Some areas are covered by more than one utility and therefore are overlapping.&lt;/P&gt;&lt;P&gt;Layer 2: Visualized in yellow color and a gray stroke. These are the census tract polygons and they are not overlapping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My goal is to identify for each census tract (polygon in layer two), all electric utilities providing service. In other words - all polygons from layer 1 that contain it, and then add their properties each census tract.&lt;/P&gt;&lt;P&gt;If I didn't have overlapping polygons in layer 1, I could have achieved this with a spatial join. But since I do have an overlap I'm seeking your advice in figuring out how to do this analysis.&lt;/P&gt;&lt;P&gt;Is there a way to re-create layer one (utility service area) so that it doesn't contain overlaps but maintains all the information about overlapping coverage area?&lt;/P&gt;&lt;P&gt;Is there a way to do spatial join with overlapping polygons?&lt;/P&gt;&lt;P&gt;What other thin&lt;SPAN&gt;gs should I try?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YaelNidam_0-1654559485012.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/42856iC9489A9C885359B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YaelNidam_0-1654559485012.png" alt="YaelNidam_0-1654559485012.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 00:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180472#M55878</guid>
      <dc:creator>YaelNidam</dc:creator>
      <dc:date>2022-06-07T00:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180481#M55880</link>
      <description>&lt;P&gt;Intersect the utility layer with itself. The result will split the overlapping areas from other parts of the layer, while reproducing the two attribute tables. Where overlap occurs the utility names will be different. Delete the extra set of fields that are pure duplications. Then union the census tracts with the&amp;nbsp;&lt;SPAN&gt;utility layer (union will preserve the entirety of the tracts, intersect may not). This will produce a layer with each census tract split, if necessary, to represent the utility/utilities serving that portion of the tract, and with that field of information appended.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;— Andy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 02:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180481#M55880</guid>
      <dc:creator>AndyAnderson</dc:creator>
      <dc:date>2022-06-07T02:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180656#M55890</link>
      <description>&lt;P&gt;Take a look at&lt;A href="https://esriaustraliatechblog.wordpress.com/2015/06/22/spatial-joins-hidden-trick-or-how-to-transfer-attribute-values-in-a-one-to-many-relationship/" target="_self"&gt; this Blog&lt;/A&gt; using Spatial Join with multiple overlaps.&amp;nbsp; Especially the join merge option part.&lt;/P&gt;&lt;P&gt;It is for ArcMap, but the same options exist in Pro.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 15:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180656#M55890</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-06-07T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180909#M55932</link>
      <description>&lt;P&gt;Thanks so much for the detailed response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried interesting the utility layer with itself but the resulting polygons didn't preserve the information from the overlapping layers, the same utility name was reproduced. It's also worthwhile to note that there could be more than 2 overlapping utilities for each census tract, which might complicate things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying a manual approach now, where I identify overlapping utilities and place them in a different layer. I have managed to separate utilities by type and to create 5 different layers. My plan is now to spatially join these layers with the census tract layer. It's a much longer and more manual process, but I think it can work.&lt;/P&gt;&lt;P&gt;If I misunderstood your suggestion, please let me knw, it would be awesome to learn a more efficient approach to doing this&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 04:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180909#M55932</guid>
      <dc:creator>YaelNidam</dc:creator>
      <dc:date>2022-06-08T04:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180911#M55933</link>
      <description>&lt;P&gt;Thanks! That's exactly the solution I'm looking for. Unfortunately I couldn't find the same functionality in ArcGIS Pro. Do you know if this function of spatial join actually exists in this way in the pro version? Thanks so much for your help.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 05:04:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1180911#M55933</guid>
      <dc:creator>YaelNidam</dc:creator>
      <dc:date>2022-06-08T05:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181134#M55955</link>
      <description>&lt;P&gt;It is there in Pro.&amp;nbsp; Once you have the data loaded, you can find it in the "Fields" section:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_0-1654704544448.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43026i106A3358AF4CD383/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_0-1654704544448.png" alt="RhettZufelt_0-1654704544448.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 16:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181134#M55955</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-06-08T16:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181185#M55961</link>
      <description>&lt;P&gt;Thanks! I've tried this but it didn't work for me. When I use this function with the definition you specified I get one utility assigned to each census tract, as opposed to multiple utilities assigned to each census tract. I'm attaching an image of my definitions. Did I miss something?&lt;/P&gt;&lt;P&gt;Thanks so much for your help!!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YaelNidam_0-1654709542678.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43032i7929127D32C80B99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YaelNidam_0-1654709542678.png" alt="YaelNidam_0-1654709542678.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YaelNidam_1-1654709574676.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43033i25125F059A82161A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="YaelNidam_1-1654709574676.png" alt="YaelNidam_1-1654709574676.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 17:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181185#M55961</guid>
      <dc:creator>YaelNidam</dc:creator>
      <dc:date>2022-06-08T17:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181217#M55965</link>
      <description>&lt;P&gt;I think the issue is with the join operation.&amp;nbsp; One to many will match many polygons.&amp;nbsp; We want just one polygon, but all the attributes from the other (per single polygon).&lt;/P&gt;&lt;P&gt;Starting Polygons (black outline) showing attributes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_1-1654712758660.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43039i7FE878A87EC7F48A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_1-1654712758660.png" alt="RhettZufelt_1-1654712758660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attribute table from shaded polys with values as Text (can't join on numeric field):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_3-1654712911399.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43041iDFA3AED4B3F4BC0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_3-1654712911399.png" alt="RhettZufelt_3-1654712911399.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setting of GP tool:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_2-1654712773902.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43040i1F9D5951969E7D76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_2-1654712773902.png" alt="RhettZufelt_2-1654712773902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Joined dataset attributes with id from overlapping polys appended together with comma separation:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RhettZufelt_4-1654712968593.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43043i9B17D4F36D8C96CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RhettZufelt_4-1654712968593.png" alt="RhettZufelt_4-1654712968593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 18:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181217#M55965</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-06-08T18:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181468#M56009</link>
      <description>&lt;P&gt;The image below shows what I get when I do a self-intersection of a layer with overlapping polygons. Notice that I get duplicated polygons, so there are six rather than just three polygons. But two of those, the actual overlap, do indeed have different names.&lt;/P&gt;&lt;P&gt;The tool I used is shown in the second image. Can you be more explicit about what you actually did that the attributes were not copied from the two different layers as you can see below?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-09 at 11.15.40 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43097iA80CBF7027E9CD02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-09 at 11.15.40 AM.png" alt="Screen Shot 2022-06-09 at 11.15.40 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-06-09 at 11.22.32 AM.png" style="width: 457px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43098i8B3331C36C04B6DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-06-09 at 11.22.32 AM.png" alt="Screen Shot 2022-06-09 at 11.22.32 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:24:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181468#M56009</guid>
      <dc:creator>AndyAnderson</dc:creator>
      <dc:date>2022-06-09T15:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181471#M56010</link>
      <description>&lt;P&gt;My post is about the Spatial Join GP tool, not Intersect.&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 15:32:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181471#M56010</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-06-09T15:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial join with overlapping polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181539#M56017</link>
      <description>&lt;P&gt;I’m not replying to you, RhettZufelt,&amp;nbsp;I’m replying to the originator of this thread,&amp;nbsp;YaelNidam.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:54:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/spatial-join-with-overlapping-polygons/m-p/1181539#M56017</guid>
      <dc:creator>AndyAnderson</dc:creator>
      <dc:date>2022-06-09T16:54:31Z</dc:date>
    </item>
  </channel>
</rss>

