Hello
I have written a script and within it I try to calculate coordinate values based on WGS 1984 GCS. I wrote the below line:
arcpy.management.CalculateGeometryAttributes(points_name, ['Y', 'POINT_Y'], coordinate_system='WGS1984')
However, the name of the coordinate system is causing an error. Any suggestion what should the name be?