Select to view content in your preferred language

WAZE - What Next?

1726
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
12 Replies
Gene_Sipes
Frequent Contributor

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.

Gene_Sipes
Frequent Contributor

Awesome! Congrats. You're welcome.

0 Kudos
JeffSilberberg
Frequent Contributor

@MeleKoneya1 

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/geoevent-services/adding-a-filter-to-a-geoevent-ser...

https://enterprise.arcgis.com/en/geoevent/latest/analyze/field-calculator-processor.htm

---------

 

0 Kudos