<?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: Measuring distances over time in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761385#M1754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that post was in answer to another question from a user here. About distances between street poles or something.&lt;/P&gt;&lt;P&gt;If you want further guidance, I think you should be a little more specific about your data, its attributes and exactly what you want to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 09:44:25 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2015-10-13T09:44:25Z</dc:date>
    <item>
      <title>Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761382#M1751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem analysing the data of my master thesis. Hopefully someone can help me.&lt;/P&gt;&lt;P&gt;I have tracked many dogs and their owners with GPS while hunting and now I want to measure the distances between these two "moving point objects" over time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By now I load the GPS Data in ArcGIS and make a tracking layer out of it, so I can use the Playback Manager of the Tracking Analyst tool. I set it to 1 minute per second and go manually through it and measure the distance at every step per hand. This costs a lot of time, especially because I have a lot of these tracks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is: is there a solution to get a table or a graph of the distances between the two objects over time automatically? That would help me so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Lena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 11:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761382#M1751</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-10-12T11:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761383#M1752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Couldn't you use some variant of the code posted here by Dan Patterson..&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/166452"&gt;Calculate Distance.&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 12:40:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761383#M1752</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-12T12:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761384#M1753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The approach seems about right. But as I am new to Python I don't see how I can implement the time in that code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 09:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761384#M1753</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-10-13T09:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761385#M1754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that post was in answer to another question from a user here. About distances between street poles or something.&lt;/P&gt;&lt;P&gt;If you want further guidance, I think you should be a little more specific about your data, its attributes and exactly what you want to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 09:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761385#M1754</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-13T09:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761386#M1755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you have gps data, I presume that you have the coordinates of the values.&amp;nbsp; Suggested workflow&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;get your data into a projected coordinate system (use the Project tool) so that you have planar/Euclidean coordinates&lt;/LI&gt;&lt;LI&gt;follow the instructions in the fuller post on &lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2015/10/09/distance-calculations-using-the-field-calculator"&gt;working with points&lt;/A&gt;​ it provides more details on the setup&lt;/LI&gt;&lt;LI&gt;once you have the distances, either inter-point or cumulative for example then you can equate those to your time data.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I presume you can get delta time from the time data if needed, but the cumulative values will facilitate graphing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you ruled out the &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/tracking-analyst-toolbox/030-the-tracking-analyst-toolbox.htm"&gt;time tools&lt;/A&gt; listed here from the tracking analyst toolbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 10:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761386#M1755</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-13T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761387#M1756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't really help me for I don't need the distances between points of the same track but between two points of two different tracks at the same time. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761387#M1756</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-10-19T07:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761388#M1757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhh. I presume then, that you have examined the time data and ruled out joining the tables based upon a common time?&amp;nbsp; I doubt a simple join will exist, so it might be worthwhile to parse/summarize your data into some common time increment.&amp;nbsp; Once that has been established then the feature location at those times could be derived.&amp;nbsp; Do you have an example of two files (a small sample) to show the form of the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761388#M1757</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-19T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761389#M1758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see.&lt;/P&gt;&lt;P&gt;I don't know of any ArcGIS tools to do this, as its nots really a spatial problem but more of a time stamp matching problem.&lt;/P&gt;&lt;P&gt;I have done this in the past for correcting geophysical readings (rover vs base station) and basically did the matching in Access by finding the minimum time difference between records in each file. And I suppose we could also do this in python as well.&lt;/P&gt;&lt;P&gt;But some example files would be a help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:47:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761389#M1758</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-19T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761390#M1759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are the original records in format gpx. I can save them separately (the first and the second) or together (the third). They are not edited in ArcGis by now. How would you proceed with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 15:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761390#M1759</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-10-21T15:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761391#M1760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the data, I had a fiddle with it.&lt;/P&gt;&lt;P&gt;First I used the dnr garmin program to read the gpx track files to points (as text &amp;amp; shapefiles).&lt;/P&gt;&lt;P&gt;Then I created a personal geodb (access) and loaded the data from text.&lt;/P&gt;&lt;P&gt;Unfortunately, the time stamp info in each file (ltime), won't automatically come in as a time/date field, have to first import it as text, then update it into a newly created TimeStamp field of time/date type. Confusing huh...&lt;/P&gt;&lt;P&gt;As I said previously, you can create a series of queries which join one file to the other based on a minimum time difference between them.&lt;/P&gt;&lt;P&gt;Have a look in the mdb file zipped attached.&lt;/P&gt;&lt;P&gt;From the matched table I used the XY table to line tool to create the joining lines. Then added a distance field, changed the projection of the df to UTM32N and calculated a metres distance / length.&lt;/P&gt;&lt;P&gt;Hope this works for you.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LinkedPoints.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/132732_LinkedPoints.jpg" style="width: 620px; height: 340px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 08:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761391#M1760</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-22T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761392#M1761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the effort. That sounds very promising! I will try it over the weekend and report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 07:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761392#M1761</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-10-23T07:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761393#M1762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need further guidance about the queries in the mdb or anything else, post here....&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 07:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761393#M1762</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-23T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761394#M1763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only worked with your tables by now to see if I get it with ArcMap. Everything worked in the attribute table, but I don't see the lines on the map. That is not a big Problem, but maybe you can tell me what I do wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got an Access account from the University now. It's been a while since I worked with that kind of software. So I would really appriciate a little help with the queries, because I don't even know how to start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 08:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761394#M1763</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-10-27T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761395#M1764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the view of the TimeMatching.mdb in ArcCatalog.&lt;/P&gt;&lt;P&gt;The lines are the feature class LinkedLines. You should be able to see that and load it into ArcMap.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TimeMatchingMdb.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/133527_TimeMatchingMdb.jpg" style="width: 620px; height: 545px;" /&gt;&lt;/P&gt;&lt;P&gt;Will post more detail on the queries in access shortly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 10:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761395#M1764</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-27T10:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761396#M1765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This inside Access.&lt;/P&gt;&lt;P&gt;We are joining Chef (dogs - 2250 records) back to Kallweit (owner - 1306 records).&lt;/P&gt;&lt;P&gt;First we create a query which "joins" the 2 input tables (tblChefGPXDataPoints @ tblKallweitGPXDataPoints).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Query1_CrossTabulate.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/133528_Query1_CrossTabulate.jpg" style="width: 620px; height: 447px;" /&gt;&lt;/P&gt;&lt;P&gt;Because there is no "join" as such, this just creates a very large / long cross product of the 2 tables.&lt;/P&gt;&lt;P&gt;Then query 2, summarises this query across the ChefID and the minimum time.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Query2_ChefIDMinTimeDiff.jpg" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/133535_Query2_ChefIDMinTimeDiff.jpg" style="width: 620px; height: 426px;" /&gt;&lt;/P&gt;&lt;P&gt;Then query 3, joins this back to the first (a bit circular) so we can find the IDs on both sides.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Query3_JoinChefDataWithKalID.jpg" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/133536_Query3_JoinChefDataWithKalID.jpg" style="width: 620px; height: 426px;" /&gt;&lt;/P&gt;&lt;P&gt;Query 4, then uses this as a join in between the original input tables so we can get back to the Lat/Longs on both sides.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Query4_FinalTable.jpg" class="image-4 jive-image" src="https://community.esri.com/legacyfs/online/133538_Query4_FinalTable.jpg" style="width: 620px; height: 361px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this makes some sort of sense.&lt;/P&gt;&lt;P&gt;Do you have any folk there who know a little about Access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 10:56:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761396#M1765</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-27T10:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761397#M1766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It took a while, but know I got it. It's a little bit easier for me, because Access 2013 recognizes the ltime field as date/time field. So I don't have to add an extra TimeStamp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is exactly what I need. Now I can finally go on with my work &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 13:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761397#M1766</guid>
      <dc:creator>MarilenaKallweit</dc:creator>
      <dc:date>2015-11-02T13:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Measuring distances over time</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761398#M1767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marilena,&lt;/P&gt;&lt;P&gt;good to hear that this works for you.&lt;/P&gt;&lt;P&gt;Good luck with the rest of the study.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 07:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/measuring-distances-over-time/m-p/761398#M1767</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-11-03T07:25:54Z</dc:date>
    </item>
  </channel>
</rss>

