Question

SpatialFilter


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

Userlevel 2
Badge +11

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

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!

Reply