<?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: Converting points to lines but maintaining attributes of the points.  in Transportation Questions</title>
    <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1147#M7</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan!&lt;/P&gt;&lt;P&gt;By applying this method would one be able to claualte slope for a sgeemnt that was between two points on the line. For exmaple if say the line was joined to 46 points could the slope of the road between point 2 and 3 be calculated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2017 19:48:03 GMT</pubDate>
    <dc:creator>JohnDialesandro</dc:creator>
    <dc:date>2017-08-09T19:48:03Z</dc:date>
    <item>
      <title>Converting points to lines but maintaining attributes of the points.</title>
      <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1145#M5</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a set of points that are gps points a plugin hybrid vehicle has traveled. There are a set of attributes such as speed, battery power, etc for each point that I would like to maintain when i convert the points to a line feature class. Is there a way to do this? When I use the points to line conversion tool I get just one polyline that is has not maianitained the attributes of the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help or suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2017 23:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1145#M5</guid>
      <dc:creator>JohnDialesandro</dc:creator>
      <dc:date>2017-08-08T23:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Converting points to lines but maintaining attributes of the points.</title>
      <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1146#M6</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the appropriate license level you can segment the polyline at the nodes, then join the attributes to the segments.&amp;nbsp; A 'relate' to the polyline will lose the sequential information.&amp;nbsp; Ideally, you could segment/densify the 2 point line segments and join to that as well.&lt;/P&gt;&lt;P&gt;On the flip side... join the polyline to the points... makes more sense to me since it is the point information that is more important&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 01:09:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1146#M6</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-09T01:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Converting points to lines but maintaining attributes of the points.</title>
      <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1147#M7</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan!&lt;/P&gt;&lt;P&gt;By applying this method would one be able to claualte slope for a sgeemnt that was between two points on the line. For exmaple if say the line was joined to 46 points could the slope of the road between point 2 and 3 be calculated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 19:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1147#M7</guid>
      <dc:creator>JohnDialesandro</dc:creator>
      <dc:date>2017-08-09T19:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting points to lines but maintaining attributes of the points.</title>
      <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1148#M8</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can get Z values for the points and distance between them, then... yes.&amp;nbsp; But you haven't indicated the nature of your polyline/road.&amp;nbsp; I am guessing that it isn't a polylineZ feature or you would be able to do it already.&amp;nbsp; You might want to show a picture of the data that you have.&amp;nbsp; If you have points with elevations, then it would make more sense&amp;nbsp; just to use the points to determine slope's between them, assuming you can sequentially order them relative to the road&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2017 23:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1148#M8</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-08-09T23:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting points to lines but maintaining attributes of the points.</title>
      <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1149#M9</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to&amp;nbsp;Elevation beings stored in a Polyline Z, you can make it a Polyline ZM and store a numeric time index on each point in its M value. &amp;nbsp;This lets you to create point or line segment events on the road based on time indexes expressed as a number and allows you to interpolate the time at any point along the line. &amp;nbsp;Given any segment, you can calculate the speed of travel based on 2D distances. &amp;nbsp;With some coding you can get speed values based on 3D distances. &amp;nbsp;Alternatively the M value can store 3D lengths using &lt;A _jive_internal="true" href="https://community.esri.com/thread/102474"&gt;my Add-In&lt;/A&gt;&amp;nbsp;which allows you to use 3D distance measure values for any line segment event or for 2D line segments overlaid on the Route, &amp;nbsp;Measures could also be used for battery power levels at each vertex, although the measures are unlikely to be unique or always ascending, which is typical for Route measures. &amp;nbsp;Basically any numeric value representing any attribute of your points can be stored in the M coordinate of a Polyline M or Polyline ZM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 01:36:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1149#M9</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2017-08-10T01:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Converting points to lines but maintaining attributes of the points.</title>
      <link>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1132435#M2527</link>
      <description>&lt;P&gt;I am looking to do exactly this but wish there was a more streamlined way of doing this.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3788"&gt;@RichardFairhurst&lt;/a&gt;&amp;nbsp;, have you looked into making your add-in Pro-compatible?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 14:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/transportation-questions/converting-points-to-lines-but-maintaining/m-p/1132435#M2527</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2022-01-11T14:39:03Z</dc:date>
    </item>
  </channel>
</rss>

