I have multiple points on a map each with their own latitude and longitude.
Each point has a value associated to it.
Given a radius $r$, I want to find the centre of the circle with radius r that encompasses the largest aggregation of point values possible.
I need to make this scalable so it would need to work for hundreds of thousands of points.
Any ideas on how to get started on this would be greatly appreciated.
