I tried a suggestion to create buffer for each line (say a 10mtr buffer) Combine all the buffers of all lines using dissolve Try to get centerline of the combined polygon (this is where i failed... as the combined geometry was complex to get centerline)...
Original question: I have a set of lines which are in close proximity to each other. I would like to retain only one line (or create a new single line) & remove all the other lines.
Rule to remove unwanted lines can be anything. At the end I would like to see only one line in the group.
For Grouping I want to consider all lines within 20 Mtrs of each other


https://gis.stackexchange.com/questions/233957/getting-centroids-for-multiple-lines
You should make something like "Centroid line" which will act as an average route between all considered on your image.
– Geographos Jun 08 '22 at 08:10