<?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: Looking for some input on RTA. in ArcGIS Velocity Questions</title>
    <link>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666745#M590</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;the following tools do and do not have a geometry configuration requirement. I'll add an item for us on the product side to update documentation to make it more clear for each tool when geometry is required. For any circumstances where you see an analytic crash as opposed to a feature being skipped for processing with a corresponding and explanatory log message thrown, please log a support bug so that Velocity can continue to be enhanced for all these conditions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Require geometry:&lt;/STRONG&gt;&lt;BR /&gt;Create Range Fans&lt;BR /&gt;Add XYZ Values&lt;BR /&gt;Calculate Distance&lt;BR /&gt;Calculate Motion Statistics&lt;BR /&gt;Create Buffers&lt;BR /&gt;Feature to Point&lt;BR /&gt;Filter by Geometry&lt;BR /&gt;Project&lt;BR /&gt;Snap to network&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do not require geometry:&lt;/STRONG&gt;&lt;BR /&gt;Calculate Fields&lt;BR /&gt;Control Event Volume&lt;BR /&gt;Delay and Reorder Tracks&lt;BR /&gt;Detect Incidents (assuming no spatial condition configured)&lt;BR /&gt;Detect Gaps&lt;BR /&gt;Filter by Expression&lt;BR /&gt;Filter by Time Range&lt;BR /&gt;Join Fields (assuming no spatial join configured)&lt;BR /&gt;Map Fields&lt;BR /&gt;Merge&lt;BR /&gt;Multi-merge&lt;BR /&gt;Route by Expressions&lt;BR /&gt;Select Fields&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2025 15:37:22 GMT</pubDate>
    <dc:creator>PeterNasuti</dc:creator>
    <dc:date>2025-11-18T15:37:22Z</dc:date>
    <item>
      <title>Looking for some input on RTA.</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666307#M589</link>
      <description>&lt;P&gt;Morning,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am looking for some general input with regard to a fairly complicated RTA.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I have some 1,500 devices reporting location and device health every 30 seconds, as well as on specific events, so sometimes much more often between the periodic reports.&amp;nbsp; &amp;nbsp;The issue I have is that Time to First Lock can vary, and it's feasible to see numerous reports at different times of the day with a null Lat/Lon/Alt/GPS Time in the transaction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; So, I have removed the geometry calculation from the Feed and do it in a calculation node inside the RTA if LAT is not null.&amp;nbsp; &amp;nbsp;The enriched schema is then carried with the transaction through a couple of different logic streams, one of which does an Incident Detect and then a dynamic geoFence.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Now my issue, if I get a PwrDwn event from a device (end of shift), there is no location data, but one of the close conditions for the Incident is PwrDwn, which is currently never seen as the LAT filter eliminated the transaction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; So my question is: is there any reference documentation on which processing nodes can be in a logic stream even if there is no geoLocation in the schema, and which will throw an error, crash the RTA, and result in potential data loss?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Note the new Choice (Route by expression) makes the initial logic much cleaner and easier to implement.&amp;nbsp; So it's which nodes have a dependency on geometry that I need to understand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; TIA --&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 16:05:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666307#M589</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2025-11-17T16:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for some input on RTA.</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666745#M590</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;the following tools do and do not have a geometry configuration requirement. I'll add an item for us on the product side to update documentation to make it more clear for each tool when geometry is required. For any circumstances where you see an analytic crash as opposed to a feature being skipped for processing with a corresponding and explanatory log message thrown, please log a support bug so that Velocity can continue to be enhanced for all these conditions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Require geometry:&lt;/STRONG&gt;&lt;BR /&gt;Create Range Fans&lt;BR /&gt;Add XYZ Values&lt;BR /&gt;Calculate Distance&lt;BR /&gt;Calculate Motion Statistics&lt;BR /&gt;Create Buffers&lt;BR /&gt;Feature to Point&lt;BR /&gt;Filter by Geometry&lt;BR /&gt;Project&lt;BR /&gt;Snap to network&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Do not require geometry:&lt;/STRONG&gt;&lt;BR /&gt;Calculate Fields&lt;BR /&gt;Control Event Volume&lt;BR /&gt;Delay and Reorder Tracks&lt;BR /&gt;Detect Incidents (assuming no spatial condition configured)&lt;BR /&gt;Detect Gaps&lt;BR /&gt;Filter by Expression&lt;BR /&gt;Filter by Time Range&lt;BR /&gt;Join Fields (assuming no spatial join configured)&lt;BR /&gt;Map Fields&lt;BR /&gt;Merge&lt;BR /&gt;Multi-merge&lt;BR /&gt;Route by Expressions&lt;BR /&gt;Select Fields&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 15:37:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666745#M590</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2025-11-18T15:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for some input on RTA.</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666748#M591</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;One follow-up question. If the&amp;nbsp;&lt;SPAN&gt;Detect Incidents Close (exit) condition is based on an Arcade or a Spatial Condition and the Arcade condition is TRUE, does the node still try to use the Spatial Condition?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffSilberberg_0-1763480582691.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143995i146740A453BE2A13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffSilberberg_0-1763480582691.png" alt="JeffSilberberg_0-1763480582691.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, 18 Nov 2025 15:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/looking-for-some-input-on-rta/m-p/1666748#M591</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2025-11-18T15:43:23Z</dc:date>
    </item>
  </channel>
</rss>

