IRIS
Intelligent Roadway Information System
Incident Feed Format
An incident feed is an external system that IRIS can poll to get real-time roadway incident information. When polled, the external system must respond with an ASCII text file, with one line per active incident.
Each line should contain 7 fields, separated by comma characters ,
and
terminated with a single newline character \n
(ASCII 0x0A). The fields are:
- incident ID
- type:
CRASH
,STALL
,ROADWORK
orHAZARD
- incident detail: may be blank, or one of the incident detail names
- latitude
- longitude
- camera ID: may be blank, or the ID of a camera to view the incident
- direction:
NB
,SB
,EB
orWB
Latitude and longitude define coördinates using the WGS 84 datum.