<?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: Separating points in a feature class in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052526#M40368</link>
    <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/split-by-attributes.htm" target="_blank"&gt;Split By Attributes (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the attributes are within a field you can split based on the attribute&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 22:15:12 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-04-28T22:15:12Z</dc:date>
    <item>
      <title>Separating points in a feature class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052517#M40366</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to ArcGIS and need to do one thing (or multiple depending on how you look at it) to make my workflow easier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a bunch of points that I would like to sort into different feature classes (based off an attribute as well as their relation to one of three boundaries I have drawn"&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attribute is "Type" and has 3 values "Handling" "Release/HRHR" and "SCS/PSCS"&lt;/P&gt;&lt;P&gt;My three boundaries are "SITE" "Adjacent" and "Surrounding"&lt;/P&gt;&lt;P&gt;I understand that I can use the "split" tool to sort by the attribute "Type" however I am not sure how to sort them based off of the boundary they fall within. For example I want all the points that fall within the "Adjacent" boundary that do not fall within the "SITE" boundary, so I cannot use the "clip" tool for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My overall goal looks something like this....I wanna see all the "Handling" points that are located on "Adjacent" properties..... etc&lt;/P&gt;&lt;P&gt;I would love how to do this by hand so that I can write myself a tool to accomplish it (something I am learning in my free time).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 22:03:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052517#M40366</guid>
      <dc:creator>jgstaley</dc:creator>
      <dc:date>2021-04-28T22:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Separating points in a feature class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052526#M40368</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/split-by-attributes.htm" target="_blank"&gt;Split By Attributes (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If the attributes are within a field you can split based on the attribute&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 22:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052526#M40368</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-28T22:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Separating points in a feature class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052527#M40369</link>
      <description>I understand that and have the split feature down but I don’t think I was specific enough on my question.&lt;BR /&gt;&lt;BR /&gt;Pretend I have 3 buffers...1/4 mile 1/2 mile and a mile. I only want to see the pins that are between my quarter mile buffer and my half mile buffer. Is that possible? I’d then further split those points based off of the “type” they are from my attribute.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2021 22:21:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052527#M40369</guid>
      <dc:creator>jgstaley</dc:creator>
      <dc:date>2021-04-28T22:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Separating points in a feature class</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052531#M40371</link>
      <description>&lt;P&gt;If you have a couple of buffers and not dozens, you can incorporate a select by attributes if you buffers are named, or spatially join the points to your buffers to find out what buffer they are in or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/feature-analysis/summarize-within.htm" target="_blank" rel="noopener"&gt;Summarize Within (Standard Feature Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you just need a summary of which ones are in which buffer.&lt;/P&gt;&lt;P&gt;This can all be coded if you have many buffer zones and/or have to do this many times.&lt;/P&gt;&lt;P&gt;PS&amp;nbsp; your reference to the split tool wasn't in the original post, but appears after the first edit&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 22:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/separating-points-in-a-feature-class/m-p/1052531#M40371</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-28T22:46:22Z</dc:date>
    </item>
  </channel>
</rss>

