Hi,
As part of my python script, I have a spatially enabled data frame with ~1000 points in OSGB (EPSG:27700) X,Y which i would like to convert to WGS84 lat, long. Is there a way, using the ArcGIS API for Python, to transform the OSGB XY coordinates to Lat/Long? Or to transform the SHAPE field of the SDF from OSGB to WGS84?
Thanks in advance!