I've been trying to run the ConcaveHullEstimator tool on a point feature, and get a 9999 error in Results. After the line with that error, it says TIN internal process error, and then Failed to execute (Aggregate Points).
Also tried ConcaveHullEstimator2 and got these errors:
Creating data structures...
PYTHON ERRORS:
Traceback Info:
File "C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Concave2\ConcaveHull.py", line 90, in <module>
if [p.shape.firstPoint.X,p.shape.firstPoint.Y] not in pDict.values():
Error Info:
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'X'
GP ERRORS:
Completed script ConcaveHull...
Failed to execute (ConcaveHull).
Failed at Fri May 24 09:01:24 2013 (Elapsed Time: 0.00 seconds)
The Bounding Containers tool doesn't fail, but doesn't produce a visible shape either. The attribute table shows one record, with a Shape field of polygon and FID and ID of 0. Zooming to that layer zooms out from 1:80,000 to 1:235,000,000, Still nothing visible, nothing pops up on Identify.
Any clues? Thanks.
Also tried ConcaveHullEstimator2 and got these errors:
Quote:
Creating data structures...
PYTHON ERRORS:
Traceback Info:
File "C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Concave2\ConcaveHull.py", line 90, in <module>
if [p.shape.firstPoint.X,p.shape.firstPoint.Y] not in pDict.values():
Error Info:
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'X'
GP ERRORS:
Completed script ConcaveHull...
Failed to execute (ConcaveHull).
Failed at Fri May 24 09:01:24 2013 (Elapsed Time: 0.00 seconds)
Any clues? Thanks.