Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AccidentsAndIncidents Enumeration #7

Open
DeraldDudley opened this issue Apr 28, 2022 · 0 comments
Open

Add AccidentsAndIncidents Enumeration #7

DeraldDudley opened this issue Apr 28, 2022 · 0 comments

Comments

@DeraldDudley
Copy link
Collaborator

DeraldDudley commented Apr 28, 2022

Summary

  • This requests supports Add Incident EventType #13
  • The Accidents and Incidents enumeration will fill the type_of_incident property to let drives know why a road has been detoured, restricted, or closed.

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.

Description

The type_of_incident property emulates the cause element found in the eventDescription property described in section 3.3.8.14 of the Transportation Management Data Dictionary 3.1 (TMDD). The type_of_incident property will be populated using the Disasters, Special Events, Winds, and accidentsAndIncidents enumerations described in sections 3.6.5.1, 3.6.5.8, 3.6.5.23, 3.6.5.37 respectively.

The Proposed AccidentsAndIncidents Enumeration

AccidentsAndIncidents Enumerated Type

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

Values

Value Description
accident The indicated value interrupts normal operations.
serious accident The indicated value interrupts normal operations.
injury accident The indicated value interrupts normal operations.
minor accident The indicated value interrupts normal operations.
multi vehicle accident The indicated value interrupts normal operations.
numerous accidents The indicated value interrupts normal operations.
accident involving a bicycle The indicated value interrupts normal operations.
accident involving a bus The indicated value interrupts normal operations.
accident involving a motorcycle The indicated value interrupts normal operations.
accident involving a pedestrian The indicated value interrupts normal operations.
accident involving a train The indicated value interrupts normal operations.
accident involving a truck The indicated value interrupts normal operations.
accident involving a semi trailer The indicated value interrupts normal operations.
accident involving hazardous materials The indicated value interrupts normal operations.
earlier accident The indicated value interrupts normal operations.
medical emergency The indicated value interrupts normal operations.
secondary accident The indicated value interrupts normal operations.
rescue and recovery work REMOVED The indicated value interrupts normal operations.
accident investigation work The indicated value interrupts normal operations.
incident The indicated value interrupts normal operations.
stalled vehicle The indicated value interrupts normal operations.
abandoned vehicle The indicated value interrupts normal operations.
disabled vehicle The indicated value interrupts normal operations.
disabled truck The indicated value interrupts normal operations.
disabled semi trailer The indicated value interrupts normal operations.
disabled bus The indicated value interrupts normal operations.
disabled train The indicated value interrupts normal operations.
vehicle spun out The indicated value interrupts normal operations.
vehicle on fire The indicated value interrupts normal operations.
vehicle in water The indicated value interrupts normal operations.
vehicles slowing to look at accident The indicated value interrupts normal operations.
jackknifed semi trailer The indicated value interrupts normal operations.
jackknifed trailer home The indicated value interrupts normal operations.
jackknifed trailer The indicated value interrupts normal operations.
spillage occurring from moving vehicle The indicated value interrupts normal operations.
acid spill The indicated value interrupts normal operations.
chemical spill The indicated value interrupts normal operations.
fuel spill The indicated value interrupts normal operations.
hazardous materials spill The indicated value interrupts normal operations.
oil spill The indicated value interrupts normal operations.
spilled load The indicated value interrupts normal operations.
toxic spill The indicated value interrupts normal operations.
overturned vehicle The indicated value interrupts normal operations.
overturned truck The indicated value interrupts normal operations.
overturned semi trailer The indicated value interrupts normal operations.
overturned bus The indicated value interrupts normal operations.
derailed train The indicated value interrupts normal operations.
stuck vehicle The indicated value interrupts normal operations.
truck stuck under bridge The indicated value interrupts normal operations.
bus stuck under bridge The indicated value interrupts normal operations.
accident cleared The indicated value interrupts normal operations.
incident cleared" The incident is cleared. Proceed with caution.

Used By

Property Object
type_of_incident IncidentRoadEvent
@j-d-b j-d-b transferred this issue from usdot-jpo-ode/wzdx Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant