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.
Let me see. I had Json and am now trying to create GeoJson in GeoEvent Server. Hopefully, that will do the trick
In geoEvent output the Feature or Stream Layer you want to create.. Then use it in Pro.
@JeffSilberberg What I was having trouble with is creating the Feature or Stream Layer. Is there a template I can use or is there a way in GeoEvent to create the layer from a GeoEvent Definition. Thank you.
Yes, the only issue is I don't have a data store configured so that I can publish from a GeoEvent Definition. I am working on getting that done. I had forgotten that we currently couldn't publish directly, but the link you sent helped jog my memory. Thank you
What exactly errored? Share some screenshots of your geoevent service and definitions, as well as your outputs.
I was trying to create a feature class in Pro from the flat WAZE Json but it errors out without much info.
My thought was if I could create a Feature Class I could publish it and use the add a feature output
What format is your JSON in? Because the JSON to Features tool accepts JSON but it has to contain feature collections. In other words, it has to be formatted like geoJSON.
Let me see. I had Json and am now trying to create GeoJson in GeoEvent Server. Hopefully, that will do the trick
Getting the data into the proper format, GeoJson, was the key. Thank you for the help