I have a point feature layer, and want to determine which areas have 5 or more points within 100 miles (not necessarily which points have 4 or more points within 100 miles from it). I'm unclear on how to do this, and am open to suggestions. Would hexagonal binning work for this, or should I create a raster? What about as new points get added (as they do about one every 10 minutes or so). Would I have to redo the entire analysis, or is there a way to fold the new point into the previous analysis, to see if the addition now satisfies the condition.
Thanks!