Hi, I'm using ArcGIS Pro 2.9 and have a python version 2 script written with ArcMap 10.3.
The script bombs out on the following line:
arcpy.gp.FocalStatistics(inputFC, outFileName, inExpression, "MEAN", "DATA")
with the error: Object: Tool or environment <FocalStatistics> not found.
Does "arcpy.gp" NOT exist any more? I realize there is focal statistics in arcpy.sa. Is that the only one I can use, it doesn't allow an output file raster to be specified.
Greg.