Hi
A couple of suggestions:
1) Use the AnchoredSnapper with a high tolerance and the nodes as anchors, with snapping type set to endpoint snapping.
2) You can use the TopologyBuilder to find lines that aren't connected to a node on both ends, check the attributes
_from_node and
_to_node. Then use a NeighborFinder to find the closest node. The coordinates of the closes node will be available in
_closest_candidate_x and
_closest_candidate_y.
David
Hi
A couple of suggestions:
1) Use the AnchoredSnapper with a high tolerance and the nodes as anchors, with snapping type set to endpoint snapping.
2) You can use the TopologyBuilder to find lines that aren't connected to a node on both ends, check the attributes
_from_node and
_to_node. Then use a NeighborFinder to find the closest node. The coordinates of the closes node will be available in
_closest_candidate_x and
_closest_candidate_y.
David
Hi David, I am having some issues with this snapping
@tt if you can include a small sample dataset then community members can experiment with your data.
@tt if you can include a small sample dataset then community members can experiment with your data.
I would like to know when you are online so that we can a real time chat on this
Hi
A couple of suggestions:
1) Use the AnchoredSnapper with a high tolerance and the nodes as anchors, with snapping type set to endpoint snapping.
2) You can use the TopologyBuilder to find lines that aren't connected to a node on both ends, check the attributes
_from_node and
_to_node. Then use a NeighborFinder to find the closest node. The coordinates of the closes node will be available in
_closest_candidate_x and
_closest_candidate_y.
David
I would love to know more about this as I have a similar situation right now and I am having some difficulties
@tt if you can include a small sample dataset then community members can experiment with your data.
In my own case I have points and lines, I want to snap the lines to the points, both edges, ends and sides. I tried using the snapper and also tried using the anchored snapper, but still don't get to snap some. I have used intersector, it does the major part of the snapping but creates new points at any intersection without a point. I really would love to do this snapping based on relationship (attribute)