<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Creating multiple non-overlapping buffers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607067#M95076</link>
    <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am trying to use the&amp;nbsp;&lt;STRONG&gt;Multiple Ring Buffer&lt;/STRONG&gt; 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:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;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.&lt;/LI&gt;&lt;LI&gt;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.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;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.&lt;/P&gt;&lt;P&gt;I would be grateful for any suggestions on how to achieve this!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 19:07:56 GMT</pubDate>
    <dc:creator>GeoQuest4567</dc:creator>
    <dc:date>2025-04-17T19:07:56Z</dc:date>
    <item>
      <title>Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607067#M95076</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am trying to use the&amp;nbsp;&lt;STRONG&gt;Multiple Ring Buffer&lt;/STRONG&gt; 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:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;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.&lt;/LI&gt;&lt;LI&gt;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.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;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.&lt;/P&gt;&lt;P&gt;I would be grateful for any suggestions on how to achieve this!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 19:07:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607067#M95076</guid>
      <dc:creator>GeoQuest4567</dc:creator>
      <dc:date>2025-04-17T19:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607091#M95080</link>
      <description>&lt;P&gt;Might try using the multi-ring buffer tool in a ModelBuilder model with an Iterator.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/iterators-for-looping.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/iterators-for-looping.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Use Inline Variable Substitution so each of the output feature classes (one for each of the sets of buffers) has a unique name.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/inline-variable-substitution.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/inline-variable-substitution.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Append the feature classes together.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 19:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607091#M95080</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2025-04-17T19:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607099#M95082</link>
      <description>&lt;P&gt;For this part "&lt;SPAN&gt;Then, I need to know which buffer is associated with each site&lt;/SPAN&gt;" maybe try: the buffer, since it's a circle, its centroid should be pretty close to the site centroid. So, with those centroids you can do a nearest spatial join to get the site id to know which buffer goes with which site. I am sure there might be a better straight froward way to do this.&lt;BR /&gt;&lt;BR /&gt;For the sites that are completely within its buffer with no other site overlapping that buffer, you may try a completely within spatial join&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 19:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607099#M95082</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2025-04-17T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607183#M95087</link>
      <description>&lt;P&gt;I think you have a simple option of a spatial join to the original points with 'Have their Center in'.&amp;nbsp; the Centroid of any buffer ring will have a centroid coincident with the site.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 23:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607183#M95087</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-04-17T23:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607710#M95136</link>
      <description>&lt;P&gt;Multiring buffer should include data with the original feature. Unfortunately, as you have found out, that doesn't work if the Donut option is chosen. Here's a relevant Idea:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/analysis-tools-multiple-ring-buffer-don-t-dissolve/idi-p/1601041" target="_blank"&gt;Analysis Tools: Multiple Ring Buffer: Don't dissol... - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To Ed's point, it turns out the centroids of each buffer are different, which is super frustrating.&lt;/P&gt;&lt;P&gt;So, here's a toolbox with two tools to fix that.&lt;/P&gt;&lt;P&gt;They turn the disc output of multiring into donuts without sacrificing the attributes.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%" height="407px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1745251953511.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130629i766BE76650E87DF1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1745251953511.png" alt="AlfredBaldenweck_0-1745251953511.png" /&gt;&lt;/span&gt;&lt;/TD&gt;&lt;TD width="50%" height="407px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1745251970300.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130630i4CCC35F8AF5D2C14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1745251970300.png" alt="AlfredBaldenweck_1-1745251970300.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%" height="25px"&gt;Before&lt;/TD&gt;&lt;TD width="50%" height="25px"&gt;After&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One tool (Punch out buffers) works after you've made the buffers, while Clean Donuts buffers the input feature and gets the nice donut result all in one go.&lt;/P&gt;&lt;P&gt;I've only lightly tested these, so your mileage may vary, but it's worked for me so far.&lt;/P&gt;&lt;P&gt;I'll be sharing this toolbox to that Idea as well.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 16:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607710#M95136</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-04-21T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607720#M95137</link>
      <description>&lt;P&gt;I don't understand how or why the Centroids would be different for a donut annulus, even for multipart polygons.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 16:36:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607720#M95137</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-04-21T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607762#M95139</link>
      <description>&lt;P&gt;I don't know why either, but here's the proof:&lt;/P&gt;&lt;P&gt;When I was figuring out the code, my initial thought was to go by centroid.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_0-1745255144353.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130637i00134EB5F2217DAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_0-1745255144353.png" alt="AlfredBaldenweck_0-1745255144353.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1745255881506.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130638iAE49B0A664CA06F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1745255881506.png" alt="AlfredBaldenweck_1-1745255881506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Note that the buffers and the original point are in this coordinate system.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_2-1745255958466.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130639i5FCD3BACCF04F38A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_2-1745255958466.png" alt="AlfredBaldenweck_2-1745255958466.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_3-1745257656345.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130640iBFA13BB326CD6C01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_3-1745257656345.png" alt="AlfredBaldenweck_3-1745257656345.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Original point at the bottom, with the other three buffer centroids above.&lt;/P&gt;&lt;P&gt;You also get different stuff if you check arcpy geometry.&lt;/P&gt;&lt;P&gt;So, anyway. They do not have the same centers, which means that if you try to match centroids, you won't get any results.&lt;/P&gt;&lt;P&gt;My solution was to check the ORIG_FID field and work with that. You can check my code to see how I did it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Full disclosure, I have a hard time with coordinate systems and stuff, so that may be another wrinkle to this, but I tried to keep everything consistent while testing this.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 17:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607762#M95139</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-04-21T17:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607764#M95140</link>
      <description>&lt;P&gt;Also, to be fair. That initial test I just showed was buffered geodesic. Buffering planar (again, keeping spatial references consistent) gives a much tighter spread, but a spread regardless.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_4-1745258144282.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130641iB82F86ECA21BFE49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_4-1745258144282.png" alt="AlfredBaldenweck_4-1745258144282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 17:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607764#M95140</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-04-21T17:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607772#M95142</link>
      <description>&lt;P&gt;I've done the same using a 'normal' coordinate system and all the Centroids are the same as I'd expect.&amp;nbsp; Calculate Geometry Attributes and Spatial Join 'Have their Centre in' work as expected.&lt;BR /&gt;&lt;BR /&gt;I think this may be Aerial distortions from using WMAS coordinate system.&amp;nbsp; I would guess that if you did the same experiment in the Southern Hemisphere that you would see the opposite drift of Centroids.&lt;BR /&gt;&lt;BR /&gt;Or it's some difference in versions causing the default to be 'inside' which seems a bit unwanted to me.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 18:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1607772#M95142</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-04-21T18:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1608051#M95162</link>
      <description>&lt;P&gt;Well, I repeated the experiment and here's what I got:&lt;/P&gt;&lt;P&gt;I ran it twice: once on a point in NAD 1983 (GCS, WKID: 4269), and once on NAD 1983 UTM Zone 13N (PCS, WKID: 26913)&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set map to the&amp;nbsp;spatial reference&lt;/LI&gt;&lt;LI&gt;Create point feature class in matching spatial reference&lt;/LI&gt;&lt;LI&gt;Create point feature&lt;/LI&gt;&lt;LI&gt;Calculate its XY in the same spatial reference&lt;/LI&gt;&lt;LI&gt;Use multiple ring buffer tool on point, once using planar and once using geodesic&lt;/LI&gt;&lt;LI&gt;Calculate the centroid of each buffer&lt;/LI&gt;&lt;LI&gt;Compare buffer centroids to point.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here's what I found:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NAD 1983 (Geographic)&lt;UL&gt;&lt;LI&gt;Calculating the centroid for the geodesic and planar buffers yielded the exact same results.&lt;/LI&gt;&lt;LI&gt;That said, they were not the original point&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_1-1745329691555.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130718i81630D69A6F8B7A4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlfredBaldenweck_1-1745329691555.png" alt="AlfredBaldenweck_1-1745329691555.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;NAD 1983 UTM Zone 13N (Projected)&lt;UL&gt;&lt;LI&gt;The centroids of the planar buffers matched the original point exactly.&lt;UL&gt;&lt;LI&gt;Well, except for it rounded the X.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The centroids of the geodesic buffers varied from each other and from the original point.&lt;UL&gt;&lt;LI&gt;Interestingly enough, they spread out on the X axis this time&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlfredBaldenweck_2-1745330563228.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130728i7FA73D75EF24F091/image-size/large?v=v2&amp;amp;px=999" role="button" title="AlfredBaldenweck_2-1745330563228.png" alt="AlfredBaldenweck_2-1745330563228.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 22 Apr 2025 14:03:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1608051#M95162</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2025-04-22T14:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1608277#M95191</link>
      <description>&lt;P&gt;how I understand it is that the the Geodesic buffer in NAD1983 Geographic is not a regular annulus or circle.&amp;nbsp; The circle or annulus will be like a squash ball squished against the poles.&amp;nbsp; This greater area of the buffer above the buffer origin point (for Northern Hemisphere) then forces the Centroid up to account for the changed centre-of-mass.&amp;nbsp; This will increase non linearly as you increase the buffer distance.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;I'd use a big (1000km) geodesic buffer and then visualise it in the same geographic projection.&amp;nbsp; I think when you see that it would make sense what's occurring.&lt;BR /&gt;&lt;BR /&gt;For the UTMZ13 coordinate system I may be wrong in this one as this topic is admittedly very confusing - but it seems to me that it's showing the distance distortion away from the central meridian of the transverse mercator projection (105 West?).&amp;nbsp; &amp;nbsp;I would then say your buffer point is West of -105 degrees, and if you recreated the example with a point East of -105 degrees you would see the centroid shift in the opposite direction.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 20:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1608277#M95191</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2025-04-22T20:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating multiple non-overlapping buffers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1608708#M95247</link>
      <description>&lt;P&gt;You could set up a model to use the ordinary buffer tool. Buffer the input polygons once. Then buffer the resulting features, and then buffer the next set of resulting features. Then, append two of the result feature classes into the other one.&lt;/P&gt;&lt;P&gt;Seems like it works.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="buffer_and_append.png" style="width: 836px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130849i0C63F9D4C2326735/image-size/large?v=v2&amp;amp;px=999" role="button" title="buffer_and_append.png" alt="buffer_and_append.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="results.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130850i903FAE11A409163C/image-size/large?v=v2&amp;amp;px=999" role="button" title="results.png" alt="results.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 20:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/creating-multiple-non-overlapping-buffers/m-p/1608708#M95247</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2025-04-23T20:56:48Z</dc:date>
    </item>
  </channel>
</rss>

