Question

Create same geometry with different attributes

  • 21 November 2021
  • 2 replies
  • 0 views

Hi, I have a polygon layer that represents the building footprint (attribute: building id). In .csv I have a list of apartments (attributes: building id, Apartman id). One building consists of x apartments. So, I need to x duplicates of the building footprint and each clone needs to have a different apartment id. I used the FeatureMerger to join shp and csv and clon to create duplicates of geometry but all duplicates have the same apartment id.


2 replies

Badge +4

Hi @moset221​ 

here is a small workflow with hopefully similar to your data:

imageMy results:

imageWhen you have further trouble, can you please share some screenshots or data?

Badge +2

@moset221​ or try FeatureJoiner with the Left as your buildings and the Right as the CSV input.

Reply