I am attempting to get the extent of a raster in X Y format (State Plane Coordinate system) in a map document. I can easily get the Lat/Long with...
raster1 = arcpy.sa.Raster('myUglyRaster.tif')print raster1.extentWhat would be the steps to do the same thing but with the X/Ys? I know it can be converted by I feel like there has to be some way to do this with the mapping module or something.
أكثر...
raster1 = arcpy.sa.Raster('myUglyRaster.tif')print raster1.extentWhat would be the steps to do the same thing but with the X/Ys? I know it can be converted by I feel like there has to be some way to do this with the mapping module or something.
أكثر...