Split polygon based on point feature

5233
2
09-13-2012 07:53 AM
MelissaW
New Contributor III
Hi
I have a large point feature overlaying a polygon.  I need to split the polygon into 5 parts so that each polygon contains the same number of points (so the area of each new polygon will differ, but the number of points in the polygons will be approx. the same). 

For some background, the points are street/area lights located within boundary polygons (for different offices to maintain).  I need to split up the lights in each polygon into 5 different groups.  Each group would represent a year that the light will be maintained (ie. bulb replaced).  So after 5 years, the maintenance cycle would start all over again w/ the group 1 lights being replaced as they would be 5 years old. 

Is there a geoprocessing tool that can analyze the number of points in a polygon & then split the polygon so that the number of points constrained in each new polygon is equal? 


Thanks!!
Melissa
[ATTACH=CONFIG]17668[/ATTACH]
2 Replies
JoeBorgione
MVP Esteemed Contributor
This is an interesting problem...

My first thought was along the lines of using the Central Feature Tool (which boils down the A points to a central point, etc) and then create Thiessen Polygons about those 4 centralized points.  From there you could slice and dice up the four thiessen polygons into five.

There are also the the Mean Center, and Median Center tools as well to use for your 'seed' location  All these can be found under the Spatial Statistics Tool Box.

After thinking a bit on the approach above, my mind started to wander towards a Network Analysis approach:  if you had  a network you could use the 'boiled down' points to anchor service areas.  This approach is a little more realistic than thiessen polygons as you can easily model barriers as you descibe.

Maybe either of these suggestions will spur further discussion for you...

Good Luck-
That should just about do it....
0 Kudos
CharlieDoherty
New Contributor II

Hi,

I know this is an old thread but I was wondering how you got round this? I have a similar problem where I am looking to divide property points into polygons with an equal number of points. It would be great if there are any suggestions or anyone can share their experience on this.

Thanks in advance for your help

Thanks,

Charlie

0 Kudos