Solved

Check displacement between geometries

  • 11 May 2023
  • 3 replies
  • 5 views

Badge +6

Hi,

 

How can I check if two equal or similar geometries are displacement in some way when they overlap? I don't want to validate when they are not related in any way, but only if they are with some kind of displacement.

 

Thanks

icon

Best answer by virtualcitymatt 12 May 2023, 10:42

View original

3 replies

Userlevel 4
Badge +26

Do the features have IDs? If you you can use a CenterPointrRplacer followed by a NeigborFinder to get the direction and offset distance (you can use the ID to group-by in the NeigborFinder

Badge +6

I have ID but are differents...Are two dataset with similar features or equals and ID differents between them.

Userlevel 4
Badge +26

I have ID but are differents...Are two dataset with similar features or equals and ID differents between them.

ok, depending on the rest of the data the NeighborFinder might still work. You can set it up so there it only matches with the closest feature. I'd give it a go.

Reply