Tagged Questions
9
votes
1answer
152 views
Compare spatial cluster/agglomeration patterns for polygon data
I have agricultural data in form of polygons which I would like to test for spatial clusterings/spatial agglomerations.
All in all I have about 40 variables which I can aggregate and standardize in ...
6
votes
5answers
1k views
Algorithm to find polygons enclosing points
I'm trying to find an algorithm that can determine the smallest possible polygons to cover a number of points.
I know how to get the convex hull around all the points, but say that the points are ...