usdot-jpo-ode / wzdx

The Work Zone Data Exchange (WZDx) Specification aims to make harmonized work zone data provided by infrastructure owners and operators (IOOs) available for third party use, making travel on public roads safer and more efficient through ubiquitous access to data on work zone activity.
Creative Commons Zero v1.0 Universal
91 stars 62 forks source link

4.1 update incident type enumeration crashes #319

Closed DeraldDudley closed 2 years ago

DeraldDudley commented 2 years ago

Summary

Motivation

Adding the type_of_incident property to the IncidentRoadEvent object lets data publishers tell drivers why road access has been detoured, restricted, or closed. Further, implementing this property adds value to road event feeds by reducing driver uncertainty.

IncidentType_CrashIncidentSpill Enumerated Type

Values describe calamitous events that have detoured, restricted, or closed a road.

Values

Value Description
Crash A crash interrupts normal operations.
Crash - Injury A crash involving and injury interrupts normal operations.
Crash - Investigation A crash investigation interrupts normal operations.
Incident An non-crash incident interrupts normal operations.
Spill A spill interrupts normal operations.

Used By

Property Object
type_of_incident IncidentRoadEvent
DeraldDudley commented 2 years ago

The Extension Subgroup has decided to consolidate Incident Types into a single enumeration. Changes will be reflected in #318