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

Enable road restriction feeds #205

Merged
merged 64 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
cc20780
Create RestrictionEvent.md
DeraldDudley Sep 3, 2021
15840fe
Merge pull request #1 from usdot-jpo-ode/refactor-road-event
mark-mockett Nov 1, 2021
183164c
Create RoadRestrictionFeed.md
DeraldDudley Nov 1, 2021
a71624b
Update and rename RestrictionEvent.md to RestrictionRoadEvent.md
mark-mockett Nov 1, 2021
78db431
Update RoadRestrictionFeed.md
DeraldDudley Nov 1, 2021
4e81e0f
Update RoadRestrictionFeed.md
DeraldDudley Nov 1, 2021
e42e1fc
Rename road_event property to core_details
mark-mockett Nov 1, 2021
81757a8
Update README.md
DeraldDudley Nov 1, 2021
35603d8
Update README.md
DeraldDudley Nov 1, 2021
6417201
Add new schema for RoadRestrictionFeed
mark-mockett Nov 1, 2021
d91c0ff
Update RestrictionRoadEvent.md
DeraldDudley Nov 1, 2021
ec39c3c
Add RestrictionRoadEvent as option for RoadEventFeature
mark-mockett Nov 1, 2021
84bd34b
Merge branch 'v4.0-release-restrictions' into RestrictionEvent
j-d-b Nov 1, 2021
3ed0e26
Remove accidentally added file
j-d-b Nov 2, 2021
2598c1f
Update schema
j-d-b Nov 2, 2021
ea82e15
Use feed_info prop naming to be consistent with SwzDeviceFeed
j-d-b Nov 2, 2021
1c44143
Fix schema RestrictionRoadEvent description
j-d-b Nov 2, 2021
543d280
Update description of new objects
j-d-b Nov 2, 2021
faf1cf0
Update description of RestrictionRoadEvent
j-d-b Nov 2, 2021
30ef6a9
Auto format JSON schema
j-d-b Nov 2, 2021
2ee78e6
Update main README
j-d-b Nov 2, 2021
5fe166b
Add clarifying text
j-d-b Nov 2, 2021
f2693d3
Remove periods from descriptions in schema
j-d-b Nov 2, 2021
3f82e15
Conditionally require either restrictions or lanes
mark-mockett Nov 2, 2021
2dee842
Add RestrictionRoadEvent to Restriction obj. used by
mark-mockett Nov 2, 2021
4c8713a
Update Restriction.md
mark-mockett Nov 2, 2021
f951722
Merge remote-tracking branch 'upstream/refactor-road-event' into Rest…
j-d-b Nov 18, 2021
3570a66
Add bridge restriction linestring example
j-d-b Dec 6, 2021
758aa04
Merge remote-tracking branch 'upstream/refactor-road-event' into Rest…
j-d-b Dec 6, 2021
36badd6
Merge remote-tracking branch 'upstream/refactor-road-event' into Rest…
j-d-b Dec 6, 2021
2f2fcb0
Merge remote-tracking branch 'upstream/refactor-road-event' into Rest…
j-d-b Dec 6, 2021
a7c0bb4
Merge remote-tracking branch 'upstream/v4.0-release' into Restriction…
j-d-b Dec 9, 2021
93bd823
Merge in latest from usdot-jpo-ode/wzdx to prepare PR
j-d-b Dec 9, 2021
0c08b52
Fix bridge height restriction example paragraph
j-d-b Dec 9, 2021
8ce9ebc
Extract RoadEventCoreDetails JSON schema
j-d-b Dec 9, 2021
fd87e79
Extract Restriction JSON schema
j-d-b Dec 9, 2021
491fd9d
Extract Lane JSON schema
j-d-b Dec 9, 2021
63cd6f3
Fix RoadRestrictionFeed schema typo
j-d-b Dec 9, 2021
6ee0f4b
Combine schemas to finalize RoadRestrictionFeed schema
j-d-b Dec 9, 2021
f9b4c81
Add description of restriction event type
j-d-b Dec 9, 2021
3277c9a
Add RoadRestrictionFeed to project README
j-d-b Dec 9, 2021
7f06113
Add mention to RoadRestriction feed in examples README
j-d-b Dec 9, 2021
fa7f543
Add references to RoadRestrictionFeed in READMEs
j-d-b Dec 9, 2021
623acf7
Update list of data feeds table
j-d-b Dec 9, 2021
6bb47e2
Merge remote-tracking branch 'upstream/field-devices' into Restrictio…
j-d-b Dec 9, 2021
59275ca
Merge remote-tracking branch 'upstream/v4.0-release' into Restriction…
j-d-b Dec 10, 2021
4420462
Update project README for consistency
j-d-b Dec 10, 2021
ada0c8f
Fix WZDxFeed schema file
j-d-b Dec 10, 2021
407c123
Fix RoadEventFeature schema
j-d-b Dec 10, 2021
379fd93
Update all schema IDs for demonstration
j-d-b Dec 10, 2021
c282663
Re-add missing LocationMethod definition to schema
j-d-b Dec 10, 2021
34cbb37
Fix RoadEventFeature schema
j-d-b Dec 11, 2021
138c035
Finalize fix of RoadEventFeature schema
j-d-b Dec 11, 2021
b97a7db
UFix name of feed info in bridge height restriction example
j-d-b Dec 11, 2021
404b72b
Remove whitespace from WZDxFeed
j-d-b Dec 11, 2021
75c9f48
Add demonstration to RoadRestrictionFeed schema
j-d-b Dec 11, 2021
c69f596
Change bridge height restriction example to use spaces for indentation
j-d-b Dec 11, 2021
54acdba
Add restriction to EventType schema
j-d-b Dec 11, 2021
a2581e4
Revert schema to match current v4.0-release RoadEventFeature
j-d-b Dec 11, 2021
616b038
Add missing LocationMethod
j-d-b Dec 11, 2021
e71cfaf
Fix RoadRestrictionFeed schema
j-d-b Dec 11, 2021
70c319d
Add SwzDeviceFeed to FeedInfo 'Used By'
j-d-b Dec 11, 2021
bd365c7
Remove abbreviation
j-d-b Dec 11, 2021
89bdc94
Fix typos
mark-mockett Dec 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ Two additional directories, [`images`](/images) and [`documents`](/documents), c
- [RoadEventFeedInfo](/spec-content/objects/RoadEventFeedInfo.md)
- [RoadEventDataSource](/spec-content/objects/RoadEventDataSource.md)
- [RoadEventFeature](/spec-content/objects/RoadEventFeature.md)
- [RoadEvent](/spec-content/objects/RoadEvent.md)
- [RoadEventCoreDetails](/spec-content/objects/RoadEventCoreDetails.md)
- [WorkZoneRoadEvent](/spec-content/objects/WorkZoneRoadEvent.md)
- [DetourRoadEvent](/spec-content/objects/DetourRoadEvent.md)
- [RestrictionRoadEvent](/spec-content/objects/RestrictionRoadEvent.md)
- [TypeOfWork](/spec-content/objects/TypeOfWork.md)
- [Lane](/spec-content/objects/Lane.md)
- [Restriction](/spec-content/objects/Restriction.md)
Expand Down
3 changes: 2 additions & 1 deletion create-feed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ The tables below detail the specificaton's content and describe the data used to

### WZDx Work Zone (Road Event) Information

- The [RoadEvent](/spec-content/objects/RoadEvent.md) object describes a work zone event.
- The [WorkZoneRoadEvent](/spec-content/objects/WorkZoneRoadEvent.md) object describes a work zone event.
- The [DetourRoadEvent](/spec-content/objects/DetourRoadEvent.md) object describes a work zone event.
- The [TypeOfWork](/spec-content/objects/TypeOfWork.md) object describes the work taking place along the road. If applicable, it indicates if the work changes the roadway's architecture.
- The [Restriction](/spec-content/objects/Restriction.md) object describes a restriction on a roadway or lane.
- The [Lane](/spec-content/objects/Lane.md) object identifies and describes individual lanes within an event.
Expand Down
Loading