<?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 Get polylines which touch (endpoints) of a given polyline in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455529#M15315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Somewhat familiar with GIS and Python/scripting languages but very new to integrating the two. I have a polyline shapefile of street centerlines for a city. These centerlines have a Boolean field for whether or not they contain a bike lane. My desired end product is a table/list of bike lane corridors (i.e. "Main Street") and the start and end intersecting (touching) streets (i.e. "1st Street" and "9th Street"). To do this, I think I need to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a list of all unique bike lane corridors - i.e. I may have several adjacent "Main Street" polylines with bike_lane set to TRUE but would only want to count this street once (equivalent of an SQL SELECT DISTINCT)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Loop through each distinct corridor and find the endpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Extract the information (really just 'Street Name') of the polyline(s) touching each endpoint&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this request make sense? Again, my end result would be something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Corridor: Main Street, Start Point: 1st St, End Point: 9th St&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Corridor: Market Street, Start Point: Water St, End Point: Ridge St&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 21:39:49 GMT</pubDate>
    <dc:creator>AnthonyGallo</dc:creator>
    <dc:date>2013-11-26T21:39:49Z</dc:date>
    <item>
      <title>Get polylines which touch (endpoints) of a given polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455529#M15315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Somewhat familiar with GIS and Python/scripting languages but very new to integrating the two. I have a polyline shapefile of street centerlines for a city. These centerlines have a Boolean field for whether or not they contain a bike lane. My desired end product is a table/list of bike lane corridors (i.e. "Main Street") and the start and end intersecting (touching) streets (i.e. "1st Street" and "9th Street"). To do this, I think I need to do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a list of all unique bike lane corridors - i.e. I may have several adjacent "Main Street" polylines with bike_lane set to TRUE but would only want to count this street once (equivalent of an SQL SELECT DISTINCT)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Loop through each distinct corridor and find the endpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Extract the information (really just 'Street Name') of the polyline(s) touching each endpoint&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does this request make sense? Again, my end result would be something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Corridor: Main Street, Start Point: 1st St, End Point: 9th St&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Corridor: Market Street, Start Point: Water St, End Point: Ridge St&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 21:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455529#M15315</guid>
      <dc:creator>AnthonyGallo</dc:creator>
      <dc:date>2013-11-26T21:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get polylines which touch (endpoints) of a given polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455530#M15316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This blog about &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2013/02/11/streetintersectionlist/"&gt;creating a street intersection list&lt;/A&gt;&lt;SPAN&gt; may be a good place to start.&amp;nbsp; After you've digested this blog, have a look at the attached PDF.&amp;nbsp; This PDF is in response to a comment on the blog post about adding an attribute to street segments containing the cross-streets.&amp;nbsp; Once you have the cross-street information on your street segments, you should be able to select streets with bike lanes and copy the selected rows to a new table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 20:57:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455530#M15316</guid>
      <dc:creator>DaleHoneycutt</dc:creator>
      <dc:date>2013-11-27T20:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get polylines which touch (endpoints) of a given polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455531#M15317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also have a look of this demo presentation - Demo 1: Assign From-to Road Names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=39f4bde0c6734f8c9358d9e7f204f843"&gt;http://www.arcgis.com/home/item.html?id=39f4bde0c6734f8c9358d9e7f204f843&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 19:45:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/get-polylines-which-touch-endpoints-of-a-given/m-p/455531#M15317</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-12-09T19:45:40Z</dc:date>
    </item>
  </channel>
</rss>

