<?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: Measuring the distance between multipart elements of a feature in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588485#M93334</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/multipart-to-singlepart.htm" target="_blank"&gt;Multipart To Singlepart (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but that would only allow you to detect those that are indeed completely isolated prior to the dissolve.&lt;/P&gt;&lt;P&gt;re-assembling would be required after with Dissolve once you have fixed the attribute&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 13:18:04 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-02-24T13:18:04Z</dc:date>
    <item>
      <title>Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588455#M93333</link>
      <description>&lt;P&gt;Is there a way of measuring the distance between multipart elements of a feature? I ask because I've been provided with some dissolved datasets where I've found some parts of what are supposed to be the same feature are kilometres apart. They share most of the same attributes, but there has been a typo in the unique identifier, which has caused the mismatch. I need to find a way to discover the outliers so I can explode, edit and redissolve. If there's an alternative way to find these, that would be equally good, but this was my first thought.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 09:27:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588455#M93333</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-02-24T09:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588485#M93334</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/multipart-to-singlepart.htm" target="_blank"&gt;Multipart To Singlepart (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but that would only allow you to detect those that are indeed completely isolated prior to the dissolve.&lt;/P&gt;&lt;P&gt;re-assembling would be required after with Dissolve once you have fixed the attribute&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 13:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588485#M93334</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-02-24T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588486#M93335</link>
      <description>&lt;P&gt;Hi Dan, that's fine. I'm happy to do the dissolve again knowing that at least they're correct. Is there a way to find them automatically? I have tens of thousands, so simply exploding and querying visually won't work, or have I missed something in the link you sent?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 13:24:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588486#M93335</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-02-24T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588530#M93339</link>
      <description>&lt;P&gt;That is what I was afraid of.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-to-point.htm" target="_blank"&gt;Feature To Point (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will allow you to get the centroid of multipart polygons, and it will probably not be within the extent of an existing polygon part.&amp;nbsp; The nice thing is that everything done has an ID value, so what I am thinking is&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-origin-destination-links.htm" target="_blank"&gt;Generate Origin-Destination Links (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;with the centroid of the multipart polygon as the "origin" and the singlepart representation of the destinations.&amp;nbsp; The distance&amp;nbsp;LINK_DIS field could be queried by some threshold distance to identify outliers&lt;/P&gt;&lt;P&gt;A spatial join isn't recommended since you could inadvertantly "assign" one of the singleparts to another multipart polygon because of the distance.&lt;/P&gt;&lt;P&gt;I don't have a dataset to test this on, so I would definitely subsample your thousands to an area that you know you have an issue.&amp;nbsp; Perhaps remove sensitive data from this subsample and post a zipped gdb (&amp;nbsp; Feature Class(es) To Geodatabase—&amp;nbsp; )&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 14:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588530#M93339</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-02-24T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588582#M93347</link>
      <description>&lt;P&gt;Thanks for that Dan. I'm trying processing on a subset, and if I have issues I'll copy it to you and you can have a go, but I thought I'd try myself first, as I tend to learn best through actions.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 16:25:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588582#M93347</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-02-24T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588758#M93367</link>
      <description>&lt;P&gt;slow day&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="multiart_od.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/126164i1295377384072D7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="multiart_od.png" alt="multiart_od.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="multiart_od_dist.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/126165i6B3D958BC6FBB7B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="multiart_od_dist.png" alt="multiart_od_dist.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 22:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588758#M93367</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-02-24T22:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588873#M93384</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thanks for that. I missed the dissolve step and so joined everything to everything else, which wasn't very helpful &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;. I'll try this again.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 09:25:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1588873#M93384</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-02-25T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring the distance between multipart elements of a feature</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1589952#M93479</link>
      <description>&lt;P&gt;Sorry for delayed reply, but I was in a course all yesterday.&lt;/P&gt;&lt;P&gt;This is brilliant and does exactly what I needed &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 10:38:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/measuring-the-distance-between-multipart-elements/m-p/1589952#M93479</guid>
      <dc:creator>SimonCrutchley</dc:creator>
      <dc:date>2025-02-27T10:38:34Z</dc:date>
    </item>
  </channel>
</rss>

