Select to view content in your preferred language

WAZE - What Next?

536
12
Jump to solution
03-05-2025 08:02 AM
MeleKoneya1
Regular Contributor

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

 

 

0 Kudos
1 Solution

Accepted Solutions
MeleKoneya1
Regular Contributor

Let me see.     I had Json and am now trying to create GeoJson in GeoEvent Server.   Hopefully, that will do the trick 

View solution in original post

0 Kudos
12 Replies
JeffSilberberg
Frequent Contributor

In geoEvent output the Feature or Stream Layer you want to create..  Then use it in Pro. 

MeleKoneya1
Regular Contributor

@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.

0 Kudos
JeffSilberberg
Frequent Contributor
MeleKoneya1
Regular Contributor

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

0 Kudos
Gene_Sipes
Frequent Contributor

What exactly errored? Share some screenshots of your geoevent service and definitions, as well as your outputs. 

MeleKoneya1
Regular Contributor

I was trying to create a feature class in Pro from the flat WAZE Json but it errors out without much info.   

MeleKoneya1_0-1741275137473.png

My thought was if I could create a Feature Class I could publish it and use the add a feature output 

0 Kudos
Gene_Sipes
Frequent Contributor

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.

MeleKoneya1
Regular Contributor

Let me see.     I had Json and am now trying to create GeoJson in GeoEvent Server.   Hopefully, that will do the trick 

0 Kudos
MeleKoneya1
Regular Contributor

Getting the data into the proper format, GeoJson, was the key.    Thank you for the help

0 Kudos