<?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 point selection based on buffer in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671185#M284</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;I would like to select specific points from my dataset based on their proximity to each other. For this I would&amp;nbsp; like to create a buffer around all the points and then only select those, that overlap with at least 3 other buffer zones (to select for areas with high point density).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this within ArcGIS? Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Sep 2020 10:37:51 GMT</pubDate>
    <dc:creator>T_Zett</dc:creator>
    <dc:date>2020-09-05T10:37:51Z</dc:date>
    <item>
      <title>point selection based on buffer</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671185#M284</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;I would like to select specific points from my dataset based on their proximity to each other. For this I would&amp;nbsp; like to create a buffer around all the points and then only select those, that overlap with at least 3 other buffer zones (to select for areas with high point density).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this within ArcGIS? Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Sep 2020 10:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671185#M284</guid>
      <dc:creator>T_Zett</dc:creator>
      <dc:date>2020-09-05T10:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: point selection based on buffer</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671186#M285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's better workflows, but for a beginner to GIS I might advise:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create buffers from all your points - e.g. buffer all points by 100m&lt;/P&gt;&lt;P&gt;2.Run the &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/count-overlapping-features.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/count-overlapping-features.htm"&gt;Count Overlapping Features (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt; tool. (if you don't have pro this may be a bit harder and need some spatial joins etc. let me know if this is the case)&lt;/P&gt;&lt;P&gt;3. use the 'select by location' tool (having selected only those buffer features with an overlap count &amp;gt;= 3) to find the original points within those areas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2020 20:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671186#M285</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-09-06T20:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: point selection based on buffer</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671187#M286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help, unfortunately I don't have pro, I'm currently&lt;/P&gt;&lt;P&gt;working with 10.7. I have been looking for a way to do the count spatial&lt;/P&gt;&lt;P&gt;joints for this version, but have found nothing so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theresa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 09:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671187#M286</guid>
      <dc:creator>T_Zett</dc:creator>
      <dc:date>2020-09-07T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: point selection based on buffer</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671188#M287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to be a fair workflow -&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=mV3ovRrR1kM" title="https://www.youtube.com/watch?v=mV3ovRrR1kM"&gt;Count Overlapping Polygons ArcMap - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 21:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671188#M287</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-09-07T21:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: point selection based on buffer</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671189#M288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The kernal density or point density tools may also help you:&amp;nbsp;&lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/an-overview-of-the-density-tools.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/an-overview-of-the-density-tools.htm"&gt;An overview of the Density toolset—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2020 10:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671189#M288</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2020-09-08T10:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: point selection based on buffer</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671190#M289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That one is great, thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 15:28:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/point-selection-based-on-buffer/m-p/671190#M289</guid>
      <dc:creator>T_Zett</dc:creator>
      <dc:date>2020-09-09T15:28:08Z</dc:date>
    </item>
  </channel>
</rss>

