<?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: Time animation of multiple layers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330403#M73235</link>
    <description>&lt;P&gt;Interesting. Thank you!&lt;/P&gt;&lt;P&gt;I wish I could see what that would look like to have Sample Unique IDs - but I will see what I can find and experiment with my spreadsheets.&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 20:55:11 GMT</pubDate>
    <dc:creator>AvaFarouche</dc:creator>
    <dc:date>2023-09-19T20:55:11Z</dc:date>
    <item>
      <title>Time animation of multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1329985#M73194</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I have a two-fold question here, which will make my inexperience obvious.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a LOT of different feature layers to show water monitoring data collected on different dates.&amp;nbsp;For each location point, I needed to tie multiple pollutant attributes, and multiple date attributes, and the only way I could think to do that was to create a separate layer for each date. In retrospect, I think there must have been a better way to do that. But I'm still not sure what it would be. A one-to-many join?&lt;/P&gt;&lt;P&gt;Now I have WAY too many separate layers (...about 50) and it would obviously be best to display this in a timelapse animation, but it looks like that only works within one layer, not across multiple layers. I posted the project to a Web map so folks can go click the layers on and off, but with this many layers, it's clunky for agol. A timelapse would be best.&lt;/P&gt;&lt;P&gt;So it looks like I need to go back to the drawing board, and it looks like a one-to-many join might be the key, but I'd love pointers or suggestions from anyone with knowledge of this.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 02:36:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1329985#M73194</guid>
      <dc:creator>AvaFarouche</dc:creator>
      <dc:date>2023-09-19T02:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Time animation of multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330128#M73216</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/377940"&gt;@AvaFarouche&lt;/a&gt;&amp;nbsp;This is a god use case and thanks for providing the details.&lt;/P&gt;&lt;P&gt;Key considerations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How large is the current dataset?&lt;/LI&gt;&lt;LI&gt;How will this grow over time? Perhaps based on the frequency of sampling?&lt;/LI&gt;&lt;LI&gt;What kind of visualization do you need for the time-enabled layers?&lt;/LI&gt;&lt;LI&gt;What kind of analysis, reporting&amp;nbsp;do you need for the time-enabled layers?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Modelling options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;A point feature layer showing the water monitoring locations. This should have a primary key/unique ID field along with other required attributes.&lt;/LI&gt;&lt;LI&gt;Pollutant Monitoring table that uses the Location Unique ID as a foreign key. Include the collection date and optionally an expiration date (if applicable). This is the basic one (location) to many (samples) design in a geodatabase.&lt;/LI&gt;&lt;LI&gt;You may create a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/relationships/relationships-and-arcgis.htm" target="_self"&gt;Relationship&lt;/A&gt; class if needed.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;You can &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/time/set-the-time-properties-on-data.htm" target="_self"&gt;enable Time&lt;/A&gt; on the&amp;nbsp;Pollutant Monitoring table using a single time field (collection date) or double time fields&amp;nbsp;(collection date&amp;nbsp;and expiration date).&lt;/LI&gt;&lt;LI&gt;You may then publish this as a service and use it in webmap.&lt;/LI&gt;&lt;LI&gt;The time slider should show up in ArcGIS Pro and or Map Viewer when a time-enabled layer is detected.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 19 Sep 2023 13:57:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330128#M73216</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2023-09-19T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time animation of multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330213#M73223</link>
      <description>&lt;P&gt;Thank you so much!!&lt;/P&gt;&lt;P&gt;I got the point feature layer and the monitoring table w/Location Unique ID.&lt;/P&gt;&lt;P&gt;I'm still a little stuck on one thing: For each date, at each location, I have 9 samples, and I'm still confused about how to make that many-to-one join or relationship. I just need to do more research on relationship classes and figure out how to make it work.&amp;nbsp; I've been making maps for a number of years but they're relatively simple and I haven't done this kind of work before. I could do one table that shows a total pollutant amount, leave out the individual pollutant measurements, and include a date attribute, and that would be an easy fix.&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 15:57:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330213#M73223</guid>
      <dc:creator>AvaFarouche</dc:creator>
      <dc:date>2023-09-19T15:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Time animation of multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330269#M73228</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/377940"&gt;@AvaFarouche&lt;/a&gt;&amp;nbsp;glad that you got going on this approach.&lt;/P&gt;&lt;P&gt;At the&amp;nbsp;&lt;SPAN&gt;Pollutant Monitoring table, you should have its own&amp;nbsp;Sample Unique ID. This allows to relate how many samples are tied to a location. The date attribute is simply another way to filter or narrow down the search. It's OK to have multiple samples for the same date; they will have different&amp;nbsp;Sample Unique ID's. You can summarize total&amp;nbsp;pollutant&amp;nbsp;measurements for certain time period for each location. There are multiple ways to roll-up or drill down through this type of data.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;!--   EndFragment    --&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 21:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330269#M73228</guid>
      <dc:creator>AyanPalit</dc:creator>
      <dc:date>2023-09-19T21:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Time animation of multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330403#M73235</link>
      <description>&lt;P&gt;Interesting. Thank you!&lt;/P&gt;&lt;P&gt;I wish I could see what that would look like to have Sample Unique IDs - but I will see what I can find and experiment with my spreadsheets.&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 20:55:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/time-animation-of-multiple-layers/m-p/1330403#M73235</guid>
      <dc:creator>AvaFarouche</dc:creator>
      <dc:date>2023-09-19T20:55:11Z</dc:date>
    </item>
  </channel>
</rss>

