<?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 Mean Center Output in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060513#M41247</link>
    <description>&lt;P&gt;I am trying to calculate the population-weighted centroids of Utah's census tracts using the census blocks population in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;I have joined the census blocks population of 2010 to the census block shapefile of 2010 and have projected the shapefile to NAD83 (for Utah Central FIPS 4302 US Feet).&lt;/P&gt;&lt;P&gt;After using the Mean Center tool and assigning the census block population to Weight Field and tract codes to Case Field, I get the results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, some of the centers are not within the tract's boundaries. For instance, the population-weighted centroid of Tract 110701 is plotted on the 974300 census tract.&lt;/P&gt;&lt;P&gt;Any idea what the problem is and how to fix it? I appreciate your feedback.&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 17:11:36 GMT</pubDate>
    <dc:creator>NasserSharareh1</dc:creator>
    <dc:date>2021-05-21T17:11:36Z</dc:date>
    <item>
      <title>Mean Center Output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060513#M41247</link>
      <description>&lt;P&gt;I am trying to calculate the population-weighted centroids of Utah's census tracts using the census blocks population in ArcGIS Pro.&lt;/P&gt;&lt;P&gt;I have joined the census blocks population of 2010 to the census block shapefile of 2010 and have projected the shapefile to NAD83 (for Utah Central FIPS 4302 US Feet).&lt;/P&gt;&lt;P&gt;After using the Mean Center tool and assigning the census block population to Weight Field and tract codes to Case Field, I get the results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, some of the centers are not within the tract's boundaries. For instance, the population-weighted centroid of Tract 110701 is plotted on the 974300 census tract.&lt;/P&gt;&lt;P&gt;Any idea what the problem is and how to fix it? I appreciate your feedback.&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 17:11:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060513#M41247</guid>
      <dc:creator>NasserSharareh1</dc:creator>
      <dc:date>2021-05-21T17:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Center Output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060559#M41249</link>
      <description>&lt;P&gt;Did you try&amp;nbsp;&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;&lt;/P&gt;&lt;P&gt;There is an Inside option to make sure that the "center" is contained within the polygon&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 18:57:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060559#M41249</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-05-21T18:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Center Output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060582#M41254</link>
      <description>&lt;P&gt;I am afraid that doesn't work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 19:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060582#M41254</guid>
      <dc:creator>NasserSharareh1</dc:creator>
      <dc:date>2021-05-21T19:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Center Output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060827#M41272</link>
      <description>&lt;P&gt;Unfortunately the Mean Centre algorithm does not respect the polygon boundaries, so for C or L shaped polygons, polygons with holes or polygons with multiple parts, the point can often fall outside the polygon. This is not an error, but is a valid result.&lt;/P&gt;&lt;P&gt;You will have to decide how to handle these situations yourself with some extra processing afterwards. Some ideas:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Move the centroid to the nearest point on the parent polygon&lt;/LI&gt;&lt;LI&gt;Replace the centroid with one calculated using the Polygon to Point with Inside option as described by Dan&lt;/LI&gt;&lt;LI&gt;Calculate the weighted centre by another method with a higher chance of falling inside the polygon:&lt;UL&gt;&lt;LI&gt;Cluster the population blocks and choose the largest cluster as the centroid&lt;/LI&gt;&lt;LI&gt;Create a gridded raster of the population and choose the highest value cell as the centroid (like a heatmap)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;No easy answer unfortunately. Hope that helped.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 02:54:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060827#M41272</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-05-24T02:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mean Center Output</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060997#M41292</link>
      <description>&lt;P&gt;Thank you, Tim. That is interesting to know about the Mean Center tool.&lt;/P&gt;</description>
      <pubDate>Mon, 24 May 2021 15:39:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/mean-center-output/m-p/1060997#M41292</guid>
      <dc:creator>NasserSharareh1</dc:creator>
      <dc:date>2021-05-24T15:39:15Z</dc:date>
    </item>
  </channel>
</rss>

