<?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: Calculating Start and End Elevations For Line Segments in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-start-and-end-elevations-for-line/m-p/1316616#M71897</link>
    <description>&lt;P&gt;Nevermind. Trying to use old tools to solve this when I can just calculate the z-values right in the field geometry calculation in the attribute table.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2023 20:34:39 GMT</pubDate>
    <dc:creator>JWest1</dc:creator>
    <dc:date>2023-08-08T20:34:39Z</dc:date>
    <item>
      <title>Calculating Start and End Elevations For Line Segments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-start-and-end-elevations-for-line/m-p/1316610#M71896</link>
      <description>&lt;P&gt;I am trying to generate elevation data along lines and I have followed the process below:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Vertices to Points for both start and end points and deleted fields that will not have any impact&lt;/LI&gt;&lt;LI&gt;Add Surface Information to calculate the z-value for the points based off my raster data&lt;/LI&gt;&lt;LI&gt;Added fields to my line feature for start and end z-values&lt;/LI&gt;&lt;LI&gt;Near to calculate the nearest line for both the start and end points&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Here is where everything gets messed up. When I do my Join based on the IDs it locating both a start and an end point on the same line with the same distance and is throwing off the tool by giving me an identical elevation. It ends up with my section of 1 intersection of 3 lines looking like this:&lt;/P&gt;&lt;P&gt;Lines&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="17.563621193158117%" height="24px"&gt;OBJECTID&lt;/TD&gt;&lt;TD width="13.183145598665%" height="24px"&gt;StartZ&lt;/TD&gt;&lt;TD width="27.555277430120988%" height="24px"&gt;EndZ&lt;/TD&gt;&lt;TD width="20.473508552357114%" height="24px"&gt;START_FID&lt;/TD&gt;&lt;TD width="21.22444722569879%" height="24px"&gt;END_FID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="17.563621193158117%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="13.183145598665%" height="24px"&gt;181.1&lt;/TD&gt;&lt;TD width="27.555277430120988%" height="24px"&gt;181.1&lt;/TD&gt;&lt;TD width="20.473508552357114%" height="24px"&gt;4&lt;/TD&gt;&lt;TD width="21.22444722569879%" height="24px"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="17.563621193158117%" height="24px"&gt;19&lt;/TD&gt;&lt;TD width="13.183145598665%" height="24px"&gt;199.6&lt;/TD&gt;&lt;TD width="27.555277430120988%" height="24px"&gt;199.6&lt;/TD&gt;&lt;TD width="20.473508552357114%" height="24px"&gt;19&lt;/TD&gt;&lt;TD width="21.22444722569879%" height="24px"&gt;247&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="17.563621193158117%" height="24px"&gt;21&lt;/TD&gt;&lt;TD width="13.183145598665%" height="24px"&gt;171.1&lt;/TD&gt;&lt;TD width="27.555277430120988%" height="24px"&gt;171.1&lt;/TD&gt;&lt;TD width="20.473508552357114%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="21.22444722569879%" height="24px"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Start_Point&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;OBJECTID&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;ORIG_FID&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;StartZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;19&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;19&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;171.1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;End_Point&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;OBJECTID&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;ORIG_FID&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;StartZ&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%"&gt;171.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;21&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="24px"&gt;171.1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what I am seeing is that Line 21 is getting both its StartZ and EndZ from the same spatial location even though it should only be getting one or the other. How can I prevent this from happening?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 20:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-start-and-end-elevations-for-line/m-p/1316610#M71896</guid>
      <dc:creator>JWest1</dc:creator>
      <dc:date>2023-08-08T20:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Start and End Elevations For Line Segments</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculating-start-and-end-elevations-for-line/m-p/1316616#M71897</link>
      <description>&lt;P&gt;Nevermind. Trying to use old tools to solve this when I can just calculate the z-values right in the field geometry calculation in the attribute table.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 20:34:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculating-start-and-end-elevations-for-line/m-p/1316616#M71897</guid>
      <dc:creator>JWest1</dc:creator>
      <dc:date>2023-08-08T20:34:39Z</dc:date>
    </item>
  </channel>
</rss>

