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 the same property name for the FeedInfo object for all WZDx feeds #268
This PR resolves #222 by "renaming" the road_event_feed_info property on the WZDxFeed object to feed_info for consistency with the SwzDeviceFeed and RoadRestrictionFeed, specifically:
Deprecate the road_event_feed_info property on the WZDxFeed object.
Add a feed_info property to the WZDxFeed with the same type as description as the deprecated road_event_feed_info to replace it.
Conditionally require either the road_event_feed_info or feed_info on the WZDxFeed.
In the next major release, road_event_feed_info will be removed and feed_info will be required.
This PR resolves #222 by "renaming" the
road_event_feed_info
property on the WZDxFeed object tofeed_info
for consistency with the SwzDeviceFeed and RoadRestrictionFeed, specifically:road_event_feed_info
property on the WZDxFeed object.feed_info
property to the WZDxFeed with the same type as description as the deprecatedroad_event_feed_info
to replace it.road_event_feed_info
orfeed_info
on the WZDxFeed.In the next major release,
road_event_feed_info
will be removed andfeed_info
will be required.