The title of the traffic situation
"overtaking_18"
A description of the traffic situation
"Crossing situation with 3 target vessels in the Oslofjord"
-
Starting time of the situation in ISO 8601
format YYYY-MM-DDThh:mm:ssZ
"2024-04-04T15:28:16.125239"
-
Own Ship data
{
+
Starting time of the situation in ISO 8601
format YYYY-MM-DDThh:mm:ssZ
"2024-04-25T15:24:53.443647"
+
Own Ship data
Static ship information which does not change during a scenario.
{
+ "height": 15.0,
+ "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
+ "imo": 1000001,
+ "length": 230.0,
+ "mmsi": 123456789,
+ "name": "RMS Titanic",
+ "shipType": "Fishing",
+ "speedMax": 20.0,
+ "width": 30.0
+}
+
Unique Identifier
"3455074c-ddcf-4a1e-aef0-03001b2331e3"
+
Length of the ship in meters
Value must be strictly greater than 0.0
230.0
+
Width of the ship in meters
Value must be strictly greater than 0.0
30.0
+
Height of the ship in meters
Value must be strictly greater than 0.0
15.0
+
Maximum speed of the ship in knots
Value must be strictly greater than 0.0
15.0
+
Maritime Mobile Service Identity (MMSI)
Value must be greater or equal to 100000000
and lesser or equal to 999999999
123456789
+
IMO Number
Value must be greater or equal to 1000000
and lesser or equal to 9999999
1234567
+
Ship name
"RMS Titanic"
+
General ship type, based on AIS
Additional Properties of any type are allowed.
Type: objectInitial longitude and latitude of the ship.
{
+ "latitude": 57.2343,
+ "longitude": 10.3432
+}
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectInitial ship speed over ground in knots
Value must be greater or equal to 0.0
10.0
+
Initial ship course over ground in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.0
+
Initial ship heading in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.2
+
{
+ "cog": 284.2,
+ "heading": 283.1,
+ "navStatus": "Under way using engine",
+ "position": {
+ "latitude": 57.2343,
+ "longitude": 10.3432
+ },
+ "sog": 12.3
+}
+
An array of Waypoint
objects. Each waypoint object must have a position
property.
If no turn radius is provided, it will be assumed to be 0
.
Additional data can be added to each waypoint leg. This allows varying parameters on a per-leg basis, such as speed and heading, or navigational status
A geographical coordinate
{
+ "latitude": 51.2123,
+ "longitude": 11.2313
+}
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectOrthodrome turn radius as defined in RTZ format
200
+
A Data
object that includes speed
, course
, and heading
data points
Each additional property must conform to the following schema
Type: objectThe 'data' field can include additional properties. All additional properties should be DataPoint objects.
{
+ "data": {
+ "heading": {
+ "interpMethod": "linear",
+ "mAfterLegChange": 100.0,
+ "mBeforeLegChange": 100.0,
+ "value": 12.3
+ },
+ "sog": {
+ "interpMethod": "linear",
+ "mAfterLegChange": 100.0,
+ "mBeforeLegChange": 100.0,
+ "value": 12.3
+ }
+ },
+ "position": {
+ "latitude": 57.2343,
+ "longitude": 10.3432
+ },
+ "turnRadius": 500.0
+}
+
Static ship information which does not change during a scenario.
{
+ "height": 15.0,
+ "id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
+ "imo": 1000001,
+ "length": 230.0,
+ "mmsi": 123456789,
+ "name": "RMS Titanic",
+ "shipType": "Fishing",
+ "speedMax": 20.0,
+ "width": 30.0
+}
+
Unique Identifier
"3455074c-ddcf-4a1e-aef0-03001b2331e3"
+
Length of the ship in meters
Value must be strictly greater than 0.0
230.0
+
Width of the ship in meters
Value must be strictly greater than 0.0
30.0
+
Height of the ship in meters
Value must be strictly greater than 0.0
15.0
+
Maximum speed of the ship in knots
Value must be strictly greater than 0.0
15.0
+
Maritime Mobile Service Identity (MMSI)
Value must be greater or equal to 100000000
and lesser or equal to 999999999
123456789
+
IMO Number
Value must be greater or equal to 1000000
and lesser or equal to 9999999
1234567
+
Ship name
"RMS Titanic"
+
General ship type, based on AIS
Additional Properties of any type are allowed.
Type: objectInitial longitude and latitude of the ship.
{
+ "latitude": 57.2343,
+ "longitude": 10.3432
+}
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectInitial ship speed over ground in knots
Value must be greater or equal to 0.0
10.0
+
Initial ship course over ground in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.0
+
Initial ship heading in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.2
+
{
+ "cog": 284.2,
+ "heading": 283.1,
+ "navStatus": "Under way using engine",
+ "position": {
+ "latitude": 57.2343,
+ "longitude": 10.3432
+ },
+ "sog": 12.3
+}
+
An array of Waypoint
objects. Each waypoint object must have a position
property.
If no turn radius is provided, it will be assumed to be 0
.
Additional data can be added to each waypoint leg. This allows varying parameters on a per-leg basis, such as speed and heading, or navigational status
A geographical coordinate
{
+ "latitude": 51.2123,
+ "longitude": 11.2313
+}
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectOrthodrome turn radius as defined in RTZ format
200
+
A Data
object that includes speed
, course
, and heading
data points
Each additional property must conform to the following schema
Type: objectThe 'data' field can include additional properties. All additional properties should be DataPoint objects.
{
+ "data": {
+ "heading": {
+ "interpMethod": "linear",
+ "mAfterLegChange": 100.0,
+ "mBeforeLegChange": 100.0,
+ "value": 12.3
+ },
+ "sog": {
+ "interpMethod": "linear",
+ "mAfterLegChange": 100.0,
+ "mBeforeLegChange": 100.0,
+ "value": 12.3
+ }
+ },
+ "position": {
+ "latitude": 57.2343,
+ "longitude": 10.3432
+ },
+ "turnRadius": 500.0
+}
+
{
"initial": {
"cog": 284.2,
"heading": 283.1,
@@ -47,7 +179,7 @@
}
]
}
-
Static ship information which does not change during a scenario.
{
+
Target Ship data
No Additional ItemsStatic ship information which does not change during a scenario.
{
"height": 15.0,
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"imo": 1000001,
@@ -58,24 +190,24 @@
"speedMax": 20.0,
"width": 30.0
}
-
Unique Identifier
"c8067411-76fe-421d-a60e-07b30948fdd3"
-
Length of the ship in meters
Value must be strictly greater than 0.0
230.0
-
Width of the ship in meters
Value must be strictly greater than 0.0
30.0
-
Height of the ship in meters
Value must be strictly greater than 0.0
15.0
-
Maximum speed of the ship in knots
Value must be strictly greater than 0.0
15.0
-
Maritime Mobile Service Identity (MMSI)
Value must be greater or equal to 100000000
and lesser or equal to 999999999
123456789
-
IMO Number
Value must be greater or equal to 1000000
and lesser or equal to 9999999
1234567
-
Ship name
"RMS Titanic"
-
General ship type, based on AIS
Additional Properties of any type are allowed.
Type: objectInitial longitude and latitude of the ship.
{
+
Unique Identifier
"3455074c-ddcf-4a1e-aef0-03001b2331e3"
+
Length of the ship in meters
Value must be strictly greater than 0.0
230.0
+
Width of the ship in meters
Value must be strictly greater than 0.0
30.0
+
Height of the ship in meters
Value must be strictly greater than 0.0
15.0
+
Maximum speed of the ship in knots
Value must be strictly greater than 0.0
15.0
+
Maritime Mobile Service Identity (MMSI)
Value must be greater or equal to 100000000
and lesser or equal to 999999999
123456789
+
IMO Number
Value must be greater or equal to 1000000
and lesser or equal to 9999999
1234567
+
Ship name
"RMS Titanic"
+
General ship type, based on AIS
Additional Properties of any type are allowed.
Type: objectInitial longitude and latitude of the ship.
{
"latitude": 57.2343,
"longitude": 10.3432
}
-
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
-
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
-
Additional Properties of any type are allowed.
Type: objectInitial ship speed over ground in knots
Value must be greater or equal to 0.0
10.0
-
Initial ship course over ground in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.0
-
Initial ship heading in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.2
-
{
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectInitial ship speed over ground in knots
Value must be greater or equal to 0.0
10.0
+
Initial ship course over ground in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.0
+
Initial ship heading in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.2
+
{
"cog": 284.2,
"heading": 283.1,
"navStatus": "Under way using engine",
@@ -85,14 +217,14 @@
},
"sog": 12.3
}
-
An array of Waypoint
objects. Each waypoint object must have a position
property.
If no turn radius is provided, it will be assumed to be 0
.
Additional data can be added to each waypoint leg. This allows varying parameters on a per-leg basis, such as speed and heading, or navigational status
A geographical coordinate
{
+
An array of Waypoint
objects. Each waypoint object must have a position
property.
If no turn radius is provided, it will be assumed to be 0
.
Additional data can be added to each waypoint leg. This allows varying parameters on a per-leg basis, such as speed and heading, or navigational status
A geographical coordinate
{
"latitude": 51.2123,
"longitude": 11.2313
}
-
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
-
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
-
Additional Properties of any type are allowed.
Type: objectOrthodrome turn radius as defined in RTZ format
200
-
A Data
object that includes speed
, course
, and heading
data points
Each additional property must conform to the following schema
Type: objectThe 'data' field can include additional properties. All additional properties should be DataPoint objects.
{
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectOrthodrome turn radius as defined in RTZ format
200
+
A Data
object that includes speed
, course
, and heading
data points
Each additional property must conform to the following schema
Type: objectThe 'data' field can include additional properties. All additional properties should be DataPoint objects.
{
"data": {
"heading": {
"interpMethod": "linear",
@@ -113,7 +245,7 @@
},
"turnRadius": 500.0
}
-
Target Ship data
No Additional ItemsStatic ship information which does not change during a scenario.
{
+
Static ship information which does not change during a scenario.
{
"height": 15.0,
"id": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"imo": 1000001,
@@ -124,24 +256,24 @@
"speedMax": 20.0,
"width": 30.0
}
-
Unique Identifier
"c8067411-76fe-421d-a60e-07b30948fdd3"
-
Length of the ship in meters
Value must be strictly greater than 0.0
230.0
-
Width of the ship in meters
Value must be strictly greater than 0.0
30.0
-
Height of the ship in meters
Value must be strictly greater than 0.0
15.0
-
Maximum speed of the ship in knots
Value must be strictly greater than 0.0
15.0
-
Maritime Mobile Service Identity (MMSI)
Value must be greater or equal to 100000000
and lesser or equal to 999999999
123456789
-
IMO Number
Value must be greater or equal to 1000000
and lesser or equal to 9999999
1234567
-
Ship name
"RMS Titanic"
-
General ship type, based on AIS
Additional Properties of any type are allowed.
Type: objectInitial longitude and latitude of the ship.
{
+
Unique Identifier
"3455074c-ddcf-4a1e-aef0-03001b2331e3"
+
Length of the ship in meters
Value must be strictly greater than 0.0
230.0
+
Width of the ship in meters
Value must be strictly greater than 0.0
30.0
+
Height of the ship in meters
Value must be strictly greater than 0.0
15.0
+
Maximum speed of the ship in knots
Value must be strictly greater than 0.0
15.0
+
Maritime Mobile Service Identity (MMSI)
Value must be greater or equal to 100000000
and lesser or equal to 999999999
123456789
+
IMO Number
Value must be greater or equal to 1000000
and lesser or equal to 9999999
1234567
+
Ship name
"RMS Titanic"
+
General ship type, based on AIS
Additional Properties of any type are allowed.
Type: objectInitial longitude and latitude of the ship.
{
"latitude": 57.2343,
"longitude": 10.3432
}
-
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
-
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
-
Additional Properties of any type are allowed.
Type: objectInitial ship speed over ground in knots
Value must be greater or equal to 0.0
10.0
-
Initial ship course over ground in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.0
-
Initial ship heading in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.2
-
{
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectInitial ship speed over ground in knots
Value must be greater or equal to 0.0
10.0
+
Initial ship course over ground in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.0
+
Initial ship heading in degrees
Value must be greater or equal to 0.0
and lesser or equal to 360.0
45.2
+
{
"cog": 284.2,
"heading": 283.1,
"navStatus": "Under way using engine",
@@ -151,14 +283,14 @@
},
"sog": 12.3
}
-
An array of Waypoint
objects. Each waypoint object must have a position
property.
If no turn radius is provided, it will be assumed to be 0
.
Additional data can be added to each waypoint leg. This allows varying parameters on a per-leg basis, such as speed and heading, or navigational status
A geographical coordinate
{
+
An array of Waypoint
objects. Each waypoint object must have a position
property.
If no turn radius is provided, it will be assumed to be 0
.
Additional data can be added to each waypoint leg. This allows varying parameters on a per-leg basis, such as speed and heading, or navigational status
A geographical coordinate
{
"latitude": 51.2123,
"longitude": 11.2313
}
-
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
-
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
-
Additional Properties of any type are allowed.
Type: objectOrthodrome turn radius as defined in RTZ format
200
-
A Data
object that includes speed
, course
, and heading
data points
Each additional property must conform to the following schema
Type: objectThe 'data' field can include additional properties. All additional properties should be DataPoint objects.
{
+
WGS-84 latitude
Value must be greater or equal to -90.0
and lesser or equal to 90.0
51.2131
+
WGS-84 longitude
Value must be greater or equal to -180.0
and lesser or equal to 180.0
11.2131
+
Additional Properties of any type are allowed.
Type: objectOrthodrome turn radius as defined in RTZ format
200
+
A Data
object that includes speed
, course
, and heading
data points
Each additional property must conform to the following schema
Type: objectThe 'data' field can include additional properties. All additional properties should be DataPoint objects.
{
"data": {
"heading": {
"interpMethod": "linear",
@@ -179,7 +311,7 @@
},
"turnRadius": 500.0
}
-
[
+
[
{
"initial": {
"cog": 284.2,
@@ -255,4 +387,4 @@
"windDirection": 180.0,
"windSpeed": 10.0
}
-
Additional Properties of any type are allowed.
Type: objectAdditional Properties of any type are allowed.
Type: object