FME 2020: How to remove points duplicates (identical points)?
I couldn’t figure out how to remove points duplicates.
FME 2020: How to remove points duplicates (identical points)?
I couldn’t figure out how to remove points duplicates.
One way to do this is to use the Matcher transformer, and use Single Matched and Not Matched outputports.
Another way is Geometry Extractor (fme_geometry) followed by a DuplicateFilter (_geometry).
PointOnPointOverlayer would also be worth looking at. It has tolerance so could be usefull if your points are not precisely at the same coordinate
Thank you guys for the help.
In the screenshots below, the text 16 and 17 are duplicated. I couldn’t figure out why the tools you have already provided fails to remove the duplication
The data is attached
Thank you guys for the help.
In the screenshots below, the text 16 and 17 are duplicated. I couldn’t figure out why the tools you have already provided fails to remove the duplication
The data is attached
The _overlap attribute coming from the PointOnAreaOverlayer identifies that those points have one overlap, you now need to filter out those that overlap
Thank you guys for the help.
In the screenshots below, the text 16 and 17 are duplicated. I couldn’t figure out why the tools you have already provided fails to remove the duplication
The data is attached
Make sure you only checked "Geometry" in the parameters.
I couldn’t manage how to catch the duplicated points neither to clean them as per the screenshot below
I couldn’t manage how to catch the duplicated points neither to clean them as per the screenshot below
This should be not that hard... You only need the Matcher. Set it only to check geometry. If you only get NotMatched output, the points are not exact duplicates.
Thank you for the help.
The CoordinateRounder, GeometryExtractor, and DuplicateFilter works fine.
The Matcher fails to catch duplicate texts coming from AutoCAD
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.