I am using Model Builder and I have two layers; point and line. I want to select (and then create a point layer of them) those points that have less connections with other points.
For instant, point # 6 is connected to 5 points (# 11, 16, 20, 47, & 19) through 5 lines. Among these five points, # 47 is the one I want to find it since it has only 2 connections with others (# 6 & # 54), the rest have more lines connected to (#19 connected to 3 lines, # 11 connected to 4 lines, #16 connected to 3 lines, #20 connected to 3 lines).
Note that I already calculated (created a field) the number of lines connected to each point using spatial join.
Any way to use in ModelBuilder?
