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

Change traffic sensor traffic data properties from Integer to Number value type #228

Closed dxpack closed 2 years ago

dxpack commented 2 years ago

Fix for IS #219

j-d-b commented 2 years ago

@dxpack are you able to update this PR so that average_occupancy and volume_vph on the TrafficSensor and TrafficSensorLaneData also have type Number, for consistency?

dxpack commented 2 years ago

Will do! Stand by.

dxpack commented 2 years ago

Looks like average_occupancy was renamed at some point to occupancy_percent, so I updated that to a number value.

j-d-b commented 2 years ago

Fantastic, thank you—the changes looks good. This will be merged for the v4.1 release this summer.

dxpack commented 2 years ago

No problem - will get to it shortly. Thanks!

dxpack commented 2 years ago

Replaced this PR with PR #329 Refactored changes to apply to schemas/4.1/SwzDeviceFeed.json

Closing this PR

dxpack commented 2 years ago

Apologies for any mess here - voting is occurring on this PR, but I was unable to get git to cooperate and give me access to the 4.1 schema as requested, therefore had to create a new PR #329 to update the 4.1 schema. Changes are otherwise identical.