<?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: Adding z values from points to line in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759167#M42664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be great, I am not so well-known with the use of python. I have attached the point data to the original question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2016 11:55:35 GMT</pubDate>
    <dc:creator>SBreckan</dc:creator>
    <dc:date>2016-09-20T11:55:35Z</dc:date>
    <item>
      <title>Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759161#M42658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have&amp;nbsp;two lines (the center line of a tunnel) that lack z values,&amp;nbsp;they are currently&amp;nbsp;just flat lines with start and end xy values. I do have the z values in points - but how do I get the values from the points to the lines? I have the basic license and cannot use the Split Line at Point tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the lines to be split at each point and assigned a z value. I have two lines and approximately 400 points, the elevation of the tunnel differs between a few meters below sea level and 90 meters above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using arcmap for desktop 10.3.1&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 08:15:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759161#M42658</guid>
      <dc:creator>SBreckan</dc:creator>
      <dc:date>2016-09-20T08:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759162#M42659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/points-to-line.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/points-to-line.htm"&gt;Points To Line—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or in an edit session&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/extensions/production-mapping/snapping-points-to-lines.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/production-mapping/snapping-points-to-lines.htm"&gt;Snapping points to lines—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or what have you tried?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 08:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759162#M42659</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-20T08:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759163#M42660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried Points to line, the result is a line that matches the original line I have, with an attribute table with only&amp;nbsp;objectID, shape and shape length.&lt;/P&gt;&lt;P&gt;Snapping points to line I cannot use unfortunately as I only have the Basic license.&lt;/P&gt;&lt;P&gt;I have tried Spatial join (join one to many), but with around 400 points for each of the two lines this just results in a line with attribute table consisting of around 400 20km rows with different z values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time, Dan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 09:51:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759163#M42660</guid>
      <dc:creator>SBreckan</dc:creator>
      <dc:date>2016-09-20T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759164#M42661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Z values are contained within the Shape field... is the shape field a pointz type? &amp;nbsp;If it is, then you can get the values for Z by adding a field and using the field calculator to retrieve it or use this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/add-geometry-attributes.htm"&gt;Add Geometry Attributes—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 10:37:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759164#M42661</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-20T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759165#M42662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I should have mentioned that I have already added the geometry attributes for the line, the points had them in the attribute table to start with. The line however, is Polyline and not Polyline Z so I cannot fetch elevation data from it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759165#M42662</guid>
      <dc:creator>SBreckan</dc:creator>
      <dc:date>2016-09-20T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759166#M42663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably, your only solution is to build a polylineZ from the points via arcpy / python.&lt;/P&gt;&lt;P&gt;If you give us a look at your point data, I am sure someone can give you a start to help you do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759166#M42663</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-09-20T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759167#M42664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would be great, I am not so well-known with the use of python. I have attached the point data to the original question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 11:55:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759167#M42664</guid>
      <dc:creator>SBreckan</dc:creator>
      <dc:date>2016-09-20T11:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759168#M42665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have left most of your shapefile behind.&lt;/P&gt;&lt;P&gt;There is only the *.shp. Can't do anything with that.&lt;/P&gt;&lt;P&gt;A shapefile has several components *.shp, *.sbx, *.dbf, *.prj and possibly several others.&lt;/P&gt;&lt;P&gt;What do you mean by inbound &amp;amp; outbound?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759168#M42665</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2016-09-20T13:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759169#M42666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I loaded those files up a bit too quick I see. Inbound and Outbound are just the names of the two lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759169#M42666</guid>
      <dc:creator>SBreckan</dc:creator>
      <dc:date>2016-09-21T06:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759170#M42667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be useful if you zipped the shapefile bits as one file so people don't have to download and unzip the individual components&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759170#M42667</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-21T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding z values from points to line</title>
      <link>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759171#M42668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have 3D analyst? If so create a small buffer around each point (less than the minimum distance between nodes) and then create the TIN from the buffered layer.&lt;/P&gt;&lt;P&gt;You should now have a tin that covers the nodes on your line. Now use the "Interpolate Shape" tool to create a 3D version of your line. The "Interpolate Vertices Only" option should be checked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2016 08:47:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/adding-z-values-from-points-to-line/m-p/759171#M42668</guid>
      <dc:creator>DeanMcGowan</dc:creator>
      <dc:date>2016-09-22T08:47:43Z</dc:date>
    </item>
  </channel>
</rss>

