Polygon Centroids not displaying

1271
3
Jump to solution
04-04-2022 12:07 PM
CarbonAmerica
New Contributor III

Hi everyone,

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:

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.

Thanks so much!

 

XY Table To Point
=====================
Parameters

Input Table CentroidTable
Output Feature Class C:\Users\rachel.fanch\Documents\ArcGIS\Projects\Bridgeport\Bridgeport_Landowners\Bridgeport_Landowners.gdb\CentroidTable_XYTableToPoint2
X Field X
Y Field Y
Z Field
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
=====================
Messages

Start Time: Monday, April 4, 2022 1:02:52 PM
WARNING 120251: The following fields are not supported and will be dropped: Shape_Leng, Shape_Area
WARNING 100160: Some of the features have invalid geometry and have been removed from the result
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.  
Succeeded at Monday, April 4, 2022 1:02:55 PM (Elapsed Time: 3.63 seconds)

Thanks so much
0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

The X and Y values are in a projected coordinate system, not a geographic one (GCS).

Specify the appropriate projected coordinate system.


... sort of retired...

View solution in original post

3 Replies
DanPatterson
MVP Esteemed Contributor

The X and Y values are in a projected coordinate system, not a geographic one (GCS).

Specify the appropriate projected coordinate system.


... sort of retired...
CarbonAmerica
New Contributor III

This worked, thanks so much!

Thanks so much
0 Kudos
DanLee
by Esri Regular Contributor
Esri Regular Contributor

Perhaps you could just use Feature To Point tool to get the centroid points directly.

https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-to-point.htm