Skip to main content

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?

Have you tried putting your points into a VornoiDiagrammer instead?


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