<?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: finding elevation difference in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586053#M3523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the spatial join option worked. Thanks a lot !!!&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2015 04:04:59 GMT</pubDate>
    <dc:creator>PolashBanerjee</dc:creator>
    <dc:date>2015-01-06T04:04:59Z</dc:date>
    <item>
      <title>finding elevation difference</title>
      <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586050#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to find the difference in elevation between points and line feature (example, ground locations and roadway in a hilly terrain) when z-value is available as attribute to these features? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 13:50:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586050#M3520</guid>
      <dc:creator>PolashBanerjee</dc:creator>
      <dc:date>2015-01-05T13:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: finding elevation difference</title>
      <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586051#M3521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that these are 3d points/lines without the elevation attributes exposed in the table, I would first convert the line to points. Expose the z-value of the converted points then do a spatial join (closest) with the point data (with exposed z-values). The z-value can then be compared in the resulting joined data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if they already have the z-values in the attribute table, you can also just do a spatial join (closest) using the point as your target and the line as the join feature.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 22:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586051#M3521</guid>
      <dc:creator>MikeCusi</dc:creator>
      <dc:date>2015-01-05T22:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: finding elevation difference</title>
      <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586052#M3522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More accurate would to create a script (python), join the point to a location on the line and interpolate the Z values&amp;nbsp; of the two vertices on both sides of the projected point, based on the distance to the point. Obviously you will have to take the distance of the point to the line into consideration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the number of points is dense, you could create a TIN and then analyze that in relation to the Z-values of the line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 22:23:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586052#M3522</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-05T22:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: finding elevation difference</title>
      <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586053#M3523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the spatial join option worked. Thanks a lot !!!&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 04:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586053#M3523</guid>
      <dc:creator>PolashBanerjee</dc:creator>
      <dc:date>2015-01-06T04:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: finding elevation difference</title>
      <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586054#M3524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am at level 0 in python scripting &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/cry.png" /&gt;, so its gonna&amp;nbsp; take some time I guess to value your suggestion. Thanx a lot anyway. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 04:07:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586054#M3524</guid>
      <dc:creator>PolashBanerjee</dc:creator>
      <dc:date>2015-01-06T04:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: finding elevation difference</title>
      <link>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586055#M3525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the spatial join worked for you, than I would stick to that. Do have a look at the distance field to verify that points are not joined to distant features. In case you change your mind in the future, Python is relatively easy to learn and there are many capable people at this forum that are willing to guide you in the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just don't forget to mark the answer from &lt;A href="https://community.esri.com/migrated-users/98510"&gt;Mike Cusi&lt;/A&gt;‌ as the correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 22:55:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/finding-elevation-difference/m-p/586055#M3525</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-06T22:55:23Z</dc:date>
    </item>
  </channel>
</rss>

