<?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: Make Polyline from Point feature class in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562506#M18597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, it's on ArcScripts with the same ID: &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=15945"&gt;Convert Points to Lines&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't used it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2013 17:24:17 GMT</pubDate>
    <dc:creator>MelitaKennedy</dc:creator>
    <dc:date>2013-04-19T17:24:17Z</dc:date>
    <item>
      <title>Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562496#M18587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a shapefile with points and I want to make a line of all the points: 1 line that connects all points in the order of the attribute table. I couldn't find something in the toolboxes. I use ArcMap 9.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you help me please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mariposa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 12:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562496#M18587</guid>
      <dc:creator>jasminkern</dc:creator>
      <dc:date>2010-05-27T12:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562497#M18588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/geoprocessing/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15945"&gt;http://resources.esri.com/geoprocessing/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15945&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So popular it was included as a tool in 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 16:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562497#M18588</guid>
      <dc:creator>KevinHibma</dc:creator>
      <dc:date>2010-05-27T16:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562498#M18589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you - it works. Unfortunately al my attributes are lost and set to zero. Do you know a tool, where I can make multilines out of my points (from each point to its next is 1 line) ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 11:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562498#M18589</guid>
      <dc:creator>jasminkern</dc:creator>
      <dc:date>2010-06-23T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562499#M18590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried to download the 'Xtools' package?&amp;nbsp; If you only need to do this as a one off that should work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 02:31:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562499#M18590</guid>
      <dc:creator>JohnMaclachlan</dc:creator>
      <dc:date>2010-06-24T02:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562500#M18591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Once you get the polyline from points using that script, you can try Split Line At Vertices tool (Data Management Toolbox - Features toolset), if you have ArcInfo license. That will break your polygon to straight line segments between vertices.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 02:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562500#M18591</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-07-01T02:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562501#M18592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any idea how to preserve/attach point attributes to the polyline? Tried join by a common field but I just get a general error message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 13:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562501#M18592</guid>
      <dc:creator>CamrinBraun</dc:creator>
      <dc:date>2010-07-28T13:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562502#M18593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Spatial Join tool should allow you to transfer attributes from features to spatially related features, for example from points to lines if the points are "intersecting" the lines or within a specified distance to the lines. They don't need to have a common field. Have you tried that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 15:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562502#M18593</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-07-28T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562503#M18594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. I did try a spatial join. A problem arises there because many of the lines intersect multiple points because I have some point clusters that are really close together and the line zig-zags throughout connecting them chronologically. Therefore, when I spatial join I have some lines that are right but others intersect several points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 19:25:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562503#M18594</guid>
      <dc:creator>CamrinBraun</dc:creator>
      <dc:date>2010-07-28T19:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562504#M18595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your line passes through coincident points, then Spatial Join will not be able to sort that out. Back to your earlier statement - you said you tried a join with a common field and it failed with an error. Since your points and lines have common filed, using a join to calculate field is the right way. I can't tell why you are getting an error. You will have to try to narrow it down to see if any particular feature(s) are causing the problem, or you may log a bug to Support.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jul 2010 19:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562504#M18595</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2010-07-28T19:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562505#M18596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Try this:&lt;BR /&gt;&lt;A href="http://resources.esri.com/geoprocessing/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15945"&gt;http://resources.esri.com/geoprocessing/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=15945&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So popular it was included as a tool in 10.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that the link may have changed because it re-directs me to the main resource page. Can you please post an updated link? I am trying to create a polyline from a point file in 9.3 too. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 13:35:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562505#M18596</guid>
      <dc:creator>DiannaGryniewski</dc:creator>
      <dc:date>2013-04-19T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562506#M18597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, it's on ArcScripts with the same ID: &lt;/SPAN&gt;&lt;A href="http://arcscripts.esri.com/details.asp?dbid=15945"&gt;Convert Points to Lines&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I haven't used it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562506#M18597</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2013-04-19T17:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make Polyline from Point feature class</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562507#M18598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. I am a newer user with limited experience. How do you load the script?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 17:37:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/make-polyline-from-point-feature-class/m-p/562507#M18598</guid>
      <dc:creator>DiannaGryniewski</dc:creator>
      <dc:date>2013-04-19T17:37:08Z</dc:date>
    </item>
  </channel>
</rss>

