Hello all,
I would like to identify and track clusters of features. Where the new cluster feature inherits useful information about the features that make it up, (i.e. number of component features, name, type etc.). I've done some digging on the forums here, and I can't find any examples of what I'm trying to do.
e.g Buffer points > output to Geofence > Intersect/GeoTagger > ...?
Some things come close:
Detecting when two points are within some distance of each other
Summarizing the count of points within a polygon
Basically I want to do cotraveler analysis on-the-fly with GeoEvent. I already keep an archive where I can run this analysis manually, but I'd prefer to do it with GeoEvent with the live stuff.
Is this possible? More importantly is it practical?
Thanks in advance,