I have an incoming feed of unplanned outages. I would like to enrich these values with additional fields that will help with later big data analytics but stuck on an optimal approach to do this within the ArcGIS ecosystem.
Specifically, I would like to retrieve current weather conditions for a given coordainte location.
There are several API endpoints providing similar capabilities, but initial preference is for Azure Maps - Weather.
Are there any examples of how a 2nd HTTP poller could be incorporated into a real-time analytic, so that when incoming outages on a feed occurs, the lat/lon can be used as dynamic URL parameters to poll a weather API to fetch and enrich the feed with additional values?
the weather conditions from Azure Maps (or another API) for the given latitude and longitude.