<?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: How to create elevation profile from swath (not just line) in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330992#M2007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have the data from the original line.&amp;nbsp; Getting the swath data is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 10:59:22 GMT</pubDate>
    <dc:creator>AlexanderShenkin</dc:creator>
    <dc:date>2016-01-25T10:59:22Z</dc:date>
    <item>
      <title>How to create elevation profile from swath (not just line)</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330990#M2005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have successfully created elevation profiles from a raster DEM using lines in 3D Analyst (I'm most interested in the data export, not the graph itself).&amp;nbsp; However, I now need to do the same thing, but instead of taking elevation data from a single line, I need to average it across a swath.&amp;nbsp; Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 09:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330990#M2005</guid>
      <dc:creator>AlexanderShenkin</dc:creator>
      <dc:date>2016-01-24T09:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create elevation profile from swath (not just line)</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330991#M2006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the swath data look like?&amp;nbsp; If the spacing between points in the travel direction is equal, then it is fairly easy to do using a combination of arcpy and numpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, z values represent values collected at the same collection line with 3 points on the line, sequentially from 03-12.&amp;nbsp; The averages are then calculated using axis averaging.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#3D3D3D&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#505050&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#F2F2F2&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;6&amp;quot;}" style="border: 1px solid #c6c6c6; width: 25%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Swath... &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;swath average&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; across swath
&amp;nbsp;&amp;nbsp; start&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end
||&amp;nbsp; 0.67&amp;nbsp;&amp;nbsp; 1.67&amp;nbsp;&amp;nbsp; 2.67|
&amp;nbsp; |&amp;nbsp; 3.67&amp;nbsp;&amp;nbsp; 4.67&amp;nbsp;&amp;nbsp; 5.67|
&amp;nbsp; |&amp;nbsp; 6.67&amp;nbsp;&amp;nbsp; 7.67&amp;nbsp;&amp;nbsp; 8.67|
&amp;nbsp; |&amp;nbsp; 9.67&amp;nbsp; 10.67&amp;nbsp; 11.67|
&amp;nbsp; | 12.67&amp;nbsp; 13.67&amp;nbsp; 14.67|
&amp;nbsp; | 15.67&amp;nbsp; 16.67&amp;nbsp; 17.67|
&amp;nbsp; | 18.67&amp;nbsp; 19.67&amp;nbsp; 20.67|
&amp;nbsp; | 21.67&amp;nbsp; 22.67&amp;nbsp; 23.67|
&amp;nbsp; | 24.67&amp;nbsp; 25.67&amp;nbsp; 26.67|
&amp;nbsp; | 27.67&amp;nbsp; 28.67&amp;nbsp; 29.67||&lt;/PRE&gt;&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; ||&amp;nbsp; 1.67|
&amp;nbsp; |&amp;nbsp; 4.67|
&amp;nbsp; |&amp;nbsp; 7.67|
&amp;nbsp; | 10.67|
&amp;nbsp; | 13.67|
&amp;nbsp; | 16.67|
&amp;nbsp; | 19.67|
&amp;nbsp; | 22.67|
&amp;nbsp; | 25.67|
&amp;nbsp; | 28.67||&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:40:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330991#M2006</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T15:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create elevation profile from swath (not just line)</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330992#M2007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only have the data from the original line.&amp;nbsp; Getting the swath data is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Allie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 10:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330992#M2007</guid>
      <dc:creator>AlexanderShenkin</dc:creator>
      <dc:date>2016-01-25T10:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create elevation profile from swath (not just line)</title>
      <link>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330993#M2008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;picture? what does it look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 11:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/how-to-create-elevation-profile-from-swath-not/m-p/330993#M2008</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-01-25T11:01:43Z</dc:date>
    </item>
  </channel>
</rss>

