How to draw polygons around points?

6261
3
07-11-2017 03:29 AM
GokhanNAS
New Contributor II

Hello there;

I simply loaded 2 snapshots, can anyone advice if I can automate to draw polygons around the group of points?

thanks a lot!

Tags (1)
0 Kudos
3 Replies
DanPatterson_Retired
MVP Emeritus

Those polygons are referred to as concave hulls .  One implementation exists based on Bruce Harolds Concave Hull Estimator

Other hulls like convex hulls are easier to generate and can be done with existing ArcMap tools or external tools like Bounding Containers 

Aggregate points is a similar option and possibility

shan_sarkar
Occasional Contributor III

Can we not simply use the Buffer tool with the dissolve option for the selected points? I am just thinking of a more simplified approach, most likely not the right way to go about this.

~Shan


~Shan
0 Kudos
DanPatterson_Retired
MVP Emeritus

The problem with a simple buffer, is that it would only be useful if the Interpoint spacing were uniform to prevent the possibility of holes developing within the resultant during the dissolve process.  

Convex hull generation would be the optimum, but often a concave hull will suffice if the perceived exterior bounds are not too tortuous.