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 Disasters Enumeration #10

Open
DeraldDudley opened this issue Mar 22, 2022 · 0 comments
Open

Add Disasters Enumeration #10

DeraldDudley opened this issue Mar 22, 2022 · 0 comments

Comments

@DeraldDudley
Copy link
Collaborator

DeraldDudley commented Mar 22, 2022

Summary

  • This requests supports Add Incident EventType #13
  • The Disasters 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 accidentAndIncidents,Disasters, Special Events, and Winds enumerations described in sections 3.6.5.1, 3.6.5.8, 3.6.5.23, 3.6.5.37 respectively.

The Proposed Disasters Enumeration

Disasters Enumerated Type

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

Values

Value Description
flash flood A flash flood interrupted normal operations.
major flood A major flood interrupted normal operations.
reservoir failure A reservoir failure interrupted normal operations.
levee failure A levee failure interrupted normal operations.
tsunami A tsunami interrupted normal operations.
tidal wave A tidal wave interrupted normal operations.
volcanic eruption A volcanic eruption interrupted normal operations.
ash fall Ash fall interrupted normal operations.
lava flow A lava flow interrupted normal operations.
serious fire A serious fire interrupted normal operations.
forest fire A forest fire has interrupted normal operations.
wildfire A wild fire interrupted normal operations.
building fire A building fire interrupted normal operations.
brush fire A brush fire interrupted normal operations.
grass fire A grass fire interrupted normal operations.
fire danger extreme The fire hazard is extreme.
fire danger very high The fire hazard is very high.
fire danger high The fire hazard is high.
fire danger medium The fire hazard is medium.
fire danger low The fire hazard is low.
earthquake damage Earthquake damage interrupted normal operations.
air crash An air crash interrupted normal operations.
rail crash A rail crash interrupted normal operations.
toxic release A toxic release has interrupted normal operations.
toxic leak A toxic leak interrupted normal operations.
radioactive release A radioactive release interrupted normal operations.
radiation hazard A radiation hazard interrupted normal operations.
reactor leakage A reactor leak interrupted normal operations.
explosion An explosion interrupted normal operations.
major hazardous materials fire A major hazardous materials fire interrupted normal operations.

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