Skip to main content
Question

How to check for possible duplicates according to x/y.

  • February 26, 2018
  • 1 reply
  • 8 views

Forum|alt.badge.img

Hello,

 

 

I have a source file with Points of intrests and thier x/y coordinations. I would like to compare them with the database extract with also having this information. The problem is that they might not be on the same exact spot and also the names can vary a little. I was having an idea of using neighbour finder and then check the naming by using fuzzy string comparer but I struggle with doing it properly. Maybe there is better way?

 

 

Thanks,

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

lottegis
Forum|alt.badge.img+1
  • 31 replies
  • February 26, 2018

Since location accuracy is an issue, is it feasible to decrease the precision of the actual points for the sake of getting a match? If so, try CoordinateRounder to round up the numbers, then FeatureMerger to match the values.