I have a new survey datasheet with an Latitude and Longitude field in it. The documentation says, 'Corresponding latitudes and longitudes are provided relative to the GRS80 ellipsoid'.
I am trying to use XY table to point geoprossessing tool and would like to convert this datasheet into a point feature class to display in my map but the normal way I do this is not working. It is giving me a 'Warning 100160: Some of the features have invalid geometry and have been removed from the result'. This leads me to believe I am using the wrong coordinate system which I have set to GCS WGS 84.
Should I set it to GRS80 instead?