<?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: Profile graph-export in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1007684#M34814</link>
    <description>&lt;P&gt;Yes! thank you very much Robert- I will try it&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2020 13:54:54 GMT</pubDate>
    <dc:creator>AvivitLevy</dc:creator>
    <dc:date>2020-12-08T13:54:54Z</dc:date>
    <item>
      <title>Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005171#M34599</link>
      <description>&lt;P&gt;Arcgis Pro 2.6.3&lt;/P&gt;&lt;P&gt;There is a way to export Profile graph no just to png/jpg format?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to compare between 2 different elevation surfaces and for that, I created 2 different graphs, but I want to combine them into one.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Avivit&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 12:15:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005171#M34599</guid>
      <dc:creator>AvivitLevy</dc:creator>
      <dc:date>2020-11-27T12:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005531#M34623</link>
      <description>&lt;P&gt;Avivit - according to the ArcGIS Pro Help Topic &lt;A href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/charts/share-a-chart.htm#ESRI_SECTION1_49225AE42B284CC3A3D921EC451AAE2B" target="_self"&gt;here&lt;/A&gt; you can export a chart to SVG, JPG and PNG formats by using the Export button in the chart window.&amp;nbsp; For combing the profile graphs, are you wanting to have 2 profiles in one graph/window?&amp;nbsp; Or could you export each profile graph out as a single SVG/JPG/PNG and stack them for a presentation?&amp;nbsp; I'm curious what the end goal is - thx!!!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 15:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005531#M34623</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2020-11-30T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005559#M34627</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;Thank you for your answer, I have 2 dsm from 2 different years and I need to compare changes with the level of soil in a specific section and compare between them through one profile graph.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 16:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005559#M34627</guid>
      <dc:creator>AvivitLevy</dc:creator>
      <dc:date>2020-11-30T16:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005669#M34636</link>
      <description>&lt;P&gt;Hi Avivit - I think I have a workflow that will work for you.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Duplicate your lines (i.e. Original FC name) using the Copy/Paste on the Edit core tab-&amp;gt;Clipboard group.&amp;nbsp; This will create a copy of lines in the same feature class in the GDB.&lt;/LI&gt;&lt;LI&gt;Select the first "copy" of lines by opening the attribute table and manually selecting them.&amp;nbsp; For example, if you originally had 10 features, manually select the rows for 1-10.&lt;/LI&gt;&lt;LI&gt;For DSM1 and the selected features from line feature class for the Profile Graph, run the Interpolate Shape GP tool on your Z-enabled feature class to get the Z-values for DSM1 (Input Surface: DSM1 and Input Features:&amp;nbsp; your feature class name with a selected set).&amp;nbsp; This will create a new feature class - i.e. FC1.&lt;/LI&gt;&lt;LI&gt;Switch the line selection in the attribute table to select the "copy" of the original features.&amp;nbsp;&amp;nbsp;Run the Interpolate Shape GP tool on your Z-enabled feature class to get the Z-values for DSM2 (Input Surface: DSM2 and Input Features:&amp;nbsp; your feature class name with the selected set).&amp;nbsp; This will create a new feature class - i.e. FC2&lt;/LI&gt;&lt;LI&gt;Run the Append GP tool to append the features from FC2 to FC1.&amp;nbsp; Now you have a single feature class with copies of the lines - one with values from DSM1 and the other from DSM2.&lt;/LI&gt;&lt;LI&gt;Right-click the FC1 layer and select Create Chart -&amp;gt; Profile Graph.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Now you have a Profile Graph of the lines using 2 different DSMs.&amp;nbsp; Hope this makes sense!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 21:40:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1005669#M34636</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2020-11-30T21:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1007684#M34814</link>
      <description>&lt;P&gt;Yes! thank you very much Robert- I will try it&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 13:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1007684#M34814</guid>
      <dc:creator>AvivitLevy</dc:creator>
      <dc:date>2020-12-08T13:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1012454#M35460</link>
      <description>&lt;P&gt;Great!&amp;nbsp; Let me know how it goes.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 15:33:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1012454#M35460</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2020-12-28T15:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1013726#M35669</link>
      <description>&lt;P&gt;It went well! thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 20:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1013726#M35669</guid>
      <dc:creator>AvivitLevy</dc:creator>
      <dc:date>2021-01-04T20:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Profile graph-export</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1151805#M52539</link>
      <description>&lt;P&gt;Hi, what about exporting graph values (x,y) to .csv or .txt?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 17:04:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/profile-graph-export/m-p/1151805#M52539</guid>
      <dc:creator>abregosuarez</dc:creator>
      <dc:date>2022-03-08T17:04:43Z</dc:date>
    </item>
  </channel>
</rss>

