<?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: combining a line with a DEM to create an elevation profile in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244952#M63930</link>
    <description>&lt;P&gt;You might also use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/divide-a-polyline-by-a-value.htm" target="_blank" rel="noopener"&gt;Divide a Polyline&lt;/A&gt; functionality to chop up your line into 1 m chunks and then generate points at each midpoint along that line. Or you could use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generate-points-along-lines.htm" target="_blank" rel="noopener"&gt;Generate Points Along Lines&lt;/A&gt; tool which would be faster. You could then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_blank" rel="noopener"&gt;extract values to points&lt;/A&gt; from the DEM and then the attribute table of your point layer would be your table.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2023 16:59:39 GMT</pubDate>
    <dc:creator>DougGreen</dc:creator>
    <dc:date>2023-01-03T16:59:39Z</dc:date>
    <item>
      <title>combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244819#M63904</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create an elevation profile of a line by combining the line with a high resolution DEM. The goal ist to generate a table with the z values spaced by 1 meter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the profile tool, but this does not work.&lt;/P&gt;&lt;P&gt;Could somebody maybe help me out?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Lea Schmid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 10:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244819#M63904</guid>
      <dc:creator>LeaSchmid</dc:creator>
      <dc:date>2023-01-03T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244824#M63907</link>
      <description>&lt;P&gt;could this help you?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/3d-analyst/interactively-create-a-profile-graph-with-digitized-lines-on-a-surface.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/3d-analyst/interactively-create-a-profile-graph-with-digitized-lines-on-a-surface.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 10:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244824#M63907</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2023-01-03T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244829#M63908</link>
      <description>&lt;P&gt;Thank you for your reply.&amp;nbsp; I've already tried this, unfortunately, it only gives me a graph without the necessary values...&amp;nbsp;&lt;/P&gt;&lt;P&gt;therefore i am wondering how to combine the line with the DEM.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 10:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244829#M63908</guid>
      <dc:creator>LeaSchmid</dc:creator>
      <dc:date>2023-01-03T10:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244841#M63914</link>
      <description>&lt;P&gt;Sorry I did overread that you need a table, I think you could use this tool:&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/stack-profile.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/stack-profile.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 12:05:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244841#M63914</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2023-01-03T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244888#M63919</link>
      <description>&lt;P&gt;No Problem! This helps a bit, i am able to generate the height, but the distance is wrong...&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 14:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244888#M63919</guid>
      <dc:creator>LeaSchmid</dc:creator>
      <dc:date>2023-01-03T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244952#M63930</link>
      <description>&lt;P&gt;You might also use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/divide-a-polyline-by-a-value.htm" target="_blank" rel="noopener"&gt;Divide a Polyline&lt;/A&gt; functionality to chop up your line into 1 m chunks and then generate points at each midpoint along that line. Or you could use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generate-points-along-lines.htm" target="_blank" rel="noopener"&gt;Generate Points Along Lines&lt;/A&gt; tool which would be faster. You could then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/extract-values-to-points.htm" target="_blank" rel="noopener"&gt;extract values to points&lt;/A&gt; from the DEM and then the attribute table of your point layer would be your table.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 16:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1244952#M63930</guid>
      <dc:creator>DougGreen</dc:creator>
      <dc:date>2023-01-03T16:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: combining a line with a DEM to create an elevation profile</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1245221#M63953</link>
      <description>&lt;P&gt;If you are not happy with the proposed solutions maybe there is a way to create a profile table with python?&lt;/P&gt;&lt;P&gt;Don't know if you use python?&lt;/P&gt;&lt;P&gt;Some years ago XanderBakker wrote a script for profile graphs, perhaps it's possible to use this script to export excel tables with the profile data with 1m spacing? The script is here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/python-documents/using-python-and-matplotlib-to-create-profile/ta-p/914055" target="_blank"&gt;https://community.esri.com/t5/python-documents/using-python-and-matplotlib-to-create-profile/ta-p/914055&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2023 10:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/combining-a-line-with-a-dem-to-create-an-elevation/m-p/1245221#M63953</guid>
      <dc:creator>JohannesBierer</dc:creator>
      <dc:date>2023-01-04T10:25:35Z</dc:date>
    </item>
  </channel>
</rss>

