-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtraffic_situation_02.json
More file actions
88 lines (88 loc) · 2.29 KB
/
Copy pathtraffic_situation_02.json
File metadata and controls
88 lines (88 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"version": "0.8.2",
"title": "CR-GW",
"description": "A crossing situation with one target ship. Own ship is give-way.",
"ownShip": {
"initial": {
"position": {
"lon": 10.490654,
"lat": 58.763449
},
"sog": 10.0,
"cog": 0.0,
"heading": 0.0,
"navStatus": "Under way using engine"
},
"waypoints": [
{
"position": {
"lon": 10.490654,
"lat": 58.763449
}
},
{
"position": {
"lon": 10.490654,
"lat": 58.8465724
}
}
],
"static": {
"id": 1,
"mmsi": 257847600,
"name": "BASTO VI",
"dimensions": {
"length": 122.0,
"width": 20.0,
"height": 8.0,
"a": 61.0,
"b": 61.0,
"c": 10.0,
"d": 10.0
},
"shipType": "Passenger"
}
},
"targetShips": [
{
"initial": {
"position": {
"lon": 10.52697741,
"lat": 58.81530237
},
"sog": 8.0,
"cog": 225.4,
"heading": 225.4,
"navStatus": "Under way using engine"
},
"waypoints": [
{
"position": {
"lon": 10.52697741,
"lat": 58.81530237
}
},
{
"position": {
"lon": 10.43617067,
"lat": 58.76878387
}
}
],
"static": {
"id": 2,
"name": "target_ship_1",
"dimensions": {
"length": 122.0,
"width": 20.0,
"height": 8.0,
"a": 61.0,
"b": 61.0,
"c": 10.0,
"d": 10.0
},
"shipType": "Passenger"
}
}
]
}