<?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 Summarizing geoevents in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489977#M2132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;I am looking for some advise on possible approaches to implement the following scenario with geoevent server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are&amp;nbsp;polling information from a point layer service that updates information every hour&lt;/P&gt;&lt;P&gt;The fetched values need to be aggregated based on the&amp;nbsp;geofence buffer polygon they fall in, every time there is an update in the input data&lt;/P&gt;&lt;P&gt;At a minimum, I'd like to count how many points fall in each geofence based on a filter processor logic (i.e. how many points exceed a given value threshold, at every poll event), but ideally it may be beneficial to use other aggregation functions on the input points such as maximum value or average, etc. (so a very similar scenario to a Summarize operation on an attribute table in ArcGIS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/event-count-by-category-for-geoevent" title="https://github.com/Esri/event-count-by-category-for-geoevent"&gt;GitHub - Esri/event-count-by-category-for-geoevent: ArcGIS GeoEvent Server sample Event count by category Processor&lt;/A&gt;&amp;nbsp;&amp;nbsp;following extension but I am not sure if it works at 10.7 and if possible we'd like to avoid adding custom extensions for future compatibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate and suggestion on what may be a technique to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;BR /&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2020 18:31:48 GMT</pubDate>
    <dc:creator>MassimoDragan1</dc:creator>
    <dc:date>2020-08-29T18:31:48Z</dc:date>
    <item>
      <title>Summarizing geoevents</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489977#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone,&lt;/P&gt;&lt;P&gt;I am looking for some advise on possible approaches to implement the following scenario with geoevent server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are&amp;nbsp;polling information from a point layer service that updates information every hour&lt;/P&gt;&lt;P&gt;The fetched values need to be aggregated based on the&amp;nbsp;geofence buffer polygon they fall in, every time there is an update in the input data&lt;/P&gt;&lt;P&gt;At a minimum, I'd like to count how many points fall in each geofence based on a filter processor logic (i.e. how many points exceed a given value threshold, at every poll event), but ideally it may be beneficial to use other aggregation functions on the input points such as maximum value or average, etc. (so a very similar scenario to a Summarize operation on an attribute table in ArcGIS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/event-count-by-category-for-geoevent" title="https://github.com/Esri/event-count-by-category-for-geoevent"&gt;GitHub - Esri/event-count-by-category-for-geoevent: ArcGIS GeoEvent Server sample Event count by category Processor&lt;/A&gt;&amp;nbsp;&amp;nbsp;following extension but I am not sure if it works at 10.7 and if possible we'd like to avoid adding custom extensions for future compatibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate and suggestion on what may be a technique to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;BR /&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2020 18:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489977#M2132</guid>
      <dc:creator>MassimoDragan1</dc:creator>
      <dc:date>2020-08-29T18:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing geoevents</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489978#M2133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/320380"&gt;Massimo Dragan&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You're right&lt;/EM&gt;.&amp;nbsp; That solution was for GeoEvent&amp;nbsp;&lt;SPAN style="text-decoration: underline;"&gt;Extension&lt;/SPAN&gt;, not GeoEvent &lt;SPAN style="text-decoration: underline;"&gt;Server&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT - Take a look at &lt;A href="https://community.esri.com/migrated-users/8586"&gt;Jake Skinner&lt;/A&gt;‌'s document here:&amp;nbsp;&lt;A href="https://community.esri.com/docs/DOC-14715-summarize-point-count-within-polygons-using-geoevent"&gt;https://community.esri.com/docs/DOC-14715-summarize-point-count-within-polygons-using-geoevent&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may fit your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2020 12:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489978#M2133</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2020-08-31T12:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing geoevents</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489979#M2134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Adam,&lt;/P&gt;&lt;P&gt;I had a look at that approach and understand the logic.&lt;/P&gt;&lt;P&gt;In our use case though there is an additional nuance, besides counting how many points intersect the geofences we need to compare the values with thresholds and aggregate based on the level they fall into.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So a possible workaround may be to first poll the input point values, use a geoevent service to categorize the risk value of each point (let's say low, medium, high), add this "augmented" layer to the geofence synchronization and only at this point intersect the polygons with these geofence points to perform the count (with another geoevent service).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tough&amp;nbsp;points I see are:&lt;/P&gt;&lt;P&gt;- how do I make sure that the sequence of 1) polling 2) categorizing 3) syncing the geofences follows a set order&lt;/P&gt;&lt;P&gt;- is there a smart way to do this without having to develop a workflow for each category of risk, taking into consideration that the output service should be an email that provides a synthesis of the overlay like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3 points of risk low fall in polygon x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;6 points of risk medium fall in polygon x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2 points of risk high fall in polygon x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy to hear ideas on how to approach this,&lt;/P&gt;&lt;P&gt;thanks again and in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Massimo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/489979#M2134</guid>
      <dc:creator>MassimoDragan1</dc:creator>
      <dc:date>2020-09-03T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Summarizing geoevents</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/1053475#M3534</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/252151"&gt;@MassimoDragan1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might try to leverage an RDBMS instead of GeoEvent to help with some of the state management and aggregation.&amp;nbsp; Based on my quick read, you could GeoTag the records as they come in, then use standard SQL to create a view that summarizes the data (and even includes the polygon shape or a centroid for putting it on the map).&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-geoevent-server-blog/geoevent-tracking-asset-s-active-inactive-status/ba-p/902116" target="_blank"&gt;https://community.esri.com/t5/arcgis-geoevent-server-blog/geoevent-tracking-asset-s-active-inactive-status/ba-p/902116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 22:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/summarizing-geoevents/m-p/1053475#M3534</guid>
      <dc:creator>EricIronside</dc:creator>
      <dc:date>2021-04-30T22:49:39Z</dc:date>
    </item>
  </channel>
</rss>

