Skip to main content
Question

FuzzyStringCompareFrom2Datasets with +distance

  • May 3, 2018
  • 1 reply
  • 20 views

Forum|alt.badge.img

Hi all

is it possibe to insert a buffer distance inside the FuzzyStringCompareFrom2Datasets

I mean My goal is to compare the name of dataset a with name of dataset b within a distance of 500m

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

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • May 4, 2018

Hi @frsisani You can edit the FuzzyStringCompareFrom2Datasets by inserting a Bufferer (and make your own custom transformer) but you also might want to find those features over a certain ratio and then compare those spatially with a NeighborFinder. So you could do a spatial query and fuzzyCompareString in either order, or if you modify the custom transformer then you could use the Bufferer to help calculate the ratio.