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
89 stars 62 forks source link

4.1 Add `vehicle_impact` to Road Restriction Event object #317

Closed DeraldDudley closed 1 year ago

DeraldDudley commented 2 years ago

Summary

Add the VehicleImpact property, as-is, to the RestrictionRoadEvent Object.

Motivation

Adding the VehicleImpact property to RestrictionRoadEvent Object lets data publishers inform drivers about how a restriction affects navigation.

Proposed changes

After Change

Name Type Description Conformance Notes
core_details RoadEventCoreDetails Describes the basic characterisitics of a road event. Required
restrictions Array; [Restriction] A list of zero or more road restrictions that apply to the roadway segment described by this road event. Conditional: required if lanes property is not provided. Restrictions can also be provided on an individual lane.
lanes Array; [Lane] A list of individual lanes within a road event (roadway segment). Conditional: required if restrictions property is not provided.
vehicle_impact VehicleImpact The impact to vehicular lanes along a single road in a single direction. Required

Before Change

Name Type Description Conformance Notes
core_details RoadEventCoreDetails Describes the basic characterisitics of a road event. Required
restrictions Array; [Restriction] A list of zero or more road restrictions that apply to the roadway segment described by this road event. Conditional: required if lanes property is not provided. Restrictions can also be provided on an individual lane.
lanes Array; [Lane] A list of individual lanes within a road event (roadway segment). Conditional: required if restrictions property is not provided.
j-d-b commented 1 year ago

See TDx issue 6.