[GIS] Setting custom spatial reference/coordinate system to shapefile using ArcPy

arcpycoordinate systemshapefile

I have a python code which converts JSON text file to a shapefile. I have to set coordinate system to this shapefile created. I do not want to access the .prj file from my computer as this code will be embedded in a web toolbox.

Best Answer

There's a Python code example for doing this under Define Projection.

Related Question