<?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 Re: Points inside or near polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1300582#M70345</link>
    <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2023 01:01:51 GMT</pubDate>
    <dc:creator>CarlosCogollo1</dc:creator>
    <dc:date>2023-06-19T01:01:51Z</dc:date>
    <item>
      <title>Points inside or near polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1298729#M70178</link>
      <description>&lt;P&gt;I have polygons and points in ArcGIS Pro, most of the points are located close to the limits between polygons, these points that are inside a polygon but very close to the other polygon influence not only the polygon where they are located but also the nearby neighboring polygons How can I count how many points affect each polygon in ArcGIS Pro, that is, the points that are inside the polygon and those close to its border in a distance of 20 meters and how can I list these points that affect each polygon, that is, those that are inside and near the polygon at the desired distance.&lt;/P&gt;&lt;P&gt;One more question, if there is a polygon inside another larger polygon, does this cause a problem when counting the points?&lt;/P&gt;&lt;P&gt;I'm working in ArcGis Pro 3.0.3&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 18:01:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1298729#M70178</guid>
      <dc:creator>CarlosCogollo</dc:creator>
      <dc:date>2023-06-13T18:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Points inside or near polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1299037#M70208</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/summarize-nearby.htm" target="_blank" rel="noopener"&gt;Summarize Nearby&lt;/A&gt; does what you want, but it creates a new feature class.&lt;/P&gt;&lt;P&gt;If you want to add a field to the polygon fc, you can do so with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-field.htm" target="_blank" rel="noopener"&gt;Calculate Field&lt;/A&gt;. Switch to Arcade and use this expression (change line 1 to your point fc name):&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var point_fc = FeaturesetByName($datastore, "PointFC")

return Count(Intersects(point_fc, Buffer($feature, 20, "meters")))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:53:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1299037#M70208</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2023-06-14T07:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Points inside or near polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1300582#M70345</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 01:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/points-inside-or-near-polygons/m-p/1300582#M70345</guid>
      <dc:creator>CarlosCogollo1</dc:creator>
      <dc:date>2023-06-19T01:01:51Z</dc:date>
    </item>
  </channel>
</rss>

