Hi,
I have 5 million points and I would like to generate buffer and find the points that falls in each buffer region and perform some calculation.
I have tried with Spatial join and getting out of memory exception and finally I am trying with Multiprocessing.
I would like to know, Is there any other way we can do this more efficiently in python or any other method.