I have a River model with some tributaries. After I added the XSCutLines I creasted manually I got this Error message while trying to create RAS GIS Import File:
ras_gis_import.py", line 78, in unpack_wkt
if wkt.startswith('POINT'):
AttributeError: 'NoneType' object has no attribute 'startswith'
any ideas?