<?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: Update ID. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/update-id/m-p/726674#M56355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/fr/knowledgebase/techarticles/detail/38517" title="http://support.esri.com/fr/knowledgebase/techarticles/detail/38517"&gt;38517 - Create sequential numbers in a field using Python in the Field Calculator&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6997e32c54bd40ca8ca13e1fdaf5948b" title="http://www.arcgis.com/home/item.html?id=6997e32c54bd40ca8ca13e1fdaf5948b"&gt;http://www.arcgis.com/home/item.html?id=6997e32c54bd40ca8ca13e1fdaf5948b&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 21 Feb 2016 06:34:43 GMT</pubDate>
    <dc:creator>AjitkumarBabar</dc:creator>
    <dc:date>2016-02-21T06:34:43Z</dc:date>
    <item>
      <title>Update ID.</title>
      <link>https://community.esri.com/t5/python-questions/update-id/m-p/726672#M56353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to update the LineID from Start to End line continuously using Python script. Kindly have a look of image.&lt;IMG alt="Err.png" class="image-2 jive-image" height="263" src="https://community.esri.com/legacyfs/online/186980_Err.png" style="width: 526px; height: 263px;" width="526" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="186978" alt="Error.png" class="image-1 jive-image" height="284" src="https://community.esri.com/legacyfs/online/186978_Error.png" style="width: 518px; height: 283.229px;" width="518" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 11:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-id/m-p/726672#M56353</guid>
      <dc:creator>RajP</dc:creator>
      <dc:date>2016-02-20T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update ID.</title>
      <link>https://community.esri.com/t5/python-questions/update-id/m-p/726673#M56354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;union/merge the polylines so it forms one polyline&lt;/P&gt;&lt;P&gt;split at vertices.&amp;nbsp;&amp;nbsp; Only works for segments joined at vertices without intervening nodes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you will have to get the pieces into a list, then (in this case), sort the polylines lexicographically (sort by X coordinates), then reassemble in that order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or start with the leftmost polyline, flip if necessary so that it points East,&amp;nbsp; and find the next segment that shares the end node, flip if necessary, then merge the two segments... repeat with the remaining polyline segments.&lt;/P&gt;&lt;P&gt;Essentially, the latter is a spanning tree amongst start and endpoints, while retaining the connecting polyline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2016 13:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-id/m-p/726673#M56354</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-20T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update ID.</title>
      <link>https://community.esri.com/t5/python-questions/update-id/m-p/726674#M56355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/fr/knowledgebase/techarticles/detail/38517" title="http://support.esri.com/fr/knowledgebase/techarticles/detail/38517"&gt;38517 - Create sequential numbers in a field using Python in the Field Calculator&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=6997e32c54bd40ca8ca13e1fdaf5948b" title="http://www.arcgis.com/home/item.html?id=6997e32c54bd40ca8ca13e1fdaf5948b"&gt;http://www.arcgis.com/home/item.html?id=6997e32c54bd40ca8ca13e1fdaf5948b&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 06:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-id/m-p/726674#M56355</guid>
      <dc:creator>AjitkumarBabar</dc:creator>
      <dc:date>2016-02-21T06:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update ID.</title>
      <link>https://community.esri.com/t5/python-questions/update-id/m-p/726675#M56356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly, that doesn't change the order of the geometry, upon which the ID numbers are based.&amp;nbsp; The geometry objects need to be changed first&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Feb 2016 08:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/update-id/m-p/726675#M56356</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-02-21T08:24:19Z</dc:date>
    </item>
  </channel>
</rss>

