Dear Community,
I am trying to use the Multiple Ring Buffer tool to create a set of non-overlapping buffers (e.g., 100 m, 200 m, 300 m, 400 m) around 50 polygons, which are different sites. I am running into a few challenges:
- The non-overlapping option of the dissolve parameters creates multipart buffers, whereas I need them to be singleparts (i.e., each buffer around each site should be a separate polygon). Trying the multipart to singlepart tool does not work because some of these buffers overlap, as some sites are somewhat close to one another.
- Whereas the overlapping option of the dissolve parameter returns the attributes of the original polygons (around which buffers are formed), the non-overlapping option does not return the attributes of the original polygon.
To sum up, I am trying to generate a series of non-overlapping buffers (rings) around multiple sites. Then, I need to know which buffer is associated with each site, so I would ideally have an attribute in the buffer shapefile that corresponds to the site id.
I would be grateful for any suggestions on how to achieve this!