Skip to main content
Question

Split intersected polygons into equal parts

  • February 27, 2020
  • 2 replies
  • 80 views

ronan
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 25 replies

Hello,

here is my problem : I create a buffer from input points data. When the distance between 2 points is small, the buffers overlap. I would like to split the 2 overlapped buffers into 2 parts with the same area. Each polygon retrieve the attribute values of the associated point.

I don't find any satsfaying solution. Is there a known issue?

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.

2 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • February 27, 2020

Have you tried putting your points into a VornoiDiagrammer instead?


ronan
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 25 replies
  • February 27, 2020

Have you tried putting your points into a VornoiDiagrammer instead?

Thanks a lot :-). I was trying complex spatial process to split polygon after the buffer, but VoronoiDiagrammer is simple and provide the good result.