<?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: Polyline length (from gpx) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014481#M35749</link>
    <description>&lt;P&gt;You can "segment" your polyline if needed as well if you need segment lengths&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-vertices.htm" target="_blank"&gt;Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2021 22:44:22 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-01-06T22:44:22Z</dc:date>
    <item>
      <title>Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014444#M35738</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to create a line(s) feature(s) from gpx data (it's a walking track) in order to make a stack profile. I import the gpx with the GPX to Features tool, which works fine. There are no lat/lon fields in the attribute table but the points are all in the right locations.&lt;/P&gt;&lt;P&gt;I then use Points to Line to make a polyline from the points, which I then pass to Stack Profile with the DEM to get the profile. This is all good except the polyline length is extremely short, 0.059... when the actualy trail is about 13km long.&lt;/P&gt;&lt;P&gt;How do I get the line to have the correct length. I've tried exploding the line, but that doesn't work because it's a single part feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ArcPro 2.7, Win 10 64&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 21:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014444#M35738</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-01-06T21:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014450#M35739</link>
      <description>&lt;P&gt;You need a projected length.&amp;nbsp; Add Geometry Attributes in ArcToolbox will allow you to calculate the length in some projected coordinate system appropriate to your locale.&amp;nbsp; For instance a UTM projection&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 21:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014450#M35739</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-06T21:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014465#M35745</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/435503"&gt;@GlenShennan&lt;/a&gt;&amp;nbsp;there is a new tool called &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/intelligence/points-to-track-segments.htm" target="_self"&gt;Points to Track Segments&lt;/A&gt;&amp;nbsp;which produces a series of output paths, the "track segments", from sequential data such as GPS points. Velocity and distance are also appended to the output. Might be worth looking into.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 22:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014465#M35745</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-01-06T22:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014468#M35747</link>
      <description>&lt;P&gt;Thanks! I used Add Geometry Attributes with the polyline as the input and Geodesic length as the geometry property and it gave me the total length of the line.&lt;/P&gt;&lt;P&gt;It's not ideal however to have the whole trail as a single polyline. Is there a some way I could import the gpx as points and then produce separate lines from point to point?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 22:10:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014468#M35747</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-01-06T22:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014476#M35748</link>
      <description>&lt;P&gt;Okay that worked as well seems to have given me more accurate line lengths. Thanks!&lt;/P&gt;&lt;P&gt;Edit: nope, line lengths were pretty much the same for both. Was looking at the wrong segments. Just to clear that up. Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 22:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014476#M35748</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-01-06T22:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014481#M35749</link>
      <description>&lt;P&gt;You can "segment" your polyline if needed as well if you need segment lengths&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-vertices.htm" target="_blank"&gt;Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 22:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014481#M35749</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-06T22:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014489#M35750</link>
      <description>&lt;P&gt;...and that works too. I tried Split Line at Points but missed the Vertices tool. Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 23:18:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1014489#M35750</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-01-06T23:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline length (from gpx)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1342465#M74522</link>
      <description>&lt;P&gt;Hi, Glen.&lt;/P&gt;&lt;P&gt;Try to use XTools Pro Import from GPX tool. You can import not only trackpoints but track lines as well keeping all the attributes.&lt;/P&gt;&lt;P&gt;At that, you can specify required spatial reference and time zone to your data when importing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaRM_1-1698373363522.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/84229i10EE740091040D2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaRM_1-1698373363522.png" alt="SeaRM_1-1698373363522.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2023 02:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/polyline-length-from-gpx/m-p/1342465#M74522</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2023-10-27T02:22:52Z</dc:date>
    </item>
  </channel>
</rss>

