Good day everyone,
I am looking for some advise on possible approaches to implement the following scenario with geoevent server:
We are polling information from a point layer service that updates information every hour
The fetched values need to be aggregated based on the geofence buffer polygon they fall in, every time there is an update in the input data
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).
I saw the GitHub - Esri/event-count-by-category-for-geoevent: ArcGIS GeoEvent Server sample Event count by category Processor 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.
I'd appreciate and suggestion on what may be a technique to implement this.
thanks in advance
Massimo