I am trying to simplify a road network, turning many parallel roads into a single line. Is there a way to do this?
Page 1 / 1
You can buffer the lines (to an extent that the buffers of parallel lines overlap eachother, then dissolve the buffers (possibly grouping by a street name or something like that) and create centerlines out of them.