<?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: Polygon Centroids not displaying in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1161036#M53646</link>
    <description>&lt;P&gt;Perhaps you could just use Feature To Point tool to get the centroid points directly.&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;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-to-point.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 03:02:53 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2022-04-05T03:02:53Z</dc:date>
    <item>
      <title>Polygon Centroids not displaying</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1160917#M53623</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm currently mapping parcels within Nebraska, but their GIS platform did not have a quarter section shapefile. Therefore, I need to calculate the center of each square section. I attempted to do this through the calculate geometry option in the attribute table by creating an X and Y field, and selecting "Centroid X Coordinate" and "Centroid Y Coordinate" respectively. I then exported the table and tried to add it to my map using the Display XY Data. However, I get these warnings and nothing shows up:&lt;/P&gt;&lt;P&gt;Can anyone tell me why the points aren't showing up? I also attached a screenshot of the attribute table in case that's helpful.&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XY Table To Point&lt;BR /&gt;=====================&lt;BR /&gt;Parameters&lt;/P&gt;&lt;P&gt;Input Table CentroidTable&lt;BR /&gt;Output Feature Class C:\Users\rachel.fanch\Documents\ArcGIS\Projects\Bridgeport\Bridgeport_Landowners\Bridgeport_Landowners.gdb\CentroidTable_XYTableToPoint2&lt;BR /&gt;X Field X&lt;BR /&gt;Y Field Y&lt;BR /&gt;Z Field&lt;BR /&gt;Coordinate System GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119521E-09;0.001;0.001;IsHighPrecision&lt;BR /&gt;=====================&lt;BR /&gt;Messages&lt;/P&gt;&lt;P&gt;Start Time: Monday, April 4, 2022 1:02:52 PM&lt;BR /&gt;WARNING 120251: The following fields are not supported and will be dropped: Shape_Leng, Shape_Area&lt;BR /&gt;WARNING 100160: Some of the features have invalid geometry and have been removed from the result&lt;BR /&gt;WARNING 000192: Invalid value for rows: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, etc.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Succeeded at Monday, April 4, 2022 1:02:55 PM (Elapsed Time: 3.63 seconds)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:07:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1160917#M53623</guid>
      <dc:creator>CarbonAmerica</dc:creator>
      <dc:date>2022-04-04T19:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon Centroids not displaying</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1160931#M53626</link>
      <description>&lt;P&gt;The X and Y values are in a projected coordinate system, not a geographic one (GCS).&lt;/P&gt;&lt;P&gt;Specify the appropriate projected coordinate system.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 19:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1160931#M53626</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-04-04T19:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon Centroids not displaying</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1161036#M53646</link>
      <description>&lt;P&gt;Perhaps you could just use Feature To Point tool to get the centroid points directly.&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;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-to-point.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 03:02:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1161036#M53646</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2022-04-05T03:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Polygon Centroids not displaying</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1161169#M53665</link>
      <description>&lt;P&gt;This worked, thanks so much!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 15:11:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polygon-centroids-not-displaying/m-p/1161169#M53665</guid>
      <dc:creator>CarbonAmerica</dc:creator>
      <dc:date>2022-04-05T15:11:15Z</dc:date>
    </item>
  </channel>
</rss>

