<?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: Selecting lines with an endpoint within a distance of a point feature class in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521360#M40875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use tool "Feature Vertices to Points" to convert the lines to start and end points, then join to them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 10:48:34 GMT</pubDate>
    <dc:creator>LukeWebb</dc:creator>
    <dc:date>2017-06-13T10:48:34Z</dc:date>
    <item>
      <title>Selecting lines with an endpoint within a distance of a point feature class</title>
      <link>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521358#M40873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;Any ideas on ways to select line features that have an endpoint/node within a distance of a point feature class? I have been using arcpy.SpatialJoin_analysis and arcpy.SelectLayerByLocation_management to achieve selecting all lines that fall within a specified distance of a point feature class; though, I want to make sure I do not capture lines that may fall within the search radius of a point but do not have and endpoint within the same search radius (e.g. just passing nearby within the search radius). I don't see this type of selection as a built in function for either arcpy.SpatialJoin_analysis or arcpy.SelectLayerByLocation_management, but I may have missed something. This would be a very useful functionality if it exists.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 21:55:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521358#M40873</guid>
      <dc:creator>TessOldemeyer</dc:creator>
      <dc:date>2017-06-12T21:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting lines with an endpoint within a distance of a point feature class</title>
      <link>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521359#M40874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also compare results with &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/near.htm"&gt;Near&lt;/A&gt; or &lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/generate-near-table.htm"&gt;Generate Near Table&lt;/A&gt; which would identify segments who are closest/within a distance of the points but whose endpoints may not be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 22:08:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521359#M40874</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-06-12T22:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting lines with an endpoint within a distance of a point feature class</title>
      <link>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521360#M40875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use tool "Feature Vertices to Points" to convert the lines to start and end points, then join to them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:48:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521360#M40875</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2017-06-13T10:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting lines with an endpoint within a distance of a point feature class</title>
      <link>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521361#M40876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this'll do the trick. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 14:41:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/selecting-lines-with-an-endpoint-within-a-distance/m-p/521361#M40876</guid>
      <dc:creator>TessOldemeyer</dc:creator>
      <dc:date>2017-06-13T14:41:59Z</dc:date>
    </item>
  </channel>
</rss>

