Hi, I use Epanet for designing irrigation systems. I start by using AutoCAD to define the pipe network. Then, I use QGIS to assign a corresponding elevation to each node, and I return to AutoCAD where I have a 3D pipe network with x, y, and z coordinates. After that, I use Epacad to convert the file from .dxf to .inp (a file readable by Epanet). However, I always encounter the same problem with duplicate nodes. This means that I have the same line using a start node and an end node with the same coordinates but different IDs. The issue is that I have to manually delete each duplicate node before running Epanet. I've developed a code to handle this, but my question is: has anyone else experienced the same issue with duplicate nodes, or am I possibly making a mistake in my process?