What is the best method to cluster points of a set with a maximum diameter as threshold and as few clusters as possible?
So for example having a set of gps points and a diameter threshold of 500m. How to use an algorithm to minimize the count of clusters?
As I am using python, is there any package yet?