Hello,
I am creating buffer polygons for points, but I would like to loop through the newly created buffers and associate them with subsequent points that fall within the new buffer.
If 2 points are next to each other, the first point would be buffered and the second point would be associated with that buffer.
Thank you.