Skip to main content
Question

Distance calculation between points datasets

  • October 31, 2019
  • 1 reply
  • 113 views

fme_can_do_it
Enthusiast
Forum|alt.badge.img+12

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • October 31, 2019

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