<?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 Find all points located at 100feet in the same layer in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427483#M2859</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 need to read a point layer and find all the points from this same layer that are located at 100 feet.&amp;nbsp; The goal is to find all the points in less than 100 feet and check if they were created in less than a year (365 days).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that in Model Builder or Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2016 16:36:14 GMT</pubDate>
    <dc:creator>JoseSanchez</dc:creator>
    <dc:date>2016-11-29T16:36:14Z</dc:date>
    <item>
      <title>Find all points located at 100feet in the same layer</title>
      <link>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427483#M2859</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 need to read a point layer and find all the points from this same layer that are located at 100 feet.&amp;nbsp; The goal is to find all the points in less than 100 feet and check if they were created in less than a year (365 days).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that in Model Builder or Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427483#M2859</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2016-11-29T16:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Find all points located at 100feet in the same layer</title>
      <link>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427484#M2860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generate near table, which requires Advanced licensing, is the out-of-the-box tool to find the distance between all features:&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/generate-near-table.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/generate-near-table.htm"&gt;Generate Near Table—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than that, you can loop through your features using two &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-data-access/searchcursor-class.htm"&gt;SearchCursors&lt;/A&gt;, comparing geometries using the distanceTo method of the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/analyze/arcpy-classes/pointgeometry.htm"&gt;PointGeometry&lt;/A&gt; object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: after seeing Rebecca's comment, can you clarify whether you're interested in 100' distance apart or 100' elevation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:35:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427484#M2860</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-11-29T17:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find all points located at 100feet in the same layer</title>
      <link>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427485#M2861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have an attribute with this info, you could just select and save them to a new layer.&amp;nbsp; If you don't, do you have an elevation grid?&amp;nbsp; OIf so, and you have the Spatial analysis extension you can look at &lt;A class="link-titled" href="https://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/extract-values-to-points.htm" title="https://desktop.arcgis.com/en/arcmap/10.3/tools/spatial-analyst-toolbox/extract-values-to-points.htm"&gt;Extract Values to Points—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might not need to go the Model Builder or python route unless you have a lot of layers that need this.&amp;nbsp; The commands can do all the points in a layer at once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tagging a few other groups&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/space/2091"&gt;Spatial Analyst&lt;/A&gt;‌&amp;nbsp;&amp;nbsp; &lt;A href="https://community.esri.com/space/2051"&gt;Analysis&lt;/A&gt;‌ &lt;A href="https://community.esri.com/space/2087"&gt;Geoprocessing&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: or do what Darren said....I was thinking elevation not distance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 17:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427485#M2861</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-11-29T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find all points located at 100feet in the same layer</title>
      <link>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427486#M2862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found this answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.stackexchange.com/questions/95682/python-arcgis-10-0-expanding-select-layer-by-location-from-point-walking-select" title="http://gis.stackexchange.com/questions/95682/python-arcgis-10-0-expanding-select-layer-by-location-from-point-walking-select"&gt;arcpy - Python ArcGIS 10.0 Expanding select layer by location from point (walking selection) - Geographic Information Sy…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 13:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/find-all-points-located-at-100feet-in-the-same/m-p/427486#M2862</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2016-11-30T13:09:23Z</dc:date>
    </item>
  </channel>
</rss>

