I want to convert these points to lines, however they are not sorted sequentially along a line (by ID or FID), i.e. the converted lines zig-zag across the obvious trail of points.
How can I join these point trails based on proximity to points?
I don't have access to the Near (Analysis) tool, which I thought might help me move froward.
Answer
- One approach is to convert this to raster and then extract contours
- Another is to find the buffer for each point;Dissolve those buffers to get a narrow polygon;Find the center line of each dissolved polygon.
No comments:
Post a Comment