Bug Number | NIM097252 |
Submitted | Dec 10, 2013 |
Modified | Jul 28, 2020 |
Severity | Medium |
Applies To | ArcGIS GIS Server |
Version Found | 10.2 |
Prog Language | N/A |
Server Platform | Red Hat Enterprise Linux 5 64 Bit |
Client Platform | Red Hat Enterprise Linux 5 64 Bit |
Database | N/A |
Locale | N/A |
Status | Implemented |
Version Fixed | 10.2.1 |
SP Fixed | 10.2.1 Approved |
Bug NIM097252
Synopsis
Installing the 'Shapefile crash on open' Patch, the ArcGIS 10.2 for Server Security Patch, or the Landsat 8 Patch for ArcGIS 10.2 for Server causes the arcpy.Describe function to return Null or None for the extent object.
Additional Information
N/A
Alternate Solution
Print the extent of the Minimum Boundary Geometry tool:
For example:
geom = arcpy.MinimumBoundingGeometry_management(copy_pts,
arcpy.Geometry(),
"ENVELOPE",
"ALL")[0]
arcpy.AddMessage(str(geom.extent))