python在ArcGIS中的应用

读取栅格数据的脚点坐标、影响名、坐标系import arcpyarcpy.env.workspace=”C:\Python27″try:    descRaster=arcpy.Describe(“D:\\data3\\4026.0-540.0.tif”)  #os.path.join(root,file)    ext=descRaster.extent    name1=descRaster….