Trying to run Pinchpoint Mapper in LM 3.0.0 in ArcMap 1.8.1 and tried in Pro 2.8.0 as well.
Both have the same error when I run Pinchpoint Mapper:
Python error on line 129 of s8_pinchpoints.py in Linkage Mapper Version 3.0.0:
NameError: name 'Raster' is not defined
Which is: outRas = Raster(resRaster) * Raster(resRaster)
Why is it not finding the function? resRaster is successfully referenced on line 61 without error, so I assume its fine.
Thoughts?
Trying to run Pinchpoint Mapper in LM 3.0.0 in ArcMap 1.8.1 and tried in Pro 2.8.0 as well.
Both have the same error when I run Pinchpoint Mapper:
Python error on line 129 of s8_pinchpoints.py in Linkage Mapper Version 3.0.0:
NameError: name 'Raster' is not defined
Which is: outRas = Raster(resRaster) * Raster(resRaster)
Why is it not finding the function? resRaster is successfully referenced on line 61 without error, so I assume its fine.
Thoughts?