Question

Compare attributes and geometries in the same data set

  • 13 July 2018
  • 1 reply
  • 1 view

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.


1 reply

Badge +2

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.

Reply