I am trying to re-project data from NAD 1983 UTM Zone 14N to North Dakota State Plane South, but when I do, it ends up in Canada or Spain (it should be in North Dakota). Any suggestions how to fix this?
I bring it into ArcGIS Pro with its original projection. This projection shows it is in the correct location. I use the tool define projection to change it into North Dakota State Plane South coordinates and it ends up in another country--outside of its intended position.
A best practice if you want to change a projection on a feature class. First it is best to not define the projection for a Feature Class, you should define a projection for a Feature Dataset. If you want to change the projection you should create a new feature dataset with the projection you want. Then import the feature class into the new dataset.
If when you first add the data it is in the correct location (you've confirmed that!) then you should not use Define Projection. The project is already defined, and it is correct!