<?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 How does ArcGIS Pro calculate INSIDE point for Feature to Point in Polygon? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382694#M78830</link>
    <description>&lt;P&gt;I have used Arc GIS PRO 3.1.2&lt;/P&gt;&lt;P&gt;I seek clarification on how ArcGIS Pro calculates the inside point for Feature to Point in Polygon.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to the Esri guide page, the summary indicates that it uses "the center of gravity (centroid) of the polygon" . And&amp;nbsp; "&lt;/SPAN&gt;&lt;SPAN&gt;If the&amp;nbsp;&lt;SPAN class=""&gt;point_location&lt;/SPAN&gt;&amp;nbsp;parameter is set to&amp;nbsp;&lt;SPAN class=""&gt;INSIDE&lt;/SPAN&gt;,&amp;nbsp;Polygon features—The output point will be inside the polygon."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/feature-to-point.htm" target="_self"&gt;https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/feature-to-point.htm&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, the guide does not specify how the inside point is determined from the centroid point. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If anyone is familiar with this algorithm or specifications, please provide insight.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Feature to point.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94859i5A10895C8C0AF5F1/image-size/small?v=v2&amp;amp;px=200" role="button" title="Feature to point.png" alt="Feature to point.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 08:13:28 GMT</pubDate>
    <dc:creator>Polymegane</dc:creator>
    <dc:date>2024-02-15T08:13:28Z</dc:date>
    <item>
      <title>How does ArcGIS Pro calculate INSIDE point for Feature to Point in Polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382694#M78830</link>
      <description>&lt;P&gt;I have used Arc GIS PRO 3.1.2&lt;/P&gt;&lt;P&gt;I seek clarification on how ArcGIS Pro calculates the inside point for Feature to Point in Polygon.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to the Esri guide page, the summary indicates that it uses "the center of gravity (centroid) of the polygon" . And&amp;nbsp; "&lt;/SPAN&gt;&lt;SPAN&gt;If the&amp;nbsp;&lt;SPAN class=""&gt;point_location&lt;/SPAN&gt;&amp;nbsp;parameter is set to&amp;nbsp;&lt;SPAN class=""&gt;INSIDE&lt;/SPAN&gt;,&amp;nbsp;Polygon features—The output point will be inside the polygon."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/feature-to-point.htm" target="_self"&gt;https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/feature-to-point.htm&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, the guide does not specify how the inside point is determined from the centroid point. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If anyone is familiar with this algorithm or specifications, please provide insight.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Feature to point.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94859i5A10895C8C0AF5F1/image-size/small?v=v2&amp;amp;px=200" role="button" title="Feature to point.png" alt="Feature to point.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 08:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382694#M78830</guid>
      <dc:creator>Polymegane</dc:creator>
      <dc:date>2024-02-15T08:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcGIS Pro calculate INSIDE point for Feature to Point in Polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382722#M78836</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am not a developer but I believe the process is based on the mathematical center of either length or X/Y location. To see the centroid of a collection of features you can highlight/select them in your aprx, then on the edit ribbon you can select the move tool. I believe this will give a visual of the centroid without running the analysis tool. The select and move process will also reveal the centroid for single features.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The centroid for a point is the actual center regardless of symbology size. The centroid for a line is the mathematical center (50 feet/meters would have the centroid located at 25 feet/meters). The centroid for a polygon is the center of the area’s measurement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This may not be the exact answer you are looking for but I hope it helps. Remember, by selecting the feature and activating the move tool on the project ribbon’s edit tab, you can visualize the feature(s) centroid. Perhaps that part alone will help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 10:06:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382722#M78836</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2024-02-15T10:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: How does ArcGIS Pro calculate INSIDE point for Feature to Point in Polygon?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382737#M78838</link>
      <description>&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/calculate-feature-centroids-1462482762689-000011754" target="_blank" rel="noopener"&gt;How To: Calculate Feature Centroids (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;The algorithms for the specific calculation are proprietary, but there are two basic concepts used.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But you will have to read the link and see if you can come up with some ideas based on the following example.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="centroid.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94868i8A5364C90817E08F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="centroid.png" alt="centroid.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;some options:&lt;/P&gt;&lt;P&gt;pole of inaccessibility for polygons (numerous references)&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mapbox/polylabel" target="_self"&gt;polylabel: A fast algorithm for finding the pole of inaccessibility&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 11:42:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-does-arcgis-pro-calculate-inside-point-for/m-p/1382737#M78838</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-15T11:42:39Z</dc:date>
    </item>
  </channel>
</rss>

