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 winds #320

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_Wind Enumerated Type

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

Values

Value Description
Calm Calm, operations normal. (windspeed: <1 mph / <1 km/h)
Light Winds Light winds may interrupt normal operations. (windspeed: 1-12 mph / 1-19 km/h)
Moderate Winds Moderate winds may interrupt normal operations. (windspeed: 13-18 mph / 20-28 km/h)
Windy Conditions are windy. Use Caution. (windspeed: 19-24 mph / 29-38 km/h)
Strong Winds Strong winds interrupt normal operations. (windspeed: 25-38 mph / 39-61 km/h)
Gale Force Winds Gale force winds interrupt normal operations. (windspeed: 39-54 mph / 62-88 km/h)
Storm Force Winds/Tropical Storm Storm force winds or a tropical storm interrupts normal operations. (windspeed: 55-72 mph / 89-117 km/h)
Hurricane Force Winds/Hurricane Hurricane force winds or a hurricane interrupts normal operations. (windspeed: >73 mph / >117 km/h)
Tornado A tornado interrupts normal operations.
Crosswinds Crosswinds interrupt normal operations.
Gusty Winds Gusty winds interrupt 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