I have a table to process that with coordinates for records expressed in two different ways - one set are GCS, the other are State Plane coordinates. I'd like to simply calculate new coordinates into a new field so that there is one common set of coordinates for all records. I can do this through a multistep process involving converting recordsets of each coordinate type to spatial layers, projecting one of them, merging them back together and calculating the coordinate values. These data ultimately will become spatial, but in an early stage of processing, it would be nice to have a simpler (aka fewer steps) process. I suspect i could go find a formula for this somewhere along the way and implement that in Python, but this seems like it could be more of a pain that the multistep process i outlined above.