Skip to main content

I have a dataset of parallel lines that I have buffered (150ft) and dissolved into one polygon. My question is, is there a way I can preserve the actual flow (direction) of the main buffer, and split out where the buffer separates from the main path? I want to keep the main segment as one feature, and where it splits as a separate feature. In the image below kind of explains what I am attempting to do. Segment 1 would be one solid feature, while segment 2 would be another solid feature.

 

image 

 

@jberneathy​  Can you use the Dissolve on Attributes in the Bufferer? Or in a Dissolver can you Group By "Segement". Thi should dissolve all you Segement 1's into a single unit and keep Segment 2 as a separate buffer


Reply