Hi.
i have tried all spatial sort method, but it doesn't work, its gonna zigzag..
The scenario is like these pictures. In the end, i want to list distances between points in large dataset..
1. old data points
2. merge new green points and old red points
3. reorder or sort them all.
Thanks!
Use linear referencing.
This will give you a m-value for each point. From that, you can determine the order and distance between points.