Lets say I have locations of point/polygon features along a line and I would like to count the number of points along the line using a moving window. For instance I'd like to slide along the line using a window of 100 feet.
As I move along the line, I want a count the number of points within the 100 feet window until I reach the end.
Once the counts is done, I'd like to segment the line as well, based on the total counts within the 100 feet window.
Any ideas and help on this will be greatly appreciated.