<?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 Centroids in merged /multi-part polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286108#M68820</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Ideally using ArcGIS Pro, but if not, then using the latest version of ArcMap:&lt;/P&gt;&lt;P&gt;I have received a file with numerous multi-part polygons that have been merged to share a single line of an attribute table. I need the centroids for each part of the polygon - not a single centroid in the middle of all of them which will inevitably be inside none of them (so not this:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-find-the-centroid-between-multiple-polygon-featu-000018271#:~:text=The%20following%20steps%20describe%20how%20to%20find%20the,configure%20the%20following%20settings..%20Specify%20the%20polygon%20layer" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-find-the-centroid-between-multiple-polygon-featu-000018271#:~:text=The%20following%20steps%20describe%20how%20to%20find%20the,configure%20the%20following%20settings..%20Specify%20the%20polygon%20layer&lt;/A&gt;.)&lt;BR /&gt;&lt;BR /&gt;Is there a way to generate centroids for each part of each polygon, or would I need to unmerge them first?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2023 14:10:06 GMT</pubDate>
    <dc:creator>Emma_Cunliffe</dc:creator>
    <dc:date>2023-05-05T14:10:06Z</dc:date>
    <item>
      <title>Centroids in merged /multi-part polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286108#M68820</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Ideally using ArcGIS Pro, but if not, then using the latest version of ArcMap:&lt;/P&gt;&lt;P&gt;I have received a file with numerous multi-part polygons that have been merged to share a single line of an attribute table. I need the centroids for each part of the polygon - not a single centroid in the middle of all of them which will inevitably be inside none of them (so not this:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-find-the-centroid-between-multiple-polygon-featu-000018271#:~:text=The%20following%20steps%20describe%20how%20to%20find%20the,configure%20the%20following%20settings..%20Specify%20the%20polygon%20layer" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-find-the-centroid-between-multiple-polygon-featu-000018271#:~:text=The%20following%20steps%20describe%20how%20to%20find%20the,configure%20the%20following%20settings..%20Specify%20the%20polygon%20layer&lt;/A&gt;.)&lt;BR /&gt;&lt;BR /&gt;Is there a way to generate centroids for each part of each polygon, or would I need to unmerge them first?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 14:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286108#M68820</guid>
      <dc:creator>Emma_Cunliffe</dc:creator>
      <dc:date>2023-05-05T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Centroids in merged /multi-part polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286127#M68827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/396625"&gt;@Emma_Cunliffe&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will have to unmerge the multipart polygon and then generate a centroid for each part, as you have already identified that if you create a centroid for the merged multipart polygon it will create one in the centre of the layer or wherever that centroid would be.&lt;/P&gt;&lt;P&gt;You could use the following tool afterwords to have as an overlay of the merged multipart polygon&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="_self"&gt;Feature To Point (Data Management)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 14:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286127#M68827</guid>
      <dc:creator>DanielFox1</dc:creator>
      <dc:date>2023-05-05T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Centroids in merged /multi-part polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286412#M68858</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;does the task of converting to singlepart.&lt;/P&gt;&lt;P&gt;You can get the centroids from that file&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-geometry-attributes.htm" target="_blank"&gt;Calculate Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2023 21:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/centroids-in-merged-multi-part-polygons/m-p/1286412#M68858</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-05-05T21:54:04Z</dc:date>
    </item>
  </channel>
</rss>

