Skip to main content
Question

I have 1 point shapefile and I want to extract out all those points which are within 10 feet of each other and then have to form separate lines out of them. How should I do this ?

  • February 22, 2021
  • 3 replies
  • 26 views

bhavyagandhi
Contributor
Forum|alt.badge.img+6
I have 1 point shapefile and I want to extract out all those points which are within 10 feet of each other and then have to form separate lines out of them. How should I do this ?

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • February 22, 2021

tomf
Supporter
Forum|alt.badge.img+20
  • Supporter
  • February 23, 2021

A possible workflow using the NeighborFinder as suggested is shown below. Note this assumes that the coordinate reference system units of your data are feet, otherwise a conversion to the search distance value in the NeighborFinder will be required.

neighbourLines


bhavyagandhi
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • February 24, 2021

A possible workflow using the NeighborFinder as suggested is shown below. Note this assumes that the coordinate reference system units of your data are feet, otherwise a conversion to the search distance value in the NeighborFinder will be required.

neighbourLines

I tried this, but result is not coming, i tried to create 1 unique Id as well before giving the input in the neighborfinder