I am using ArcGIS Pro and trying to use CCTV Manager to plot points along sanitary sewer gravity mains but when I run the Generate Pipeline CCTV Features tool I get an error:
File "C:\Users\username\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\Lib\site-packages\utilsolutions\cctv\core.py", line 310, in _locate_point point.M = 0 AttributeError: ("'NoneType' object has no attribute 'M'", 'occurred at index 990')
Do my pipe need to have M values? The feature class is M enabled but the features have no values just NaN.
Can you try it without an m enabled line? We might have a bug with M enabled, but no values.
I have tried with both
Do you have any records with Null Geometry?
There must have been some geometry with error. I ran repair geometry and the tool finished correctly. Thanks!