<?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: Can the Temporal Profile chart on the Multidimensional toolbar be scripted? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538548#M88276</link>
    <description>&lt;P&gt;Awesome, glad to hear that worked. Thank you for following up.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Sep 2024 20:20:23 GMT</pubDate>
    <dc:creator>ChristopherAllen</dc:creator>
    <dc:date>2024-09-13T20:20:23Z</dc:date>
    <item>
      <title>Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536488#M88049</link>
      <description>&lt;P&gt;I built out a couple&amp;nbsp;Multidimensional Multivariate Rasters and then use the Multidimensional toolbar to make Temporal Profiles super fast and it is pretty slick.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Temporal Profile Multiple Variables.gif" style="width: 651px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/114598i9AC40EAF6F56FE9F/image-dimensions/651x469?v=v2" width="651" height="469" role="button" title="Temporal Profile Multiple Variables.gif" alt="Temporal Profile Multiple Variables.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I now want to be able get a temporal profile in script for a given polygon to add to our reporting tool.&amp;nbsp; So basically simulate the above gif and get back a SVG of the chart that I add to our larger PDF.&lt;/P&gt;&lt;P&gt;I am not finding a way in script.&amp;nbsp; Is this possible?&lt;/P&gt;&lt;P&gt;I found the arcpy.raster one&lt;/P&gt;&lt;P&gt;temporal_profile(points=[], time_field=None, variables=[], bands=[0], time_extent=None, dimension=None, dimension_values=[], show_values=False, trend_type=None, trend_order=None, plot_properties={})&lt;/P&gt;&lt;P&gt;But it is not giving me anything and not sure how points fits in.&amp;nbsp; I got a chart to display just giving it time but its blank.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 16:15:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536488#M88049</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-09-09T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536583#M88064</link>
      <description>&lt;P&gt;In addition if I try to just use the charting from arcpy none of the code in the help makes much sense.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/charts/line.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/charts/line.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like here chart is not defined anywhere?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

aprx = arcpy.mp.ArcGISProject('current')
censusLayer = aprx.listMaps()[0].listLayers('Census Block Groups')[0]

# Set data source of chart object to a layer within current project
chart.dataSource = censusLayer

# Save the chart to file with dimensions width=500, height=500
chart.exportToSVG('populationByState.svg', 500, 500)&lt;/LI-CODE&gt;&lt;P&gt;There is a arcpy.charts.line and arcpy.Chart that seem to intermingle some parts of the code samples?&lt;/P&gt;&lt;P&gt;Then I tried the info from this article&amp;nbsp;&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/using-arcgis-notebooks-and-arcpy-charts-to-explore-data/?srsltid=AfmBOoqFiWdJ7XGzhsI8NjMELUAAF1S3ku_vW6FgEww2yqAW99Dmct4n" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/using-arcgis-notebooks-and-arcpy-charts-to-explore-data/?srsltid=AfmBOoqFiWdJ7XGzhsI8NjMELUAAF1S3ku_vW6FgEww2yqAW99Dmct4n&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;myChart = arcpy.Chart("test")
myChart.type = 'line'
myChart.dataSource = mdRaster

myChart.exportToSVG(r"C:\temp\Charts\test.svg", 500, 500)&lt;/LI-CODE&gt;&lt;P&gt;And I just get&amp;nbsp;RuntimeError: Invalid dataset: on my crf.&lt;/P&gt;&lt;P&gt;Honestly I have been trying these charts for years but this is when I usually give up and just use Seaborn or some other package like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any links to something that can work for a Multidimensional raster and get me a temporal profile.&amp;nbsp; Maybe&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/485810"&gt;@ChristopherAllen&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;Its so easy in Pro I just need to automate it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 19:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536583#M88064</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-09-09T19:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536701#M88075</link>
      <description>&lt;P&gt;The temporal profile itself does not have its own chart type, it basically gets a time/value array from the multidimensional raster and draw a line chart. To obtain that time/value array, you can run Sample tool, which takes point or polygon as input, and create an output table which can be used in creating a line chart.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 00:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536701#M88075</guid>
      <dc:creator>HongXu</dc:creator>
      <dc:date>2024-09-10T00:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536828#M88088</link>
      <description>&lt;P&gt;I ended up using Zonal stats as table since I get so much more info.&amp;nbsp; &amp;nbsp;Then load that into a panda then seaborn to chart it.&amp;nbsp; It was literally two lines of code for a single var.&amp;nbsp; But splitting all 9 variables in my raster out then combing back into one chart is a bit of a pain in code.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Access to the temporal profile tool would be much easier to chart all the vars and I like the way it handles the labels better and the chart points.&amp;nbsp; Please consider opening it up.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 13:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536828#M88088</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-09-10T13:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536977#M88104</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the feedback regarding charts documentation/code samples. The blog post you referenced was created before the new charts module (&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/charts/what-is-the-charts-module.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/charts/what-is-the-charts-module.htm&lt;/A&gt;) was introduced, and it will be updated to reflect the new API. We'll also look into making the code samples in the documentation clearer.&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 17:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1536977#M88104</guid>
      <dc:creator>ChristopherAllen</dc:creator>
      <dc:date>2024-09-10T17:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538281#M88249</link>
      <description>&lt;P&gt;I tested the Sample tool and I like the output there better actually and it can feed directly into a panda all in memory.&amp;nbsp; Thanks for that idea!&amp;nbsp; (I thought the service did not work but it was&amp;nbsp;parallelProcessingFactor="100%" that was causing it to fail - not sure why.&lt;/P&gt;&lt;P&gt;I built a CRF out for climate data yesterday and that Temporal Profile tool is a home run.&amp;nbsp; Just so fast to process so much data.&amp;nbsp; It may be worth its own toolbox.&lt;/P&gt;&lt;P&gt;Seems to work with a CRF directly or a service.&amp;nbsp; Pretty fast.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# first use the sample tool to pull out the means for a given polygon. setting extent seems to help speed a lot
with arcpy.EnvManager(parallelProcessingFactor="100%", extent=polygonAOI):
arcpy.sa.Sample(
in_rasters=rcmapCRF,
in_location_data=polygonAOI,
out_table=os.path.join("memory", "tempTable"),
resampling_type="NEAREST",
process_as_multidimensional="ALL_SLICES",
acquisition_definition=None,
statistics_type="MEAN",
percentile_value=None,
buffer_distance=None,
layout="ROW_WISE",
generate_feature_class="TABLE"
)

#Convert NumPy array to pandas DataFrame.
fc_np = arcpy.da.FeatureClassToNumPyArray(os.path.join("memory", "tempTable"), "*") 

df = pd.DataFrame(fc_np)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use arcpy charting to get one line chart but was not figuring out how to stack multiple vars in one chart.&lt;/P&gt;&lt;P&gt;It does not seem like I can give it more than one var for x and if I stack them like plot works I just get 1 line.&amp;nbsp; There must be a way since the Temporal Profile tool can do it but I cannot find any samples.&amp;nbsp; It is way easier to avg by year.&amp;nbsp; How do I chart multiple vars from a CRF?&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;chart&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;charts&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Line&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'StdTime'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;y&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'AvgTempC'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;aggregation&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"mean"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;timeIntervalSize&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;timeIntervalUnits&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'YEARS'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;chart&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;arcpy&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;charts&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Line&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;x&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'StdTime'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;y&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'AvgPrecipitationMM'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;aggregation&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"mean"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;timeIntervalSize&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;timeIntervalUnits&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'YEARS'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;So I just went with mathplotlib.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ax&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;plt&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;subplots&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ax&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;plot&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;df&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"StdTime"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;df&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;"AnnualHerbaceous"&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;color&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"blue"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"Annual&amp;nbsp;Herbaceous"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;linestyle&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"-"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;marker&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;'.'&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Sep 2024 15:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538281#M88249</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-09-13T15:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538532#M88274</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If I understand correctly, you want to create a single chart displaying one line for each of your variables. To do this you would pass the `y` argument a list of all your field names. Using your example, this would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;chart = arcpy.charts.Line(x='StdTime', y=['AvgTempC', 'AvgPrecipitationMM'], aggregation="mean", timeIntervalSize=1, timeIntervalUnits='YEARS')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 20:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538532#M88274</guid>
      <dc:creator>ChristopherAllen</dc:creator>
      <dc:date>2024-09-13T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538538#M88275</link>
      <description>&lt;P&gt;Yep that works.&amp;nbsp; I figured that would be the way but the help says string.&amp;nbsp; I should have tested just busy.&amp;nbsp; Sorry about that.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 20:10:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538538#M88275</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-09-13T20:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can the Temporal Profile chart on the Multidimensional toolbar be scripted?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538548#M88276</link>
      <description>&lt;P&gt;Awesome, glad to hear that worked. Thank you for following up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 20:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/can-the-temporal-profile-chart-on-the/m-p/1538548#M88276</guid>
      <dc:creator>ChristopherAllen</dc:creator>
      <dc:date>2024-09-13T20:20:23Z</dc:date>
    </item>
  </channel>
</rss>

