Skip to main content
Question

create polygon from point.

  • May 10, 2019
  • 1 reply
  • 14 views

marcoroose
Contributor
Forum|alt.badge.img+4

I want a polygon that contains all points per group. (postcode)

BUT the polygon may NOT contain points from another group.

I want the maximum area. but it must not overlap.

I have used the HullAccumulator but I get an overlap with that.

the red line is what i want.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • May 10, 2019

For this sort of scenario I'd use a VornoiDiagrammer to create polygons round each point, and then dissolve based on postcode to create postcode areas