Error using Filter - return lambda *args: val(*gp_fixargs(args))

783
0
07-13-2011 12:52 PM
ChristopherJursa
New Contributor
Hello,

I am receiving the following error my Python code.  I am using ArcGIS 10.0  and using the Filter function in my Python code. 

The code block invoking this error is  as follows

filterResult = Filter(rasterInputPath)

Does anyone know what is causing the following error?

  File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\sa\Functions.py",
line 4722, in Filter
    ignore_nodata)
  File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\sa\Utils.py", line
47, in swapper
    result = wrapper(*args, **kwargs)
  File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\sa\Functions.py",
line 4717, in wrapper
    ignore_nodata)
  File "C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy\arcpy\geoprocessing\_bas
e.py", line 474, in <lambda>
    return lambda *args: val(*gp_fixargs(args))
ExecuteError: ERROR 999999: Error executing function.
Failed to execute (Filter).

Strangely, the filter sometimes works and sometimes doesn't.  It seems to fail after I try to Krig data and the the message "Unable to estimate semivariogram" occurs.
0 Kudos
0 Replies