Question

Split intersected polygons into equal parts

  • 27 February 2020
  • 2 replies
  • 8 views

Badge +5

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?


2 replies

Userlevel 1
Badge +21

Have you tried putting your points into a VornoiDiagrammer instead?

Badge +5

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.

Reply