Hi All,
I am working on the line network wherein i want to find the pseudonodes. can somebody help me with this.
Thank you in advance !!
Hi All,
I am working on the line network wherein i want to find the pseudonodes. can somebody help me with this.
Thank you in advance !!
If you mean the start/end vertices you can try the TopologyBuilder, the Node port will provide you with all the start/end vertices of your data.
If you need ALL of the vertices use a chopper set to 1
hope this helps.
Hi @dandekarpriya, I'm not sure what "pseudo node" means correctly. If you define that "pseudo node" is "a node connecting only two edges", you can determine if a node is a pseudo node based on the number of elements of the _node_angle{} list added to the nodes which are output via the Node port of a TopologyBuilder.
My interpretation of what @dandekarpriya means by pseudo node given that he mentioned network:
Do you have the network links and nodes geometries and want to identify where a node is related to only two links?
If so PointOnLineOverlayer creates an Overlap Count Attribute on both links and nodes. If this value equals 2 on the nodes it is by my definition a pseudo node. Test the nodes for this value equals 2. This assumes a clean network where the node geometry equal the end of the link.
Hi @dandekarpriya, I'm not sure what "pseudo node" means correctly. If you define that "pseudo node" is "a node connecting only two edges", you can determine if a node is a pseudo node based on the number of elements of the _node_angle{} list added to the nodes which are output via the Node port of a TopologyBuilder.
Hi Takashi ,
pseudonode is nothing but a node which Appears along a continuous line and divides it
My interpretation of what @dandekarpriya means by pseudo node given that he mentioned network:
Do you have the network links and nodes geometries and want to identify where a node is related to only two links?
If so PointOnLineOverlayer creates an Overlap Count Attribute on both links and nodes. If this value equals 2 on the nodes it is by my definition a pseudo node. Test the nodes for this value equals 2. This assumes a clean network where the node geometry equal the end of the link.
i have a line network where i want to identify the pseudo nodes.
If you mean the start/end vertices you can try the TopologyBuilder, the Node port will provide you with all the start/end vertices of your data.
If you need ALL of the vertices use a chopper set to 1
hope this helps.
Hi Takashi ,
pseudonode is nothing but a node which Appears along a continuous line and divides it
Using the TopologyBuilder to find nodes that are connected to only two edges:
yes that's right . i have tried to use to use the node angles and it work fine. Thank you takashi
Using the TopologyBuilder to find nodes that are connected to only two edges:
Thanks again :)
Using the TopologyBuilder to find nodes that are connected to only two edges:
how i can get information of associated edges to each node. i mean the arc_id?
how i can get information of associated edges to each node. i mean the arc_id?