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

4.1 Add vehicle_impact to Road Restriction Event object #317

Conversation

DeraldDudley
Copy link
Collaborator

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.

mollybehan and others added 4 commits March 25, 2022 08:39
* Update Creating_a_WZDx_Feed.md

Added a section with data security details.

* Update Creating_a_WZDx_Feed.md

* Update Creating_a_WZDx_Feed.md

* Update Creating_a_WZDx_Feed.md

Co-authored-by: Nate Deshmukh Towery <45435037+natedeshmukhtowery@users.noreply.github.com>
* Fix recurring event example feed

* Change dates in recurrent event example feed for clarity
@mark-mockett mark-mockett added the Specification Extension This issue/PR is related to the Specification Extension Subgroup label Jun 3, 2022
@mark-mockett mark-mockett added this to the v4.1 milestone Jun 3, 2022
Copy link
Collaborator

@sknick-iastate sknick-iastate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good but will need to also have the schema updated.

@j-d-b
Copy link
Collaborator

j-d-b commented Sep 23, 2022

See TDx issue 6.

@j-d-b j-d-b closed this Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Specification Extension This issue/PR is related to the Specification Extension Subgroup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants