<?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: Tracker's Point Collection Interval in ArcGIS Tracker Questions</title>
    <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067389#M265</link>
    <description>&lt;P&gt;Thanks.&amp;nbsp; Wasn't sure if the frequency of point collection could be modified any or not.&lt;/P&gt;&lt;P&gt;So, doesn't look like I'll be able to do what I was hoping to... report (on a dashboard indicator widget) report the total amount of time spent performing walking, driving, stationary activities.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 15:54:16 GMT</pubDate>
    <dc:creator>JasonCyphers</dc:creator>
    <dc:date>2021-06-11T15:54:16Z</dc:date>
    <item>
      <title>Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1066821#M259</link>
      <description>&lt;P&gt;What is the frequency at which Tracker collects a user's location?&amp;nbsp; Is it based on the Field Maps Collection Settings &amp;gt; Streaming, or is it a set interval based on either distance traveled or time?&lt;/P&gt;&lt;P&gt;Wanting to report on average speeds and time spent on activities (walking, driving, stationary) in a dashboard, but need some reference to how often the points are obtained for those calculations.&lt;/P&gt;&lt;P&gt;TIA!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 11:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1066821#M259</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-06-10T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067378#M264</link>
      <description>&lt;P&gt;This is covered in depth in this &lt;A href="https://doc.arcgis.com/en/tracker/faq/faq.htm#anchor20" target="_self"&gt;FAQ&lt;/A&gt;. Basically, points are collected based on distance and activity in order to avoid capturing unnecessary points and to improve battery life. There is no strict temporal frequency.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 15:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067378#M264</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-11T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067389#M265</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; Wasn't sure if the frequency of point collection could be modified any or not.&lt;/P&gt;&lt;P&gt;So, doesn't look like I'll be able to do what I was hoping to... report (on a dashboard indicator widget) report the total amount of time spent performing walking, driving, stationary activities.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 15:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067389#M265</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-06-11T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067394#M266</link>
      <description>&lt;P&gt;Yeah I don't think you'd be able to do this on-the-fly. You'd have to post process the data to find times when someone was moving and when they were dwelling. There are tools in GeoAnalytics Server that can &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/big-data-analytics/find-dwell-locations.htm" target="_self"&gt;detect dwell locations&lt;/A&gt; when called from Pro or Map Viewer.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 16:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067394#M266</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-11T16:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067405#M267</link>
      <description>&lt;P&gt;Check me on this...&lt;/P&gt;&lt;P&gt;If walking points are collected every 5 meters, and speed is reported in meters per second:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I create an indicator widget filtering only walking activities (36 features),&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Count the number of features (36), with a value conversion factor of 5, (to obtain the total meters walked, since every point represents 5 meters walked), resulting in a value of 180 meters walked,&lt;/LI&gt;&lt;LI&gt;Add a reference statistic of the average walking speed (0.2 meters per second) with a reference conversion factor of 60 (to convert meters per second to meters per minute, resulting in 12.475),&lt;/LI&gt;&lt;LI&gt;Then display the ratio (180 &lt;EM&gt;meters&lt;/EM&gt; divided by 12.475 &lt;EM&gt;meters per minute&lt;/EM&gt;) to get the total amount of time spent walking (14.4 minutes).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Is that right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 16:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067405#M267</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-06-11T16:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067473#M273</link>
      <description>&lt;P&gt;Yeah I think the math checks out for that. I'd be curious to see how accurate it ends up being.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 18:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067473#M273</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-06-11T18:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tracker's Point Collection Interval</title>
      <link>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067484#M274</link>
      <description>&lt;P&gt;Won't be 100% accurate, since I'm using average speed, but hopefully will be close enough for rough estimates.&lt;/P&gt;&lt;P&gt;Only thing I won't be able to report on is time spent being stationary (standing still performing an inspection on a meter), since there is no speed and nothing in the FAQ that specifies how often points are collected when stationary.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 19:04:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-tracker-questions/tracker-s-point-collection-interval/m-p/1067484#M274</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-06-11T19:04:58Z</dc:date>
    </item>
  </channel>
</rss>

