Skip to main content
Question

SpatialFilter

  • July 6, 2021
  • 2 replies
  • 37 views

I want to filter out duplicate points from two point feature classes, however, every SpatialFilter configuration I have tried returns the duplicate points as failing all predicate test. Am I missing a configuration step?

2 replies

DanAtSafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 345 replies
  • July 6, 2021

Try only a single predicate - "Filter OGC-Equals Candidate" if the coordinates are exactly the same. If not then try a NeighborFinder.


  • Author
  • 3 replies
  • July 7, 2021

Try only a single predicate - "Filter OGC-Equals Candidate" if the coordinates are exactly the same. If not then try a NeighborFinder.

NeighborFinder worked! I tried testing on a single predicate "Filter Equals Candidate" from Table 1, filtering points with identical coordinates from Table 2 (literally appended from Table 2 to 1 in a separate workspace) and that did not work but it could have to do with my slightly outdated version of FME Desktop. Thank you!