<?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: Update Line Z value from Points in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485867#M21333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great problem.&lt;BR /&gt;GP Snap would be ideal it snapped in Z also but unfortunately its only 2D. Great enhancement idea there.&lt;/P&gt;&lt;P&gt;The vertices to points and back to lines is fine if the input lines are straight but the users image looks to have curves.&lt;/P&gt;&lt;P&gt;Python could probably do it, walking each lines vertices, searching for the elevation point then transferring the elevation to the vertex Z, but thats code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2020 16:43:22 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-06-12T16:43:22Z</dc:date>
    <item>
      <title>Update Line Z value from Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485865#M21331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line feature with z enabled, but no elevation, it is a 0.&amp;nbsp; Each line has 2 vertices, one at the beginning and one at the end.&lt;/P&gt;&lt;P&gt;I have a point feature with z enabled and have elevation.&amp;nbsp; Each point is at the end of each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I add the point elevation to my line elevation?&amp;nbsp; I have tried a one to one spatial join.&amp;nbsp; That only gives 1 of the point's elevation data.&amp;nbsp; Which leaves me with a flat line, and not a sloped line.&lt;/P&gt;&lt;P&gt;I tried a one to many spatial join.&amp;nbsp; That gives me multiple lines with only 1 elevation.&amp;nbsp; I tried Points to Line, but that seemed to miss some of my points and not connect them correctly.&amp;nbsp; Update Feature Z will only accept a surface.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/496234_Question.png" /&gt;&lt;/P&gt;&lt;P&gt;What workflow is there that can accomplish my goal?&amp;nbsp; I have access to all the extensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2020 16:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485865#M21331</guid>
      <dc:creator>ScottWagoner1</dc:creator>
      <dc:date>2020-06-11T16:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Update Line Z value from Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485866#M21332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if there is an easier way, but you could try something like this:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm"&gt;https://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-vertices-to-points.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Since you already have elevation points that correspond with the start and end vertices of your line(s) (do they exactly correspond?&amp;nbsp; you might want to QA that using something like the Snap gp tool....) could you add a line ID field to the elevation points from a spatial join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have elevation points with a corresponding line ID.&amp;nbsp; Run&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/points-to-line.htm"&gt;Points To Line—Data Management toolbox | Documentation&lt;/A&gt;&amp;nbsp;to create the 3d line with the correct elevations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/496334_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 13:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485866#M21332</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-06-12T13:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update Line Z value from Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485867#M21333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a great problem.&lt;BR /&gt;GP Snap would be ideal it snapped in Z also but unfortunately its only 2D. Great enhancement idea there.&lt;/P&gt;&lt;P&gt;The vertices to points and back to lines is fine if the input lines are straight but the users image looks to have curves.&lt;/P&gt;&lt;P&gt;Python could probably do it, walking each lines vertices, searching for the elevation point then transferring the elevation to the vertex Z, but thats code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/update-line-z-value-from-points/m-p/485867#M21333</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-06-12T16:43:22Z</dc:date>
    </item>
  </channel>
</rss>

