Hi,

I have a data set that records the pick-up and drop-off locations of a particular item. The coordinates of these locations are in the form of XY coordinates, and I would like to calculate the distance, in kms, between the two locations using "geodist." To do the same, I have to convert the XY coordinates to Lat-Long coordinates. Appreciate any help to figure out how to convert XY coordinates to Lat-Long coordinates.

Thank you!