Hi guys,
I cannot locate any reference to some kind of analysis that I'd like to perform.
For my sport club, I want to define a set of groups with a variable number of elements that can be of 10, 11 or 12 elements. I'm having a total of 141 clubs spread of the National territory which needs to be clustered into groups. I'm seeing quite hard to make these groups even, and to not have some of the elements too far from their peers from its group.
Locations: I have a set of 141 locations, each defined by coordinates (X, Y).
Groups: I want to cluster these locations into groups of size between 10 and 12.
Objective: My goal is to form groups that are as efficient as possible in terms of geographic proximity.
My question is:
Is there a model/tool that allows me to evaluate all possible group combinations given the size constraints and optimize for the proximity of locations within each group?
I have looked into the current ArcGIS Pro tools for clustering, but I see no way to apply for specific case.
Any guidance or references to methods, algorithms, or theories that can be applied to this problem would be greatly appreciated.
Attached the dataset containing a CSV with the X,Y position and ID.
Thank you in advance for your help!