<?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: Amount of Time Within a Polygon from Tracks? in ArcGIS Velocity Questions</title>
    <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214300#M70</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;Thanks for reaching out and asking your question! There are many different ways this could be approached and your analytics could be designed using ArcGIS Velocity. Much of this depends on your goals and desired outputs/outcomes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you want to trigger an alert/notification when a plow is plowing a parking lot? (&lt;STRONG&gt;Filter by Geometry tool&lt;/STRONG&gt; to notification outputs)&lt;/LI&gt;&lt;LI&gt;Do you want to enrich breadcrumb observations with whether or not a parking lot is being plowed, or also enrich with the parking lot ID associated with each breadcrumb (&lt;STRONG&gt;Join Features tool&lt;/STRONG&gt;)&lt;/LI&gt;&lt;LI&gt;Do you want to identify the start and end times, know the event duration, create an event identifier of each "parking lot plowing event"? (&lt;STRONG&gt;Detect Incidents tool&lt;/STRONG&gt;)&lt;/LI&gt;&lt;LI&gt;Do you want to know each time a snow plow "dwells" within a certain boundary, likely plowing a parking lot? (&lt;STRONG&gt;Find Dwell Features tool&lt;/STRONG&gt; with distance/timespan tolerance)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can do all of the above, or any combination of the above when building up your analytics. Feel free to provide additional details about your desired outcome/output goals.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 18:02:26 GMT</pubDate>
    <dc:creator>PeterNasuti</dc:creator>
    <dc:date>2022-09-20T18:02:26Z</dc:date>
    <item>
      <title>Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214292#M69</link>
      <description>&lt;P&gt;I am looking to discern when snow plows are plowing parking lots.&amp;nbsp; Our plows don't have a plow up/down sensor, so I have to use some logic.&amp;nbsp; Is it possible to use the "Find Dwell Locations" of my tracks and determine this?&amp;nbsp; Anybody have any other suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 17:46:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214292#M69</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-09-20T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214300#M70</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;Thanks for reaching out and asking your question! There are many different ways this could be approached and your analytics could be designed using ArcGIS Velocity. Much of this depends on your goals and desired outputs/outcomes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you want to trigger an alert/notification when a plow is plowing a parking lot? (&lt;STRONG&gt;Filter by Geometry tool&lt;/STRONG&gt; to notification outputs)&lt;/LI&gt;&lt;LI&gt;Do you want to enrich breadcrumb observations with whether or not a parking lot is being plowed, or also enrich with the parking lot ID associated with each breadcrumb (&lt;STRONG&gt;Join Features tool&lt;/STRONG&gt;)&lt;/LI&gt;&lt;LI&gt;Do you want to identify the start and end times, know the event duration, create an event identifier of each "parking lot plowing event"? (&lt;STRONG&gt;Detect Incidents tool&lt;/STRONG&gt;)&lt;/LI&gt;&lt;LI&gt;Do you want to know each time a snow plow "dwells" within a certain boundary, likely plowing a parking lot? (&lt;STRONG&gt;Find Dwell Features tool&lt;/STRONG&gt; with distance/timespan tolerance)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You can do all of the above, or any combination of the above when building up your analytics. Feel free to provide additional details about your desired outcome/output goals.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 18:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214300#M70</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2022-09-20T18:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214327#M71</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/56766"&gt;@PeterNasuti&lt;/a&gt;&amp;nbsp; Thanks Peter!&lt;/P&gt;&lt;P&gt;I am trying to accomplish your last bullet point.&amp;nbsp; I want to know when a snow plow is within or very near a parking lot polygon, then create a convex hull from the VehicleTracks using the &lt;STRONG&gt;Find Dwell Feature Tool, &lt;/STRONG&gt;then if that intersects with the parking lot polygon, I will then take the timestamp of when it was processed and calculate the lastserviced field with that date.&amp;nbsp; I have tested this and my model never outputs any records, even though if I look at my tracks it should trigger an output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_1-1663699715031.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51666i48D51DE71BBF4DD1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmstKP_1-1663699715031.png" alt="ArmstKP_1-1663699715031.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 19:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214327#M71</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-09-20T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214350#M72</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;Thanks for the additional info!&lt;/P&gt;&lt;P&gt;Looking at the metrics of your analytic, "Find Dwell Features" has 0 records, so we can identify this tool as the "blocker" to explain why your model has no outputs. This tool more than likely has no outputs because of your properties "distance tolerance: 500 feet" and "time span tolerance: 15 minutes". When a plow truck is moving around plowing a parking lot, it is still in motion and getting bread crumb updates at distance and time span greater than the tolerances specified. Therefore, none of your AVL track points satisfy a "dwell" per this criteria, so this tool has no output. You could adjust the distance/time tolerance to better identify parking lot plowing speed as a dwell, but this could capture many other events when the plow truck is merely driving slow or plowing elsewhere. Rather than diving into analytic design for that tool configuration, lets consider a few things.&lt;/P&gt;&lt;P&gt;From your description, it sounds like the fundamental goal is to update the parking lot polygons with their lastserviced field with the last date of service. In this reply, I am moving forward with that assumption, but if that assumption is wrong please correct me. This is a common AVL/geospatial scenario that has been addressed by various implementations of the below logic to identify/recognize vehicle visits to certain locations.&lt;/P&gt;&lt;P&gt;Consider the following design approach as an option:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Sources&lt;/STRONG&gt;&lt;OL&gt;&lt;LI&gt;Parking lot polygons&lt;/LI&gt;&lt;LI&gt;Vehicle tracks&lt;/LI&gt;&lt;LI&gt;Events (Assuming this is winter storm events)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Outputs&lt;/STRONG&gt;&lt;OL&gt;&lt;LI&gt;Parking lots (updated with lastserviced date)&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Tools&lt;/STRONG&gt;:&lt;OL&gt;&lt;LI&gt;Keep your &lt;STRONG&gt;Join Features-1&lt;/STRONG&gt; to enrich Vehicle Tracks with event information&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Detect Incidents&lt;/STRONG&gt;" tool as the next tool after Join Features-1&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: output of Join Features-1&lt;/LI&gt;&lt;LI&gt;Join: Parking lot polygons&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration:&lt;OL&gt;&lt;LI&gt;Open condition: spatial relationship: intersects&lt;/LI&gt;&lt;LI&gt;Accept other defaults&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;Create unique sets of observations for each detected incident (plow truck in parking lot polygon)&lt;/LI&gt;&lt;LI&gt;Filter your AVL dataset down to events where plow trucks are working on parking lot polygons&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Reconstruct Tracks&lt;/STRONG&gt;" tool as the next tool after Detect Incidents&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: output of Detect Incidents&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration:&lt;OL&gt;&lt;LI&gt;Summary Fields:&lt;OL&gt;&lt;LI&gt;Your datetime field, statistic of MAX, we will call this "datetimefield_MAX"&lt;/LI&gt;&lt;LI&gt;IncidentDuration field, statistic of MAX&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Accept other defaults&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;&amp;nbsp;Take your set of AVL/breadcrumb points and convert them to a polyline representing plow truck travel within the parking lot plowing event. Also acquires the duration of the dwell event in milliseconds.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Filter by Expression&lt;/STRONG&gt;" tool as the next tool after "Reconstruct Tracks"&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: output of Reconstruct Tracks&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration&lt;OL&gt;&lt;LI&gt;Filter down any polylines less than "x" milliseconds of duration&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Filter on DwellDuration_MAX field&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;Filter out the cases where a plow truck drove into a parking lot briefly but didn't actually spend enough time to plow the location&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Join Features-2&lt;/STRONG&gt;" tool as the next tool after "Filter by Expression"&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: output of Filter by Expression&lt;/LI&gt;&lt;LI&gt;Join: Parking lot polygons&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration&lt;OL&gt;&lt;LI&gt;Spatial: intersects&lt;/LI&gt;&lt;LI&gt;Summary fields:&lt;OL&gt;&lt;LI&gt;Parking lot name/identifier, ANY&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;Append the associated parking lot name with the reconstructed AVL track plowing that parking lot to the schema&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Summarize Attributes&lt;/STRONG&gt;" tool as the next tool after "Join Features"&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: output of "Join Features-2"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration:&lt;OL&gt;&lt;LI&gt;Field: the Parking lot name/identifier, ANY that was generated in prior Join Features tool&lt;/LI&gt;&lt;LI&gt;Summary field:&lt;OL&gt;&lt;LI&gt;Datetimefield MAX&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;For each unique parking lot processed by the former tools, calculate the most recent datetimefield value to get the most recent plow visit&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Join Features-3&lt;/STRONG&gt;" tool as the next tool after "Summarize Attributes"&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: Parking lot polygons&lt;/LI&gt;&lt;LI&gt;Join: Output of Summarize Attributes tool above&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration:&lt;OL&gt;&lt;LI&gt;Attribute join between parking lot name/identifier fields&lt;/LI&gt;&lt;LI&gt;Summary field: datetimefield value ANY to append the latest edit value&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;Append the latest datetimefield value to the schema of the parking lot polygons&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Add "&lt;STRONG&gt;Map Fields&lt;/STRONG&gt;" tool as the next tool after "Join Features"&lt;OL&gt;&lt;LI&gt;Pipeline:&lt;OL&gt;&lt;LI&gt;Target: Join Features-3 tool output from above&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Configuration:&lt;OL&gt;&lt;LI&gt;Replace your original datetimefield value in Arcade expression with the value from this new field&lt;/LI&gt;&lt;LI&gt;Delete this new/surplus datetimefield value once the value is utilized&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Why use this tool?&lt;OL&gt;&lt;LI&gt;Update the parking lot polygon modified datetime value&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There are many ways to design and configure analytics in ArcGIS Velocity, and I have provided the above as an example that has led to success for other users for similar use cases.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 20:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214350#M72</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2022-09-20T20:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214359#M73</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/56766"&gt;@PeterNasuti&lt;/a&gt;&amp;nbsp;Thanks a million for the detailed steps.&amp;nbsp; One question, though?&amp;nbsp; In step 3.3.2.1.2, do you mean the IncidentDuration field, not the DwellDuration field?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 20:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214359#M73</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-09-20T20:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214366#M74</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;Yes my mistake! Thanks for catching that - I will edit my above post for the future reference of others as well.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 20:06:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214366#M74</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2022-09-20T20:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214607#M75</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/56766"&gt;@PeterNasuti&lt;/a&gt;&amp;nbsp;I think I got is setup correctly, but still no output?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1663772311587.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51750iDD49B911F92B4777/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmstKP_0-1663772311587.png" alt="ArmstKP_0-1663772311587.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 13:56:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214607#M75</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-09-21T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214623#M76</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;The metrics show 0 features passed Detect Incidents - this would require additional information to investigate:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What are all the specified parameters of the Detect Incidents tool&lt;/LI&gt;&lt;LI&gt;Send output to feature layers for inspection&lt;OL&gt;&lt;LI&gt;Send "Join Features-1" to a new feature layer (Add new features, replace existing features)&lt;/LI&gt;&lt;LI&gt;Send "Parking lots"&amp;nbsp;to a new feature layer (Add new features, replace existing features)&lt;/LI&gt;&lt;LI&gt;Add both these feature layers to a web map&lt;/LI&gt;&lt;LI&gt;Inspect to ensure that vehicle AVL points overlap/intersect&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Check spatial reference of target and join pipeline nodes going into this tool to ensure that they match&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If the above does not lead to findings to resolve this, you may be better served by opening a support ticket with Esri Support Services to have a call/screenshare for further investigation.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 14:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1214623#M76</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2022-09-21T14:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1218016#M85</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A little off topic, but what device are you using in your plow trucks that you can not get a Telemetry point from for Up/Down ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 20:24:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1218016#M85</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2022-09-30T20:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1220854#M90</link>
      <description>&lt;P&gt;I don't think the "Find Dwell Locations" tool fits your use case, as the plows would still be moving while plowing. To find the total time the plow spends on each trip through a parking lot polygon, I would use the "Detect Incidents" tool. You could either detect incidents spatially, directly against the parking lot polygons, or you could first use a "Join Features" tool earlier in the analysis than Peter showed, to enrich with the parking lot ID (with option to retain all features) - then detect incidents where there is a value for the parking lot ID. I like the second way, as it enables the parking lot ID to be carried forward onto the incidents, without requiring a second spatial join.&lt;/P&gt;&lt;P&gt;In either case, to get the total duration spent on each visit to a polygon, you would be looking for the IncidentDuration on the output records where IncidentStatus is 'Ended'.&amp;nbsp;Or, if you want to allow for the possibility that the plow may still be in a parking lot, you could summarize to get the maximum IncidentDuration for each IncidentId.&lt;/P&gt;&lt;P&gt;If you want to subtract the time the plows spend stopped or parked in a parking lot, and not count that as part of the plowing time, that is where "Find Dwell Locations" might come into the analysis. I won't go into further detail on how you would use that, as I'm not sure of your exact requirements, or whether this would be relevant for you.&lt;/P&gt;&lt;P&gt;Depending on your desired output, "Reconstruct Tracks" might or might not be needed. It depends whether you want line features showing the vehicle's path while moving within the parking lot polygons. If you only want the start and end time for each parking lot traversal, there may be simpler ways, using tools like Summarize Attributes or Join Features against the results from "Detect Incidents".&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 19:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1220854#M90</guid>
      <dc:creator>brudo</dc:creator>
      <dc:date>2022-10-11T19:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237255#M129</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;We currently aren't using any up/down sensors.&amp;nbsp; We are testing and looking into them right now, but there are many issues with them.&amp;nbsp; We are using speed, location and vehicle type to determine if a route has been plowed.&amp;nbsp; We plow park trails, so we do not get a lot of vehicles traversing segments other than when they are plowing, so it makes it easier.....&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 15:24:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237255#M129</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-12-02T15:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237260#M130</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/453188"&gt;@brudo&lt;/a&gt;&amp;nbsp;Thank you for your detailed suggestion!!!&amp;nbsp; I like your idea, but am having a problem placing in my model view (which I screenshotted above) the "Join Features" tool earlier in the analysis that Peter showed, that you mentioned.&amp;nbsp; Could you point out where in my model view you are mentioning?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_0-1669995013488.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/57501i1B4D77E7BE178AB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmstKP_0-1669995013488.png" alt="ArmstKP_0-1669995013488.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArmstKP_1-1669995062622.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/57502iDA8D71982EFB0473/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArmstKP_1-1669995062622.png" alt="ArmstKP_1-1669995062622.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 15:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237260#M130</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-12-02T15:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237299#M131</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/563014"&gt;@ArmstKP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Thank you for the reply.&amp;nbsp; Doing some work with Lonestar out of Texas an they have a number of LTE based trackers that we have interfaced to Velocity that do have the ability to grab Telemetry input.&amp;nbsp; &amp;nbsp;They may be of help to you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 17:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237299#M131</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2022-12-02T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Amount of Time Within a Polygon from Tracks?</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237368#M132</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;We obtain our AVL from Verizon with the ability to have sensor data, we just don't have sensors yet.....but looking into them.&amp;nbsp; If you have any suggestions, I would be all ears.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 19:02:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/amount-of-time-within-a-polygon-from-tracks/m-p/1237368#M132</guid>
      <dc:creator>ArmstKP</dc:creator>
      <dc:date>2022-12-02T19:02:55Z</dc:date>
    </item>
  </channel>
</rss>

