I have a point feature I would like to separate into equally parts. I am trying to establish zones for data collection. How can I separate the points based solely on their geographic location and a desired count per zone?
produce a file with the coordinates sorted lexicographically... first by X then by Y. split the list into your desired number. Whether the split is optimal depends on your point pattern and its distribution, which doesn't appear to be a criteria in your requirements. Another option, albeit a bit more difficult, is to produce a minimum spanning tree for the points, then prune the points on the branches into groups until your groups have been satisified. This produces a eucliean shortest path solution for each group
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.