<?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: Notification when X Stolen Vehicles within X Distance in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/notification-when-x-stolen-vehicles-within-x/m-p/689774#M3032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A colleague walked me through how to do this. We first setup a GeoEvent service to buffer the stolen vehicles and write this to another feature service.&amp;nbsp; The buffer feature service and stolen vehicle feature service are then used as geofences that synchronize.&amp;nbsp; Another GeoEvent service was created to find how many points are within these buffers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365554_Screen1.PNG" style="width: 620px; height: 46px;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GeoTagger searches to see if any buffers contain a stolen vehicle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365573_Screen2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Field Calculator (Regular Expression) queries the GeoTags field to find how many commas exist.&amp;nbsp; For example, if 3 stolen vehicles exist there will be 2 commas.&amp;nbsp; It populates a new field called COUNT with this integer value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365574_Screen3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last Field Calculator adds 1 to the COUNT field:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365575_Screen4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I could then configure a notification when this COUNT field was at a particular value (i.e. 3 stolen vehicles).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 12:38:57 GMT</pubDate>
    <dc:creator>JakeSkinner</dc:creator>
    <dc:date>2017-08-03T12:38:57Z</dc:date>
    <item>
      <title>Notification when X Stolen Vehicles within X Distance</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/notification-when-x-stolen-vehicles-within-x/m-p/689773#M3031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;I'm working on a scenario where I would like to send a notification when there are a number of stolen vehicles reported within a given distance of each other.&amp;nbsp; For example, a vehicle is reported stolen and there were 2 other vehicles reported stolen within 1 mile of this event, a notification would be sent.&amp;nbsp; Does anyone have an example of how to do this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input is polling a feature service.&amp;nbsp; I've created a buffer for each stolen vehicle reported and have that update another feature service.&amp;nbsp; I also created a synchronized geofence for the feature service that contains the buffer, so as the stolen vehicle is buffered it is created as a geofence.&amp;nbsp; I'm just not sure how to check if there are 2 other stolen vehicles reported in this buffer.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 17:31:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/notification-when-x-stolen-vehicles-within-x/m-p/689773#M3031</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-08-01T17:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Notification when X Stolen Vehicles within X Distance</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/notification-when-x-stolen-vehicles-within-x/m-p/689774#M3032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A colleague walked me through how to do this. We first setup a GeoEvent service to buffer the stolen vehicles and write this to another feature service.&amp;nbsp; The buffer feature service and stolen vehicle feature service are then used as geofences that synchronize.&amp;nbsp; Another GeoEvent service was created to find how many points are within these buffers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365554_Screen1.PNG" style="width: 620px; height: 46px;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GeoTagger searches to see if any buffers contain a stolen vehicle:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365573_Screen2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Field Calculator (Regular Expression) queries the GeoTags field to find how many commas exist.&amp;nbsp; For example, if 3 stolen vehicles exist there will be 2 commas.&amp;nbsp; It populates a new field called COUNT with this integer value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365574_Screen3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last Field Calculator adds 1 to the COUNT field:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/365575_Screen4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I could then configure a notification when this COUNT field was at a particular value (i.e. 3 stolen vehicles).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 12:38:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/notification-when-x-stolen-vehicles-within-x/m-p/689774#M3032</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2017-08-03T12:38:57Z</dc:date>
    </item>
  </channel>
</rss>

