Zonal Statistics as a table

1804
3
04-11-2011 01:16 PM
PatriciaNajera-Aguilar
New Contributor
Hi: I'm trying to add monthly precipitation (raster) data to the Nicaraguan municipalities (polygons). I have done this before with the state level and works perfectly. I checked the datum, environments, size of the files and everything seems to be fine.  But each time I run the process I get a ???background geoprocessing operations did not complete due to an error"; then the process stops  at 28% of advance and I get an empty output table.
Zonal Statistics as Table [000000_12301899]
# The following inputs are layers or table views: "adm2_nic", "prec9nic"
arcpy.ZonalStatisticsAsTable_sa("adm2_nic","ADM2_CODE","prec9nic","C:/LeptoNicGeoprocessing/GRID/lluvia9","DATA","ALL")
0 Kudos
3 Replies
curtvprice
MVP Esteemed Contributor
the process stops  at 28% of advance and I get an empty output table.


Go to the geoprocessing options and turn off background processing. It may help -- or at least you'll be able to more easily see the error messages (they are in the Geoprocessing > Results too).
0 Kudos
PatriciaNajera-Aguilar
New Contributor
Go to the geoprocessing options and turn off background processing. It may help -- or at least you'll be able to more easily see the error messages (they are in the Geoprocessing > Results too).


Solved... it was the cell size.
0 Kudos
WilliamClark
New Contributor II
Solved... it was the cell size.


What was it about the cell size?  I have the same error (though 0% completed).
0 Kudos