I'm curious how to implement the following in GeoEvent server (or if its even possible)
I have two point datasets - one is a static list of facilities, and the other is a list of wildfire locations from Living Atlas. How can I create a series of processors to calculate the distance between a facility and its nearest wildfire, and update a feature class of facilities and distance to nearest wildfire. It's acceptable if the distance has to be within a threshold.
It seems like I could use Buffer and Intersect processors to do the first part - unclear how to generate distance between each origin facility and the nearest fire.