I am having problems with:
It returns the following error message even though it is successfully creating the polygon dataset:
ExecuteError: ERROR 010157: Unable to open feature class
I can view the polygon output and it is exactly as expected. However, the code fails at this point and returns the error. Any thoughts?
Code:
arcpy.RasterToPolygon_conversion(inRaster, outPolygons, "NO_SIMPLIFY")ExecuteError: ERROR 010157: Unable to open feature class
I can view the polygon output and it is exactly as expected. However, the code fails at this point and returns the error. Any thoughts?