I'm working on a dataset that contains piano like clusters of lines that i want to merge into a single polygon per cluster.
Example from the source in autocad:
The end result will look the same but than it should be a polygon containing 3 features in stead of lines. So the line width contains information for making the polygon. But how do i group them together after or before i change them? Is there an (easy) way to group them with a certain buffer or would the neighbor finder be easier?