Hi,
I use ArcGIS Desktop and I would like to build with python the function behind the standard GIS tool "find connected", which is able to select all the feature topologically connected to each other, starting from a given line feature.
I do not need the arcpy.TraceGeometricNetwork function because even though it really gives you all the feature connected to each other, in doing so, it creates other layers, different from the original and I am looking for a solution that selects features inside their original layers.
Does anyone know any other python library that could have this type of funtion related no networks?
Thanks in advance