<?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: Trying to Convert Points to a Polyline in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367654#M12634</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had success reordering points using a lexicographic or radial sort... the ability to do so easily depends on how snakey the line is.&amp;nbsp; If the line folds back on itself then sorting isn't going to work.&amp;nbsp; Maybe construct a line manually, densify it, segment it and see if you can get the points to snap to it using a spatial join.&amp;nbsp; It sounds worse that it really is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 20:11:47 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-04-13T20:11:47Z</dc:date>
    <item>
      <title>Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367649#M12629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone. &amp;nbsp;I have an issue with converting points into a polyline. &amp;nbsp;I have trail lines, and elevation points. &amp;nbsp;I am trying to combine the two so that I have a nice polyline with slope values representing gentle-moderate-steep. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run Point-to-Polyline, I get weird zigzag lines that DO go from point to point, but also go out of order. &amp;nbsp;I've run XY to line, but only get one XY value for the whole line. &amp;nbsp;I tried Split Line at Point, which made a polyline of only two segments (when I'm looking for a couple hundred segments).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what I'm missing, but I just want to make a simple sequential polyline that runs through the order of points and generates a smooth trail with slope visuals. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me what I'm missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367649#M12629</guid>
      <dc:creator>MATTHEWTOMITZ</dc:creator>
      <dc:date>2018-04-13T19:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367650#M12630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Were the points in the actual order or did you sort them? sorting doesn't work BTW, they have to be sequential.&lt;/P&gt;&lt;P&gt;Maybe a short sequence of points to make sure that X and Y haven't been switched or Z isn't being plotted against X or Y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:23:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367650#M12630</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-13T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367651#M12631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The points have no ordering themselves, they were generated by Raster to Point. &amp;nbsp;They are positioned in such a way that they follow the trail. &amp;nbsp;Is there some way I can add a sequence of numbers? &amp;nbsp;I will have a couple thousand points, so manual would take a long, long time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:33:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367651#M12631</guid>
      <dc:creator>MATTHEWTOMITZ</dc:creator>
      <dc:date>2018-04-13T19:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367652#M12632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you not use&amp;nbsp;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-by-points.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/spatial-analyst/extract-by-points.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;assuming your points were in sequential order.&lt;/P&gt;&lt;P&gt;There is no way to order points in some sort of order unless you can provide the rule for the sort... then anything is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 19:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367652#M12632</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-13T19:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367653#M12633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The points are in a line, so a sequence can be inferred. &amp;nbsp;They don't have a field that gives a good sequencing. &amp;nbsp;They have ObjectID codes, but the numbers jump around through the several thousand points, so point 1 could be next to point 3759. &amp;nbsp;The Extract by Points tool asks for XY coordinates for every point, and doesn't seem very tenable to my limited experience.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 20:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367653#M12633</guid>
      <dc:creator>MATTHEWTOMITZ</dc:creator>
      <dc:date>2018-04-13T20:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367654#M12634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have had success reordering points using a lexicographic or radial sort... the ability to do so easily depends on how snakey the line is.&amp;nbsp; If the line folds back on itself then sorting isn't going to work.&amp;nbsp; Maybe construct a line manually, densify it, segment it and see if you can get the points to snap to it using a spatial join.&amp;nbsp; It sounds worse that it really is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 20:11:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367654#M12634</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-13T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367655#M12635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have some trails that don't make an easy line, they do curve on themselves or have splits.&amp;nbsp; And yeah, that does sound a bit confusing.&amp;nbsp; To be clear, I should:&lt;/P&gt;&lt;P&gt;Make a line shapefile, use Editor to draw lines of the trails.&lt;/P&gt;&lt;P&gt;Use a Density (?) tool&lt;/P&gt;&lt;P&gt;Segment the line, I guess into polylines&lt;/P&gt;&lt;P&gt;Spatially join the points to the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that's not so bad, I'll try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 21:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367655#M12635</guid>
      <dc:creator>MATTHEWTOMITZ</dc:creator>
      <dc:date>2018-04-14T21:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Convert Points to a Polyline</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367656#M12636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Densify... not Density.&lt;/P&gt;&lt;P&gt;Yes, draw the polyline as best you can... Densify the line,&amp;nbsp; And I am hoping you have an Advanced license&lt;/P&gt;&lt;P&gt;because you have to split the lines at the vertices&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/split-line-at-vertices.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/split-line-at-vertices.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or at least a standard license so you can snap your points to the line&amp;nbsp;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/editing-toolbox/snap.htm"&gt;http://desktop.arcgis.com/en/arcmap/latest/tools/editing-toolbox/snap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;otherwise it will be some searchcursor thing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2018 23:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/trying-to-convert-points-to-a-polyline/m-p/367656#M12636</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-14T23:48:54Z</dc:date>
    </item>
  </channel>
</rss>

