I need to group 400 points in 10 groups with 40 points each. The goal is to get the 40 points geographicly together like this:
Any idea how to do this with QGIS?
I need to group 400 points in 10 groups with 40 points each. The goal is to get the 40 points geographicly together like this:
Any idea how to do this with QGIS?
With QGIS I don't exacly but for example you can use a algorithm about machine learning as "K-Means" where your input is the latitude and longitude and you choose the number of groups and then direcly the algorithm resolv your problem in theses groups with the distance requirement.