<?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 should I format a csv file for temporal data that changes location over time? in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140077#M45</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2020 20:58:32 GMT</pubDate>
    <dc:creator>JustinAndersen</dc:creator>
    <dc:date>2020-04-02T20:58:32Z</dc:date>
    <item>
      <title>How should I format a csv file for temporal data that changes location over time?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140075#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working on a project where I need to show point locations at a couple different points in time. The issue I'm having is formatting a csv file (excel then to csv) to be able to do this. My training with GIS has been very informal and I'm usually left to figure a lot of this out on my own so I'm not sure that using a csv file is really the best way to do it anyway, it's just what I've usually done and the data I have is already in excel.&lt;/P&gt;&lt;P&gt;Basically, I have about 250 different points that will each only change location once over the span of time I'm looking at. These are individual points so each changes location at a different point in time and they all (mostly) have different start and end locations.&lt;/P&gt;&lt;P&gt;I'm somewhat familiar with the idea of using a time slider to show temporal data on a map but I've never actually created data that utilizes it. So my main question is how should I format my data to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is super critical that I can be able to utilize the time slider for this so please let me know what is the best way to get this done, even if I can't use excel like I have been.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 16:25:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140075#M43</guid>
      <dc:creator>JustinAndersen</dc:creator>
      <dc:date>2020-04-01T16:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: How should I format a csv file for temporal data that changes location over time?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140076#M44</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;You can use a csv file. Here's an example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;point,latitude,longitude,startDate,endDate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;A,45,45,1/1/2020,1/20/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;A,45,46,1/5/2020,1/20/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;B,46,45,1/1/2020,1/20/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;B,46,46,1/10/2020,1/20/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;C,47,45,1/1/2020,1/20/2020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;C,47,46,1/15/2020,1/20/2020&lt;/P&gt;&lt;P&gt;You can draw this data on a map in ArcGIS Pro with the &lt;STRONG&gt;XY Table to Point&lt;/STRONG&gt; tool:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/487179_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;Then you can access &lt;STRONG&gt;Layer Properties&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Time&lt;/STRONG&gt; to enable that feature:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/487180_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;A time slider should appear on your map. Click &lt;STRONG&gt;Play&lt;/STRONG&gt;. There's also a &lt;STRONG&gt;Time&lt;/STRONG&gt; tab on the ribbon where you can configure the time slider behavior.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/mapping/time/visualize-temporal-data-using-the-time-slider.htm" title="https://pro.arcgis.com/en/pro-app/help/mapping/time/visualize-temporal-data-using-the-time-slider.htm"&gt;Visualize temporal data using the time slider—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 10:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140076#M44</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2020-04-02T10:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How should I format a csv file for temporal data that changes location over time?</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140077#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 20:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/how-should-i-format-a-csv-file-for-temporal-data/m-p/140077#M45</guid>
      <dc:creator>JustinAndersen</dc:creator>
      <dc:date>2020-04-02T20:58:32Z</dc:date>
    </item>
  </channel>
</rss>

