Skip to main content
Question

Compare attributes and geometries in the same data set

  • July 13, 2018
  • 1 reply
  • 15 views

I want to compare parts of street in the same data set. Street's parts with the same value of the attribute 'street_name' and geometric shapes whose bounding box overlap or are located within a distance of less than 10 meters, should be assigned the value of a common aggregate bounding box. Hhow this could be done? I will appreciate any help.

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.

1 reply

Forum|alt.badge.img+2
  • 719 replies
  • July 13, 2018

Hi @bisera,

I think the bufferer transformer here would be helpful to add a 10m buffer to the street_name attribute and then you can use a spatial filter /relator to find the bounding box that overlaps - and make sure the merge attributes box is checked to assign the street name the value of the bounding box it overlaps.