Jump to content

ArcGIS crashes on Tabulate Area


badar

Recommended Posts

Hi,

Tabulate area or Zonal Statistics as Table end with [000000_12301899] error when running from ArcToolBox. Using/calling them in python such as arcpy.sa.TabulateArea.... results in a simple crash. no warning.

I've tried all possible workarounds. Changing pixel size, using feature class/shapefile as zone data etc. etc. Sometimes tool runs fine and sometime it gives the error (with exactly the same parameters). Crashes ArcGIS each time when called, in python. Is it the new version's problem???

I am using ArcGIS 10.1 with SP1.

Link to comment
Share on other sites

  • 1 year later...

I had the same issue and fixed it by (re)building the attribute table just before tabulating the area in my script:

 

arcpy.BuildRasterAttributeTable_management(ClassData, "Overwrite")
TabulateArea(ZoneData, zoneField, ClassData, ClassField,  TablePath, processCellSize)
Edited by wheel27
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.

Disable-Adblock.png

 

If you enjoy our contents, support us by Disable ads Blocker or add GIS-area to your ads blocker whitelist