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.
Page 1 / 1
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