PROBLEM

X and Y coordinates display at incorrect locations in ArcGIS Pro

Last Published: July 19, 2023

Description

In ArcGIS Pro, X and Y coordinates added to a basemap from a table using the XY Table To Points tool are displayed at incorrect locations.

Cause

The following describe the possible causes:

  • The geographic coordinate system of the map extent does not match that of the output feature class. This causes the points to deviate from the intended location.
  • A projected coordinate system is used for the output feature class instead of a geographic coordinate system. When a projected coordinate system is used, the X and Y coordinates from the table are expressed using linear measurements instead of decimal degrees.

Solution or Workaround

Use the same geographic coordinate system as the map extent when creating output feature classes from XY coordinates. Then, use the Project tool to change the coordinate system back to the data's original coordinate system.

  1. In ArcGIS Pro, on the Contents pane, right-click the table containing the X and Y coordinates, and click Display XY Data.
  2. Configure the XY Table To Point parameters as follows:
    1. For Input Table, select the table containing the X and Y coordinates to be added as a feature class on the map from the drop-down menu.
    2. For Output Feature Class, specify a name and save the location for the output feature class.
    3. For X Field, select the field in the input table containing the X coordinates or longitude from the drop-down menu.
    4. For Y Field, select the field in the input table containing the Y coordinates or latitude from the drop-down menu.
    5. For Coordinate System, select GCS_WGS_1984 from the drop-down menu.
    6. Click Run.
Image of the XY Table to Point tool pane
  1. On the Geoprocessing pane, navigate to Toolboxes > Data Management Tools > Projections and Transformations, and click Project.
  2. Configure the Project parameters as follows:
    1. For Input Dataset or Feature Class, select the feature class to be projected from the drop-down menu.
    2. For Output Dataset or Feature Class, specify a name and save the location for the output feature class from the drop-down menu.
    3. For Output Coordinate System, specify the original coordinate system of the data.
    4. Click Run.
Image of the Project tool pane

The point feature class is displayed in the correct location.

Article ID:000022862

Software:
  • ArcGIS Pro 2 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Related Information

Discover more on this topic