Add traffic lane GPS weighting toolkit

This commit is contained in:
2026-06-19 20:16:09 -05:00
parent 247fd73107
commit 85d1e326ee
8 changed files with 480 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"Data": {
"RootChunk": {
"data": {
"lanes": [
{
"flags": 16400,
"maxSpeed": 55,
"length": 240.0,
"laneNumber": 1,
"playerGPSInfo": {
"subGraphId": 1,
"stronglyConnectedComponentId": 2
}
},
{
"flags": 16,
"maxSpeed": 25,
"length": 80.0,
"laneNumber": 2,
"playerGPSInfo": {
"subGraphId": 1,
"stronglyConnectedComponentId": 2
}
},
{
"flags": 24,
"maxSpeed": 10,
"length": 25.0,
"laneNumber": 3,
"playerGPSInfo": {
"subGraphId": 1,
"stronglyConnectedComponentId": 2
}
}
]
}
}
}
}