Hi team,
Is there a way i can do a select by location thing where I can only select the point features that have 3 or more line features connected to it??
TIA
Solved! Go to Solution.
Hi Daniella,
I would do a spatial join of the points to the lines, which will give you a field called "Join_Count" that will tell you how many lines the point intersects with. Then you can just do a regular selection based on that attribute.
Hi Daniella,
I would do a spatial join of the points to the lines, which will give you a field called "Join_Count" that will tell you how many lines the point intersects with. Then you can just do a regular selection based on that attribute.
A quick clarification or two for both @GTueller and @DaniellaRose, because I can't remember and don't have a chance to test right this second: