Have you tried the ChangeDetector?
Have you tried the ChangeDetector?
Yes, I tried. I believe that works fine when one polygon or polygons like singlepart. In my case no work very well. Thank´s
I´m wainting for more suggestions.
Unfortunately, the shapes in the two shapefiles are not almost identical.
When I apply an AreaOnAreaOverlayer, there are small differences between most of the shapes.
It appears the data is slightly shifted between both data sets.
Unfortunately, the shapes in the two shapefiles are not almost identical.
When I apply an AreaOnAreaOverlayer, there are small differences between most of the shapes.
It appears the data is slightly shifted between both data sets.
Yes, correct! slightly shifted. The little difference is not important. The Important is the polygons that no have in other dataset, in other words the difference between both.
Thank´s
The little difference is important to FME. Because of the little difference, the usual tools like ChangeDetector and Matcher do not work. The little difference makes it much more difficult to answer your question.
This seems to work reasonably well. I cannot guarantee completeness though.
- Give each feature a unique ID
- Make all featues somewhat smaller (buffer inward ) to prevent overlaps between features from the two datasets that should not overlap
- Determine the ID's of features that overlap
- The ID's that are NOT in the overlap are unique to one input file
This seems to work reasonably well. I cannot guarantee completeness though.
- Give each feature a unique ID
- Make all featues somewhat smaller (buffer inward ) to prevent overlaps between features from the two datasets that should not overlap
- Determine the ID's of features that overlap
- The ID's that are NOT in the overlap are unique to one input file
Thank´s geomancer!!
work reasonably well. I will test with others datasets.