Question

Selecting Unique values and process

  • 16 September 2021
  • 1 reply
  • 0 views

Badge +4

I have 2 shapefile with route ids.I want to select the unique route id and selct by location another shapefile whose route id is same and then it share the bsegment with first shape file and then invert selection , so that missing edges can be found. The problem here is the 2nd shape file has multiple overklapping lines.


1 reply

Userlevel 2
Badge +9

Hi @mukhtarg​, it sounds like you may find some success with the ChangeDetector transformer! The transformer does at it says, it detects the change between two sets of input features and you can match them up with the Route IDs. Step 6 & 7 in this article provide some clarity on how to use the ChangeDetector.

Reply