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
92
stars
62
forks
source link
Use boolean properties for WorkZoneRoadEvent position verification #281
Add new boolean properties is_start_position_verified and is_end_position_verified to the WorkZoneRoadEvent to indicate if the work zone start and end position (first and last geometric coordinate pair, respectively) are based on actual reported data from a GPS-equipped device.
Require either beginning_accuracy or is_start_position_verified.
Require eitherending_accuracy or is_end_position_verified.
Update example feeds to use is_start_position_verified and is_end_position_verified.
This PR resolves #213. Specifically, it proposes the following changes:
beginning_accuracy
andending_accuracy
properties on the WorkZoneRoadEvent.is_start_position_verified
andis_end_position_verified
to the WorkZoneRoadEvent to indicate if the work zone start and end position (first and last geometric coordinate pair, respectively) are based on actual reported data from a GPS-equipped device.beginning_accuracy
oris_start_position_verified
.ending_accuracy
oris_end_position_verified
.is_start_position_verified
andis_end_position_verified
.