Hello, I´m using ArcGis Pro for a study project.
I have two feature classes. One polygon feature and one point feature. The points lay within the polygon features. (see attached image)
Is it possible to create the mean center of the points who are within one polygon? (like the red dots on the image)
I know I can do every polygon by its own but i have a really big dataset, so this is not an option.
Thanks for your help:)
Solved! Go to Solution.
I wonder if the Mean Center (Spatial Statistics) GP tool would work as long as the points feature class had a case field (i.e. number/text) for those points that fall in one polygon. For example, 10 points fall in polygon with a case field of 1001. Then you would have a mean center of those points in polygon 1001, 1002, etc.
Be aware that this approach does not guarantee that the centroid is in the polygon!
I wonder if the Mean Center (Spatial Statistics) GP tool would work as long as the points feature class had a case field (i.e. number/text) for those points that fall in one polygon. For example, 10 points fall in polygon with a case field of 1001. Then you would have a mean center of those points in polygon 1001, 1002, etc.
Right, running Mean Center on the Intersection of the points and polygons (for the case field) gives the same result as Dissolving and converting to centroid.
Of course one could determine the polygon centroids/label points, which may be as appropriate as the point centroids and it would ensure point-in-polygon tool.
If distance to some measure of centrality is needed, be sure it is the centrality of the points that is critical and not their dispersion within the bounding polygon. In which case a centroid of the convex hull of each point cluster may be more appropriate or as appropriate