Good morning,
I have configured an ArcGIS GeoEvent Service to write out JSON files for the jams and alerts.
I tried to create a feature class from each of the file types, jam and alert but it errored in ArcGIS Pro.
How can create a feature layer to output the WAZE data to?
Thank you,
Mele
Solved! Go to Solution.
Also, you could just publish a feature class to AGO and use it as your output from the geoevent service. That's probably your best bet. The geoevent will handle the json to geojson conversion on the backend for you.
Awesome! Congrats. You're welcome.
Glad that worked for you. But a simple RTA would have done the same thing.
Feed --> Check that you have a non-NULL Lat/Lon value ---> Use a field Calculator to enhance your Schema with the 2d Point. --> any other calculations, Joins or other functions need --> output your Feature Layer.
https://enterprise.arcgis.com/en/geoevent/latest/analyze/field-calculator-processor.htm
---------