<?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 How to remove polygons that intersect points in ModelBuilder Questions</title>
    <link>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863414#M1602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am looking for a way in Model Builder or Python te delete all the polygons from a layer that intersect points from another layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to have a polygon layer&amp;nbsp;with polygons that&amp;nbsp;do not have any matching point in the point layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2018 14:46:55 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2018-11-29T14:46:55Z</dc:date>
    <item>
      <title>How to remove polygons that intersect points</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863414#M1602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am looking for a way in Model Builder or Python te delete all the polygons from a layer that intersect points from another layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The goal is to have a polygon layer&amp;nbsp;with polygons that&amp;nbsp;do not have any matching point in the point layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 14:46:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863414#M1602</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2018-11-29T14:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove polygons that intersect points</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863415#M1603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can do it manually with tools from arctoolbox, then you have the basis for a model. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a particular problem that you are running into?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 21:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863415#M1603</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-29T21:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove polygons that intersect points</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863416#M1604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The goal is to find porperties (polygons) that do not have meters (points).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We worked with Model Builder and we were able to find the properties that have a meter with Select Layer By Location and then to find the properties without meter we used the erase tool removing "Select Layer By Location" polygons to the initial Properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 12:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863416#M1604</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2018-11-30T12:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove polygons that intersect points</title>
      <link>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863417#M1605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;then to find the properties without meter we used the erase tool&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't believe the (expensive) erase step is needed, you should be fine with a Select Layer By Location of property polygons containing a meter point, and check the box to invert the selection. Then you will have all polygons selected that do not contain a meter point. You can then Copy Features to copy these meter-less polygons to a new feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/select-layer-by-location.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/select-layer-by-location.htm"&gt;Select Layer By Location—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Dec 2018 03:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/modelbuilder-questions/how-to-remove-polygons-that-intersect-points/m-p/863417#M1605</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2018-12-01T03:00:22Z</dc:date>
    </item>
  </channel>
</rss>

