<?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 Attempting to delete parts of buffers that overlap into a different district. in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415013#M27245</link>
    <description>&lt;P&gt;I've created 300 buffers around parcels.&amp;nbsp; Many buffers go outside of the zoning district the parcel is located. I need to clip the buffers because they cannot apply to the parcels in the neighboring district.&amp;nbsp; I've used Intersect with the 300 parcels, the 300 buffers and the 50 zoning districts.&amp;nbsp; See the attachment. I think I need to Dissolve on the SITUS while somehow keeping the poly with the greatest area.&amp;nbsp; While I pay for a lot, I don't have the Business Analyst toolset. I don't have a lot of Python experience.&amp;nbsp; Is there another tool or series of tasks that I can use to accomplish this?&amp;nbsp; The parcels on which the buffers are based also have the desired district as an attribute (Hampton River 1) ...if that's any help.&amp;nbsp; I JUST thought of concatenating the SITUS and NAME field in the Buffer and doing the same to the Parcel.&amp;nbsp; Then do a table join with parcel on the new fields so only the keepable 300 should match.&amp;nbsp; But that's a very long way around the barn and I don't want to put all those steps in a model.&amp;nbsp; Any ideas are appreciated. Allan&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="buffer.JPG" style="width: 945px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102072iFC0377B4EBD41835/image-size/large?v=v2&amp;amp;px=999" role="button" title="buffer.JPG" alt="buffer.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Apr 2024 21:07:04 GMT</pubDate>
    <dc:creator>AllanLambert</dc:creator>
    <dc:date>2024-04-24T21:07:04Z</dc:date>
    <item>
      <title>Attempting to delete parts of buffers that overlap into a different district.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415013#M27245</link>
      <description>&lt;P&gt;I've created 300 buffers around parcels.&amp;nbsp; Many buffers go outside of the zoning district the parcel is located. I need to clip the buffers because they cannot apply to the parcels in the neighboring district.&amp;nbsp; I've used Intersect with the 300 parcels, the 300 buffers and the 50 zoning districts.&amp;nbsp; See the attachment. I think I need to Dissolve on the SITUS while somehow keeping the poly with the greatest area.&amp;nbsp; While I pay for a lot, I don't have the Business Analyst toolset. I don't have a lot of Python experience.&amp;nbsp; Is there another tool or series of tasks that I can use to accomplish this?&amp;nbsp; The parcels on which the buffers are based also have the desired district as an attribute (Hampton River 1) ...if that's any help.&amp;nbsp; I JUST thought of concatenating the SITUS and NAME field in the Buffer and doing the same to the Parcel.&amp;nbsp; Then do a table join with parcel on the new fields so only the keepable 300 should match.&amp;nbsp; But that's a very long way around the barn and I don't want to put all those steps in a model.&amp;nbsp; Any ideas are appreciated. Allan&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="buffer.JPG" style="width: 945px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/102072iFC0377B4EBD41835/image-size/large?v=v2&amp;amp;px=999" role="button" title="buffer.JPG" alt="buffer.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 21:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415013#M27245</guid>
      <dc:creator>AllanLambert</dc:creator>
      <dc:date>2024-04-24T21:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attempting to delete parts of buffers that overlap into a different district.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415502#M27247</link>
      <description>&lt;P&gt;An approach I'd take:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;First, use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/identity.htm" target="_self"&gt;Identity&lt;/A&gt; tool to identify which zoning districts your points fall within.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Run Buffer on those points&lt;/LI&gt;&lt;LI&gt;Run Intersect with the buffer and zoning districts&lt;/LI&gt;&lt;LI&gt;Delete any buffer polygons where the buffer's zoning district isn't equal to the intersected zoning district.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(I can provide a a step-by-step example if you'd like)&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 19:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415502#M27247</guid>
      <dc:creator>Dale_Honeycutt</dc:creator>
      <dc:date>2024-04-25T19:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Attempting to delete parts of buffers that overlap into a different district.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415570#M27248</link>
      <description>&lt;P&gt;That works and it's a lot fewer steps than my clunky plan.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 20:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/attempting-to-delete-parts-of-buffers-that-overlap/m-p/1415570#M27248</guid>
      <dc:creator>AllanLambert</dc:creator>
      <dc:date>2024-04-25T20:31:53Z</dc:date>
    </item>
  </channel>
</rss>

