Question

Distance calculation between points datasets

  • 31 October 2019
  • 1 reply
  • 12 views

Badge +8

I have CSV that contains Lat/long. i need to convert this into points using spatial reference WGS 1984. then i have to compare this point data with my building point layer. i need to calculate distance between the points in CSV and the building layer. Building layer has already this CSV data but the locations in CSV has been changed. I need to find the distance in feet.


1 reply

Userlevel 4
Badge +30

Hi @srhjunaid

I suggest you the use the transformer like NeighborFinder.

 

This transformer generate a new attribute _distance that hold the distance.

 

Thanks in Advance,

Danilo

 

Reply