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

Recommend UUIDs for identifiers and add "name" to RoadEventCoreDetails #278

Merged
merged 5 commits into from
Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "FeatureCollection",
"features": [
{
"id": "Bridge1",
"id": "bc5cbd59-b70d-4820-a0b1-104acfc0650b",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -31,7 +31,8 @@
"Hutchinson Parkway",
"Hutchinson River Parkway"
],
"direction": "northbound"
"direction": "northbound",
"name": "Bridge1"
},
"restrictions": [
{
Expand Down Expand Up @@ -122,7 +123,7 @@
}
},
{
"id": "Bridge2",
"id": "11d150f3-e08e-43e9-95d8-e185cb62c93f",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -133,7 +134,8 @@
"Hutchinson Parkway",
"Hutchinson River Parkway"
],
"direction": "southbound"
"direction": "southbound",
"name": "Bridge2"
},
"restrictions": [
{
Expand Down Expand Up @@ -166,7 +168,7 @@
}
},
{
"id": "Bridge3",
"id": "e959948a-fe0b-11ec-b939-0242ac120002",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -177,7 +179,8 @@
"Hutchinson Parkway",
"Hutchinson River Parkway"
],
"direction": "southbound"
"direction": "southbound",
"name": "Bridge3"
},
"restrictions": [
{
Expand Down Expand Up @@ -246,4 +249,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "FeatureCollection",
"features": [
{
"id": "WZ389-NB",
"id": "de3de57b-33fb-40e5-a6f2-a17828f82fb9",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -31,6 +31,7 @@
"Beaver Avenue"
],
"direction": "northbound",
"name": "WZ389-NB",
"description": "Bidirectional work zone, northbound direction with road event-level local access only restriction.",
"creation_date": "2010-01-01T01:01:01Z",
"update_date": "2010-01-01T01:03:01Z"
Expand Down Expand Up @@ -83,7 +84,7 @@
}
},
{
"id": "WZ389-SB",
"id": "defbbd71-3f7e-4ddb-99de-86a48532ae57",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -93,6 +94,7 @@
"Beaver Avenue"
],
"direction": "southbound",
"name": "WZ389-SB",
"description": "Bidirectional work zone, southbound direction with lane-level local access only restriction.",
"creation_date": "2010-01-01T01:01:01Z",
"update_date": "2010-01-01T01:03:01Z"
Expand Down
30 changes: 17 additions & 13 deletions examples/WZDxFeed/scenario1_simple_linestring_example.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "FeatureCollection",
"features": [
{
"id": "71234",
"id": "af2e3f51-611f-4ce0-9282-2f28ca68e62f",
"type": "Feature",
"properties": {
"core_details": {
Expand Down Expand Up @@ -88,7 +88,7 @@
}
},
{
"id": "WDM-58493-NB",
"id": "edf2162b-1f5d-4ddd-a731-78fb81a22e6a",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -98,6 +98,7 @@
"128th Street"
],
"direction": "northbound",
"name": "WDM-58493-NB",
"description": "Single direction work zone with detailed lane-level information. Also includes additional details in vehicle impact",
"creation_date": "2009-12-13T13:35:26Z",
"update_date": "2009-12-31T15:11:16Z"
Expand Down Expand Up @@ -400,27 +401,28 @@
}
},
{
"id": "65773-1",
"id": "6f57aded-7291-462e-9892-607b2b7d116c",
"type": "Feature",
"properties": {
"core_details": {
"data_source_id": "2",
"event_type": "work-zone",
"relationship": {
"parents": [
"65773"
"Project 65773"
],
"first": [
"65773-1"
"6f57aded-7291-462e-9892-607b2b7d116c"
],
"next": [
"65773-2"
"8bfb0ce0-98cd-4e92-924d-f0a9d3a4ba8f"
]
},
"road_names": [
"I-235"
],
"direction": "westbound",
"name": "Project 65773 Event 1",
"description": "Single-direction work zone represented by three sequential road events; first event.",
"creation_date": "2009-12-31T11:56:26Z",
"update_date": "2009-12-31T11:56:26Z"
Expand Down Expand Up @@ -506,27 +508,28 @@
}
},
{
"id": "65773-2",
"id": "8bfb0ce0-98cd-4e92-924d-f0a9d3a4ba8f",
"type": "Feature",
"properties": {
"core_details": {
"data_source_id": "2",
"event_type": "work-zone",
"relationship": {
"parents": [
"65773"
"Project 65773"
],
"first": [
"65773-1"
"6f57aded-7291-462e-9892-607b2b7d116c"
],
"next": [
"65773-3"
"e6c2abad-04e2-41fd-bd66-4cc41e4bb6e7"
]
},
"road_names": [
"I-235"
],
"direction": "westbound",
"name": "Project 65773 Event 2",
"description": "Single-direction work zone represented by three sequential road events; second event.",
"creation_date": "2009-12-31T11:56:26Z",
"update_date": "2009-12-31T11:56:26Z"
Expand Down Expand Up @@ -631,24 +634,25 @@
}
},
{
"id": "65773-3",
"id": "e6c2abad-04e2-41fd-bd66-4cc41e4bb6e7",
"type": "Feature",
"properties": {
"core_details": {
"data_source_id": "2",
"event_type": "work-zone",
"relationship": {
"parents": [
"65773"
"Project 65773"
],
"first": [
"65773-1"
"6f57aded-7291-462e-9892-607b2b7d116c"
]
},
"road_names": [
"I-235"
],
"direction": "westbound",
"name": "Project 65773 Event 3",
"description": "Single-direction work zone represented by three sequential road events; third event.",
"creation_date": "2009-12-31T11:56:26Z",
"update_date": "2009-12-31T11:56:26Z"
Expand Down
30 changes: 17 additions & 13 deletions examples/WZDxFeed/scenario1_simple_multipoint_example.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"type": "FeatureCollection",
"features": [
{
"id": "71234",
"id": "af2e3f51-611f-4ce0-9282-2f28ca68e62f",
"type": "Feature",
"properties": {
"core_details": {
Expand Down Expand Up @@ -72,7 +72,7 @@
}
},
{
"id": "WDM-58493-NB",
"id": "edf2162b-1f5d-4ddd-a731-78fb81a22e6a",
"type": "Feature",
"properties": {
"core_details": {
Expand All @@ -82,6 +82,7 @@
"128th Street"
],
"direction": "northbound",
"name": "WDM-58493-NB",
"description": "Single direction work zone with detailed lane-level information. Also includes additional details in vehicle impact",
"creation_date": "2009-12-13T13:35:26Z",
"update_date": "2009-12-31T15:11:16Z"
Expand Down Expand Up @@ -132,27 +133,28 @@
}
},
{
"id": "65773-1",
"id": "6f57aded-7291-462e-9892-607b2b7d116c",
"type": "Feature",
"properties": {
"core_details": {
"data_source_id": "2",
"event_type": "work-zone",
"relationship": {
"parents": [
"65773"
"Project 65773"
],
"first": [
"65773-1"
"6f57aded-7291-462e-9892-607b2b7d116c"
],
"next": [
"65773-2"
"8bfb0ce0-98cd-4e92-924d-f0a9d3a4ba8f"
]
},
"road_names": [
"I-235"
],
"direction": "westbound",
"name": "Project 65773 Event 1",
"description": "Single-direction work zone represented by three sequential road events; first event.",
"creation_date": "2009-12-31T11:56:26Z",
"update_date": "2009-12-31T11:56:26Z"
Expand Down Expand Up @@ -230,27 +232,28 @@
}
},
{
"id": "65773-2",
"id": "8bfb0ce0-98cd-4e92-924d-f0a9d3a4ba8f",
"type": "Feature",
"properties": {
"core_details": {
"data_source_id": "2",
"event_type": "work-zone",
"relationship": {
"parents": [
"65773"
"Project 65773"
],
"first": [
"65773-1"
"6f57aded-7291-462e-9892-607b2b7d116c"
],
"next": [
"65773-3"
"e6c2abad-04e2-41fd-bd66-4cc41e4bb6e7"
]
},
"road_names": [
"I-235"
],
"direction": "westbound",
"name": "Project 65773 Event 2",
"description": "Single-direction work zone represented by three sequential road events; second event.",
"creation_date": "2009-12-31T11:56:26Z",
"update_date": "2009-12-31T11:56:26Z"
Expand Down Expand Up @@ -331,24 +334,25 @@
}
},
{
"id": "65773-3",
"id": "e6c2abad-04e2-41fd-bd66-4cc41e4bb6e7",
"type": "Feature",
"properties": {
"core_details": {
"data_source_id": "2",
"event_type": "work-zone",
"relationship": {
"parents": [
"65773"
"Project 65773"
],
"first": [
"65773-1"
"6f57aded-7291-462e-9892-607b2b7d116c"
]
},
"road_names": [
"I-235"
],
"direction": "westbound",
"name": "Project 65773 Event 3",
"description": "Single-direction work zone represented by three sequential road events; third event.",
"creation_date": "2009-12-31T11:56:26Z",
"update_date": "2009-12-31T11:56:26Z"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "FeatureCollection",
"features": [
{
"id": "7733",
"id": "85912735-7a36-45f5-b644-41b0203ae400",
"type": "Feature",
"properties": {
"core_details": {
Expand Down
Loading