Hi All,
I thought this would be straightforward, but it's not (at least, not for me). I am trying to do exactly as the title describes - I have a point shapefile consisting of points, and I would like to find the shortest possible path (ie polyline) that goes through all of them.
I don't think Network Analyst is appropriate, since these are marine sampling sites, and there are no roads. I just want to find the shortest possible path the boat has to take to hit all of the sites.
If we want to get fancy, the following additions would be handy, but at this stage, I'd settle for anything:
Has anyone had to do this?
Cheers!
Solved! Go to Solution.
What you refer to is a spanning tree. There is a toolbox that I created here, that works with projected shapefiles which reside in a folder not a geodatabase. The data must be projected since it is a planar tree and not a geodesic solution
What you refer to is a spanning tree. There is a toolbox that I created here, that works with projected shapefiles which reside in a folder not a geodatabase. The data must be projected since it is a planar tree and not a geodesic solution
Thank you Dan - that looks like exactly what I need. I haven't played around with it too much yet, but the initial results are very promising.
Thanks again!