try it as
arcpy.sa.TopoContour
you will likely need it for
arcpy.sa.Topolake
and
arcpy.sa.TopoToRaster
If you use
from arcpy.sa import *
in your imports, you won't need to specify the module,
but it can be confusing that way
Dear Andrew,
Based on your post, "I was able to use the Model Builder iterator with Topo To Raster"; I want to use the Model Builder iterator (For iterator) to run “Topo To Raster” on 200+ inputs. But, when I want to write a dynamic name ("***%value%") in the field part of topo to raster window (attached screenshot) to iterate the computations, it is automatically changed to the first column of dataset. I did the same way for other interpolation methods (IDW & Spline) and they totally worked. Is there any hint about using iterator for “Topo To Raster” tool in the Model Builder? Thank you in advance for your generous help.