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.
Following issue #184, this PR updates the description of the RoadEventFeedInfoupdate_date property to clarify that this timestamp should reflect when the GeoJSON file representing the WZDx feed was generated.
The recency of this property depends on if the producer is following a request/response model where the GeoJSON feed file is generated every time a consumer requests the feed, or if the producer is generating the file on an interval or other trigger and making that file available for consumers.
The WZDx specification does not require either method and there are currently producers doing it both ways.
Following issue #184, this PR updates the description of the RoadEventFeedInfo
update_date
property to clarify that this timestamp should reflect when the GeoJSON file representing the WZDx feed was generated.The recency of this property depends on if the producer is following a request/response model where the GeoJSON feed file is generated every time a consumer requests the feed, or if the producer is generating the file on an interval or other trigger and making that file available for consumers.
The WZDx specification does not require either method and there are currently producers doing it both ways.