arcpy获取矢量坐标系

代码:

shppath = "矢量路径"
shpdescribe= arcpy.Describe(shppath)
print(shpdescribe.spatialReference.name)

结果:

你可能感兴趣的:(arcpy,arcpy)