Skip to main content
Solved

Extract all duplicated features

  • October 2, 2018
  • 5 replies
  • 223 views

bubblebeb
Contributor
Forum|alt.badge.img+6

I am looking to capture all features that are duplicated in dataset.

The duplicated filter removes duplicates but keeps one unique feature. I need to capture the unique one that has been duplicated as well.

Can anyone help?

Best answer by takashi

Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.

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.

5 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • October 2, 2018

Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.


oscard
Influencer
Forum|alt.badge.img+22
  • Influencer
  • 344 replies
  • October 2, 2018

You could use a Spatial Filter with the "Filter Equals Candidate" test.

 

 

Candidate --> Unique port from the Duplicate Filter

Filter --> Duplicate port from the Duplicate Filter


bubblebeb
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 52 replies
  • October 2, 2018

Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.

I am getting different results on the duplicates from DuplicateFilter and Matcher.

 

They are both matching on the same attributes.

 

The filter is stating that there are 243 duplicates so there must be a number which are the unique matches. The mather is only matching 195 on the same attributes.

 

 

 

 


takashi
Celebrity
  • 7843 replies
  • October 2, 2018

Hi @sebkingsley, the Matcher might help you. All the duplicate features will be output via the Matched port, unique features will be output via the NotMatched port.

Make sure that the Match Geometry parameter in the Matcher is set to NONE.

 

 


bubblebeb
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 52 replies
  • October 2, 2018

Thank you Takashi, That seems to work.