<?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: Order of polylines after intersection in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721014#M55815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you wanting to sort spatially if you have advanced license you could use &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000057000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000057000000"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jun 2015 17:44:42 GMT</pubDate>
    <dc:creator>WesMiller</dc:creator>
    <dc:date>2015-06-15T17:44:42Z</dc:date>
    <item>
      <title>Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721012#M55813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everybody.&lt;/P&gt;&lt;P&gt;I find the way to calculate/uncover the order of polylines (from start to end) broken by intersection process of original (entire) polyline. (I found out new FID or ObjectID is not reliable base to use.)&lt;/P&gt;&lt;P&gt;1. In the beginning, I have polyline layer (to be intersected) and polygon layer (intersecting).&lt;/P&gt;&lt;P&gt;2. I do the Intersection (Analysis), resulting to number of new descendant polylines.&lt;/P&gt;&lt;P&gt;3. I find original order of descendant polylines under the parent polyline.&lt;/P&gt;&lt;P&gt;I am not able to arrange such python script. Please, can you help me? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 16:27:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721012#M55813</guid>
      <dc:creator>DusanADAM</dc:creator>
      <dc:date>2015-06-15T16:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721013#M55814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dusan, I'm not clear what you're asking. Are you looking for the downstream order of your lines? You mention a python script. What do you want your script to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721013#M55814</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-15T17:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721014#M55815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you wanting to sort spatially if you have advanced license you could use &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000057000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000057000000"&gt;ArcGIS Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 17:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721014#M55815</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-06-15T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721015#M55816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Wes,&lt;/P&gt;&lt;P&gt;I have been using ArcGIS Desktop 10.2, Advanced License. Thank you for help.&lt;/P&gt;&lt;P&gt;Dusan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721015#M55816</guid>
      <dc:creator>DusanADAM</dc:creator>
      <dc:date>2015-06-16T07:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721016#M55817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sephe.&lt;/P&gt;&lt;P&gt;Sorry for fuzzy explanation. Yes, I am looking for the downstream order of my lines. I need the order ("index") as attribute value of the line. It could be solved as python script, but I would be glad for any other solution. I have been using ArcGIS Desktop 10.2, Advanced License. Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 08:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721016#M55817</guid>
      <dc:creator>DusanADAM</dc:creator>
      <dc:date>2015-06-16T08:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721017#M55818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might try using the Sort tool, perhaps with a spatial sort method. You could then use the FID field, which would be ordered in the new dataset, or add and calculate a field of your own.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721017#M55818</guid>
      <dc:creator>SepheFox</dc:creator>
      <dc:date>2015-06-16T15:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Order of polylines after intersection</title>
      <link>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721018#M55819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to look into a geometric network it has a upstream, downstream trace options. Unfortunately I'm not sure how it works. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:58:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/order-of-polylines-after-intersection/m-p/721018#M55819</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2015-06-16T15:58:18Z</dc:date>
    </item>
  </channel>
</rss>

