1.在使用nibble操作进行空值填充时,报出一下错误。
arcgisscripting.ExecuteError: ERROR 999999: Error executing function.
未指定的错误
Configuration RasterCommander.ImageServer can not be started.
Server Object instance creation failed on machine DESKTOP-G403A32.
Image Server is not supported with the current license.
Failed to execute (Nibble).
解决办法:如果是使用软件可以设置环境中的并行处理为0,如果是使用arcpy可以添加一下代码段即可解决
# env.parallelProcessingFactor = "0"