colregs 0.1.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/LICENSE +194 -26
  2. package/PROVENANCE.md +45 -12
  3. package/README.md +222 -23
  4. package/data/applicability.json +1252 -190
  5. package/data/deprecated-identifiers.json +7 -0
  6. package/data/facts.json +556 -113
  7. package/data/geometry.json +33 -33
  8. package/data/images.json +51 -25
  9. package/data/lights.json +35 -35
  10. package/data/rules.json +787 -3
  11. package/docs/adr/0001-name-and-jurisdiction-model.md +119 -1
  12. package/docs/adr/0003-language-as-a-dimension.md +220 -0
  13. package/docs/adr/0004-licence-layering.md +78 -0
  14. package/docs/adr/0005-rule-categories-and-the-situation-record.md +323 -0
  15. package/docs/adr/0006-json-schema-and-identifier-diff.md +95 -0
  16. package/docs/adr/0007-rule26-overrides-and-aground.md +68 -0
  17. package/docs/adr/0008-mooring-buoy-modifier.md +87 -0
  18. package/docs/budgets.json +162 -0
  19. package/docs/conventions.md +27 -0
  20. package/docs/gates.json +84 -0
  21. package/docs/identifiers.md +435 -0
  22. package/docs/part-b-invariants.md +922 -0
  23. package/docs/requirements.md +1251 -23
  24. package/docs/verification/2026-08-30-q6-q8.md +278 -0
  25. package/docs/verification/2026-09-05-rule27f-rule28-anchor-scenarios.md +330 -0
  26. package/fixtures/applicability-fixtures.json +361 -227
  27. package/fixtures/situation-fixtures.json +3673 -0
  28. package/package.json +16 -4
  29. package/schema/applicability-fixtures.schema.json +49 -0
  30. package/schema/applicability.schema.json +401 -0
  31. package/schema/deprecated-identifiers.schema.json +29 -0
  32. package/schema/facts.schema.json +793 -0
  33. package/schema/geometry.schema.json +239 -0
  34. package/schema/images.schema.json +53 -0
  35. package/schema/lights.schema.json +131 -0
  36. package/schema/rules.schema.json +50 -0
  37. package/schema/situation-fixtures.schema.json +325 -0
package/data/rules.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "source": "USCG Navigation Rules, amalgamated (International text only)",
3
3
  "source_url": "https://www.navcen.uscg.gov/navigation-rules-amalgamated",
4
- "retrieved": "2026-08-29",
5
- "note": "Verbatim text of COLREGS 72 Part C (Lights and Shapes) plus the Rule 3 definitions those paragraphs depend on. Paragraph path is the citation unit. Inland-only text is not included in this ruleset.",
4
+ "retrieved": "2026-09-04",
5
+ "note": "Verbatim International text of COLREGS 72 Parts A and B (Rules 1-19) and Part C (Lights and Shapes, Rules 20-31), plus the Rule 3 definitions those paragraphs depend on. Paragraph path is the citation unit. Inland-only text is not included in this ruleset.",
6
6
  "gaps": [
7
7
  {
8
8
  "path": "24(g)(i)",
@@ -10,6 +10,62 @@
10
10
  }
11
11
  ],
12
12
  "paragraphs": {
13
+ "1(a)": {
14
+ "path": "1(a)",
15
+ "rule": "1",
16
+ "rule_title": "Application",
17
+ "jurisdiction": "intl",
18
+ "text": "These Rules shall apply to all vessels upon the high seas and in all waters connected therewith navigable by seagoing vessels."
19
+ },
20
+ "1(b)": {
21
+ "path": "1(b)",
22
+ "rule": "1",
23
+ "rule_title": "Application",
24
+ "jurisdiction": "intl",
25
+ "text": "Nothing in these Rules shall interfere with the operation of special rules made by an appropriate authority for roadsteads, harbors, rivers, lakes, or inland waterways connected with the high seas and navigable by seagoing vessels. Such special rules shall conform as closely as possible to these Rules."
26
+ },
27
+ "1(c)": {
28
+ "path": "1(c)",
29
+ "rule": "1",
30
+ "rule_title": "Application",
31
+ "jurisdiction": "intl",
32
+ "text": "Nothing in these Rules shall interfere with the operation of any special rules made by the Government of any State with respect to special rules with respect to additional station and signal lights and shapes or whistle signals for ships of war and vessels proceeding under convoy, or with respect to additional station or signal lights or shapes for fishing vessels engaged in fishing as a fleet. These additional stations or signal lights, shapes or whistle signals shall, so far as possible, be such that they cannot be mistaken for any light, shape, or signal authorized elsewhere under these Rules."
33
+ },
34
+ "1(d)": {
35
+ "path": "1(d)",
36
+ "rule": "1",
37
+ "rule_title": "Application",
38
+ "jurisdiction": "intl",
39
+ "text": "Traffic separation schemes may be adopted by the Organization for the purposes of these Rules."
40
+ },
41
+ "1(e)": {
42
+ "path": "1(e)",
43
+ "rule": "1",
44
+ "rule_title": "Application",
45
+ "jurisdiction": "intl",
46
+ "text": "Whenever the Government concerned shall have determined that a vessel of special construction or purpose cannot comply fully with the provisions of any of these Rules with respect to number, position, range or arc of visibility of lights or shapes, as well as to the disposition and characteristics of sound-signaling appliances, such vessel shall comply with such other provisions in regard to number, position, range or arc of visibility of lights or shapes, as well as to the disposition and characteristics of sound-signaling appliances, as the Government shall have determined to be the closest possible compliance with these Rules in respect to that vessel."
47
+ },
48
+ "2(a)": {
49
+ "path": "2(a)",
50
+ "rule": "2",
51
+ "rule_title": "Responsibility",
52
+ "jurisdiction": "intl",
53
+ "text": "Nothing in these Rules shall exonerate any vessel, or the owner, master, or crew thereof, from the consequences of any neglect to comply with these Rules or of the neglect of any precaution which may be required by the ordinary practice of seamen, or by the special circumstances of the case."
54
+ },
55
+ "2(b)": {
56
+ "path": "2(b)",
57
+ "rule": "2",
58
+ "rule_title": "Responsibility",
59
+ "jurisdiction": "intl",
60
+ "text": "In construing and complying with these Rules due regard shall be had to all dangers of navigation and collision and to any special circumstances, including the limitations of the vessels involved, which may make a departure from these Rules necessary to avoid immediate danger."
61
+ },
62
+ "3(a)": {
63
+ "path": "3(a)",
64
+ "rule": "3",
65
+ "rule_title": "General Definitions",
66
+ "jurisdiction": "intl",
67
+ "text": "The word \"vessel\" includes every description of watercraft, including non-displacement craft, WIG craft, and seaplanes, used or capable of being used as a means of transportation on water."
68
+ },
13
69
  "3(b)": {
14
70
  "path": "3(b)",
15
71
  "rule": "3",
@@ -73,12 +129,740 @@
73
129
  "jurisdiction": "intl",
74
130
  "text": "The words \"length\" and \"breadth\" of a vessel mean her length overall and greatest breadth."
75
131
  },
132
+ "3(k)": {
133
+ "path": "3(k)",
134
+ "rule": "3",
135
+ "rule_title": "General Definitions",
136
+ "jurisdiction": "intl",
137
+ "text": "Vessels shall be deemed to be in sight of one another only when one can be observed visually from the other."
138
+ },
139
+ "3(l)": {
140
+ "path": "3(l)",
141
+ "rule": "3",
142
+ "rule_title": "General Definitions",
143
+ "jurisdiction": "intl",
144
+ "text": "The term “restricted visibility” means any condition in which visibility is restricted by fog, mist, falling snow, heavy rainstorms, sandstorms, or any other similar causes."
145
+ },
76
146
  "3(m)": {
77
147
  "path": "3(m)",
78
148
  "rule": "3",
79
149
  "rule_title": "General Definitions",
80
150
  "jurisdiction": "intl",
81
- "text": "The term \"Wing-In-Ground (WIG) craft\" means a multimodal craft which, in its main operational mode, flies in close proximity to the surface by utilizing surface-effect action."
151
+ "text": "The term Wing-In-Ground (WIG) craft means a multimodal craft which, in its main operational mode, flies in close proximity to the surface by utilizing surface-effect action."
152
+ },
153
+ "4": {
154
+ "path": "4",
155
+ "rule": "4",
156
+ "rule_title": "Application",
157
+ "jurisdiction": "intl",
158
+ "text": "Rules 4-10 apply in any condition of visibility."
159
+ },
160
+ "5": {
161
+ "path": "5",
162
+ "rule": "5",
163
+ "rule_title": "Lookout",
164
+ "jurisdiction": "intl",
165
+ "text": "Every vessel shall at all times maintain a proper look-out by sight and hearing as well as by all available means appropriate in the prevailing circumstances and conditions so as to make a full appraisal of the situation and of the risk of collision."
166
+ },
167
+ "6": {
168
+ "path": "6",
169
+ "rule": "6",
170
+ "rule_title": "Safe Speed",
171
+ "jurisdiction": "intl",
172
+ "text": "Every vessel shall at all times proceed at a safe speed so that she can take proper and effective action to avoid collision and be stopped within a distance appropriate to the prevailing circumstances and conditions. In determining a safe speed the following factors shall be among those taken into account:"
173
+ },
174
+ "6(a)": {
175
+ "path": "6(a)",
176
+ "rule": "6",
177
+ "rule_title": "Safe Speed",
178
+ "jurisdiction": "intl",
179
+ "text": "By all vessels:"
180
+ },
181
+ "6(a)(i)": {
182
+ "path": "6(a)(i)",
183
+ "rule": "6",
184
+ "rule_title": "Safe Speed",
185
+ "jurisdiction": "intl",
186
+ "text": "The state of visibility;"
187
+ },
188
+ "6(a)(ii)": {
189
+ "path": "6(a)(ii)",
190
+ "rule": "6",
191
+ "rule_title": "Safe Speed",
192
+ "jurisdiction": "intl",
193
+ "text": "The traffic density including concentrations of fishing vessels or any other vessels;"
194
+ },
195
+ "6(a)(iii)": {
196
+ "path": "6(a)(iii)",
197
+ "rule": "6",
198
+ "rule_title": "Safe Speed",
199
+ "jurisdiction": "intl",
200
+ "text": "The maneuverability of the vessel with special reference to stopping distance and turning ability in the prevailing conditions;"
201
+ },
202
+ "6(a)(iv)": {
203
+ "path": "6(a)(iv)",
204
+ "rule": "6",
205
+ "rule_title": "Safe Speed",
206
+ "jurisdiction": "intl",
207
+ "text": "At night, the presence of background light such as from shore lights or from back scatter from her own lights;"
208
+ },
209
+ "6(a)(v)": {
210
+ "path": "6(a)(v)",
211
+ "rule": "6",
212
+ "rule_title": "Safe Speed",
213
+ "jurisdiction": "intl",
214
+ "text": "The state of wind, sea and current, and the proximity of navigational hazards;"
215
+ },
216
+ "6(a)(vi)": {
217
+ "path": "6(a)(vi)",
218
+ "rule": "6",
219
+ "rule_title": "Safe Speed",
220
+ "jurisdiction": "intl",
221
+ "text": "The draft in relation to the available depth of water."
222
+ },
223
+ "6(b)": {
224
+ "path": "6(b)",
225
+ "rule": "6",
226
+ "rule_title": "Safe Speed",
227
+ "jurisdiction": "intl",
228
+ "text": "Additionally, by vessels with operational radar:"
229
+ },
230
+ "6(b)(i)": {
231
+ "path": "6(b)(i)",
232
+ "rule": "6",
233
+ "rule_title": "Safe Speed",
234
+ "jurisdiction": "intl",
235
+ "text": "The characteristics, efficiency and limitations of the radar equipment;"
236
+ },
237
+ "6(b)(ii)": {
238
+ "path": "6(b)(ii)",
239
+ "rule": "6",
240
+ "rule_title": "Safe Speed",
241
+ "jurisdiction": "intl",
242
+ "text": "Any constraints imposed by the radar range scale in use;"
243
+ },
244
+ "6(b)(iii)": {
245
+ "path": "6(b)(iii)",
246
+ "rule": "6",
247
+ "rule_title": "Safe Speed",
248
+ "jurisdiction": "intl",
249
+ "text": "The effect on radar detection of the sea state, weather and other sources of interference;"
250
+ },
251
+ "6(b)(iv)": {
252
+ "path": "6(b)(iv)",
253
+ "rule": "6",
254
+ "rule_title": "Safe Speed",
255
+ "jurisdiction": "intl",
256
+ "text": "The possibility that small vessels, ice and other floating objects may not be detected by radar at an adequate range;"
257
+ },
258
+ "6(b)(v)": {
259
+ "path": "6(b)(v)",
260
+ "rule": "6",
261
+ "rule_title": "Safe Speed",
262
+ "jurisdiction": "intl",
263
+ "text": "The number, location and movement of vessels detected by radar;"
264
+ },
265
+ "6(b)(vi)": {
266
+ "path": "6(b)(vi)",
267
+ "rule": "6",
268
+ "rule_title": "Safe Speed",
269
+ "jurisdiction": "intl",
270
+ "text": "The more exact assessment of the visibility that may be possible when radar is used to determine the range of vessels or other objects in the vicinity."
271
+ },
272
+ "7(a)": {
273
+ "path": "7(a)",
274
+ "rule": "7",
275
+ "rule_title": "Risk of Collision",
276
+ "jurisdiction": "intl",
277
+ "text": "Every vessel shall use all available means appropriate to the prevailing circumstances and conditions to determine if risk of collision exists. If there is any doubt such risk shall be deemed to exist."
278
+ },
279
+ "7(b)": {
280
+ "path": "7(b)",
281
+ "rule": "7",
282
+ "rule_title": "Risk of Collision",
283
+ "jurisdiction": "intl",
284
+ "text": "Proper use shall be made of radar equipment if fitted and operational, including long-range scanning to obtain early warning of risk of collision and radar plotting or equivalent systematic observation of detected objects."
285
+ },
286
+ "7(c)": {
287
+ "path": "7(c)",
288
+ "rule": "7",
289
+ "rule_title": "Risk of Collision",
290
+ "jurisdiction": "intl",
291
+ "text": "Assumptions shall not be made on the basis of scanty information, especially scanty radar information."
292
+ },
293
+ "7(d)": {
294
+ "path": "7(d)",
295
+ "rule": "7",
296
+ "rule_title": "Risk of Collision",
297
+ "jurisdiction": "intl",
298
+ "text": "In determining if risk of collision exists the following considerations shall be among those taken into account:"
299
+ },
300
+ "7(d)(i)": {
301
+ "path": "7(d)(i)",
302
+ "rule": "7",
303
+ "rule_title": "Risk of Collision",
304
+ "jurisdiction": "intl",
305
+ "text": "Such risk shall be deemed to exist if the compass bearing of an approaching vessel does not appreciably change."
306
+ },
307
+ "7(d)(ii)": {
308
+ "path": "7(d)(ii)",
309
+ "rule": "7",
310
+ "rule_title": "Risk of Collision",
311
+ "jurisdiction": "intl",
312
+ "text": "Such risk may sometimes exist even when an appreciable bearing change is evident, particularly when approaching a very large vessel or a tow or when approaching a vessel at close range."
313
+ },
314
+ "8(a)": {
315
+ "path": "8(a)",
316
+ "rule": "8",
317
+ "rule_title": "Action to Avoid Collision",
318
+ "jurisdiction": "intl",
319
+ "text": "Any action taken to avoid collision shall be taken in accordance with Rules 4-19, and shall if the circumstances of the case admit, be positive, made in ample time and with due regard to the observance of good seamanship."
320
+ },
321
+ "8(b)": {
322
+ "path": "8(b)",
323
+ "rule": "8",
324
+ "rule_title": "Action to Avoid Collision",
325
+ "jurisdiction": "intl",
326
+ "text": "Any alteration of course and/or speed to avoid collision shall, if the circumstances of the case admit, be large enough to be readily apparent to another vessel observing visually or by radar; a succession of small alterations of course and/or speed should be avoided."
327
+ },
328
+ "8(c)": {
329
+ "path": "8(c)",
330
+ "rule": "8",
331
+ "rule_title": "Action to Avoid Collision",
332
+ "jurisdiction": "intl",
333
+ "text": "If there is sufficient sea room, alteration of course alone may be the most effective action to avoid a close-quarters situation provided that it is made in good time, is substantial and does not result in another close-quarters situation."
334
+ },
335
+ "8(d)": {
336
+ "path": "8(d)",
337
+ "rule": "8",
338
+ "rule_title": "Action to Avoid Collision",
339
+ "jurisdiction": "intl",
340
+ "text": "Action taken to avoid collision with another vessel shall be such as to result in passing at a safe distance. The effectiveness of the action shall be carefully checked until the other vessel is finally past and clear."
341
+ },
342
+ "8(e)": {
343
+ "path": "8(e)",
344
+ "rule": "8",
345
+ "rule_title": "Action to Avoid Collision",
346
+ "jurisdiction": "intl",
347
+ "text": "If necessary to avoid collision or allow more time to assess the situation, a vessel shall slacken her speed or take all way off by stopping or reversing her means of propulsion."
348
+ },
349
+ "8(f)(i)": {
350
+ "path": "8(f)(i)",
351
+ "rule": "8",
352
+ "rule_title": "Action to Avoid Collision",
353
+ "jurisdiction": "intl",
354
+ "text": "A vessel which, by any of these Rules, is required not to impede the passage or safe passage of another vessel shall, when required by the circumstances of the case, take early action to allow sufficient sea room for the safe passage of the other vessel."
355
+ },
356
+ "8(f)(ii)": {
357
+ "path": "8(f)(ii)",
358
+ "rule": "8",
359
+ "rule_title": "Action to Avoid Collision",
360
+ "jurisdiction": "intl",
361
+ "text": "A vessel required not to impede the passage or safe passage of another vessel is not relieved of this obligation if approaching the other vessel so as to involve risk of collision and shall, when taking action, have full regard to the action which may be required by Rules 4-19."
362
+ },
363
+ "8(f)(iii)": {
364
+ "path": "8(f)(iii)",
365
+ "rule": "8",
366
+ "rule_title": "Action to Avoid Collision",
367
+ "jurisdiction": "intl",
368
+ "text": "A vessel, the passage of which is not to be impeded remains fully obliged to comply with Rules 4-19 when the two vessels are approaching one another so as to involve risk of collision."
369
+ },
370
+ "9(a)": {
371
+ "path": "9(a)",
372
+ "rule": "9",
373
+ "rule_title": "Narrow Channels",
374
+ "jurisdiction": "intl",
375
+ "text": "A vessel proceeding along the course of a narrow channel or fairway shall keep as near to the outer limit of the channel or fairway which lies on her starboard side as is safe and practicable."
376
+ },
377
+ "9(b)": {
378
+ "path": "9(b)",
379
+ "rule": "9",
380
+ "rule_title": "Narrow Channels",
381
+ "jurisdiction": "intl",
382
+ "text": "A vessel of less than 20 meters in length or a sailing vessel shall not impede the passage of a vessel which can safely navigate only within a narrow channel or fairway."
383
+ },
384
+ "9(c)": {
385
+ "path": "9(c)",
386
+ "rule": "9",
387
+ "rule_title": "Narrow Channels",
388
+ "jurisdiction": "intl",
389
+ "text": "A vessel engaged in fishing shall not impede the passage of any other vessel navigating within a narrow channel or fairway."
390
+ },
391
+ "9(d)": {
392
+ "path": "9(d)",
393
+ "rule": "9",
394
+ "rule_title": "Narrow Channels",
395
+ "jurisdiction": "intl",
396
+ "text": "A vessel shall not cross a narrow channel or fairway if such crossing impedes the passage of a vessel which can safely navigate only within that channel or fairway. The latter vessel may use the signal prescribed in Rule 34(d) if in doubt as to the intention of the crossing vessel."
397
+ },
398
+ "9(e)(i)": {
399
+ "path": "9(e)(i)",
400
+ "rule": "9",
401
+ "rule_title": "Narrow Channels",
402
+ "jurisdiction": "intl",
403
+ "text": "In a narrow channel or fairway when overtaking can take place only if the vessel to be overtaken has to take action to permit safe passing, the vessel intending to overtake shall indicate her intention by sounding the appropriate signal prescribed in Rule 34(c)(i). The vessel to be overtaken shall, if in agreement, sound the appropriate signal prescribed in Rule 34(c)(ii) and take steps to permit safe passing. If in doubt she may sound the signals prescribed in Rule 34(d)."
404
+ },
405
+ "9(e)(ii)": {
406
+ "path": "9(e)(ii)",
407
+ "rule": "9",
408
+ "rule_title": "Narrow Channels",
409
+ "jurisdiction": "intl",
410
+ "text": "This rule does not relieve the overtaking vessel of her obligation under Rule 13."
411
+ },
412
+ "9(f)": {
413
+ "path": "9(f)",
414
+ "rule": "9",
415
+ "rule_title": "Narrow Channels",
416
+ "jurisdiction": "intl",
417
+ "text": "A vessel nearing a bend or an area of a narrow channel or fairway where other vessels may be obscured by an intervening obstruction shall navigate with particular alertness and caution and shall sound the appropriate signal prescribed in Rule 34(e)."
418
+ },
419
+ "9(g)": {
420
+ "path": "9(g)",
421
+ "rule": "9",
422
+ "rule_title": "Narrow Channels",
423
+ "jurisdiction": "intl",
424
+ "text": "Any vessel shall, if the circumstances of the case admit, avoid anchoring in a narrow channel."
425
+ },
426
+ "10(a)": {
427
+ "path": "10(a)",
428
+ "rule": "10",
429
+ "rule_title": "Traffic Separation Schemes",
430
+ "jurisdiction": "intl",
431
+ "text": "This Rule applies to traffic separation schemes adopted by the Organization and does not relieve any vessel of her obligation under any other rule."
432
+ },
433
+ "10(b)": {
434
+ "path": "10(b)",
435
+ "rule": "10",
436
+ "rule_title": "Traffic Separation Schemes",
437
+ "jurisdiction": "intl",
438
+ "text": "A vessel using a traffic separation scheme shall:"
439
+ },
440
+ "10(b)(i)": {
441
+ "path": "10(b)(i)",
442
+ "rule": "10",
443
+ "rule_title": "Traffic Separation Schemes",
444
+ "jurisdiction": "intl",
445
+ "text": "Proceed in the appropriate traffic lane in the general direction of traffic flow for that lane."
446
+ },
447
+ "10(b)(ii)": {
448
+ "path": "10(b)(ii)",
449
+ "rule": "10",
450
+ "rule_title": "Traffic Separation Schemes",
451
+ "jurisdiction": "intl",
452
+ "text": "So far as is practicable keep clear of a traffic separation line or separation zone."
453
+ },
454
+ "10(b)(iii)": {
455
+ "path": "10(b)(iii)",
456
+ "rule": "10",
457
+ "rule_title": "Traffic Separation Schemes",
458
+ "jurisdiction": "intl",
459
+ "text": "Normally join or leave a traffic lane at the termination of the lane, but when joining or leaving from either side shall do so at as small an angle to the general direction of traffic flow as practicable."
460
+ },
461
+ "10(c)": {
462
+ "path": "10(c)",
463
+ "rule": "10",
464
+ "rule_title": "Traffic Separation Schemes",
465
+ "jurisdiction": "intl",
466
+ "text": "A vessel, shall so far as practicable, avoid crossing traffic lanes but if obliged to do so shall cross on a heading as nearly as practicable at right angles to the general direction of traffic flow."
467
+ },
468
+ "10(d)(i)": {
469
+ "path": "10(d)(i)",
470
+ "rule": "10",
471
+ "rule_title": "Traffic Separation Schemes",
472
+ "jurisdiction": "intl",
473
+ "text": "A vessel shall not use an inshore traffic zone when she can safely use the appropriate traffic lane within the adjacent traffic separation scheme. However, vessels of less than 20 meters in length, sailing vessels and vessels engaged in fishing may use the inshore traffic zone."
474
+ },
475
+ "10(d)(ii)": {
476
+ "path": "10(d)(ii)",
477
+ "rule": "10",
478
+ "rule_title": "Traffic Separation Schemes",
479
+ "jurisdiction": "intl",
480
+ "text": "Notwithstanding Rule 10(d)(i), a vessel may use an inshore traffic zone when en route to or from a port, offshore installation or structure, pilot station or any other place situated within the inshore traffic zone, or to avoid immediate danger."
481
+ },
482
+ "10(e)": {
483
+ "path": "10(e)",
484
+ "rule": "10",
485
+ "rule_title": "Traffic Separation Schemes",
486
+ "jurisdiction": "intl",
487
+ "text": "A vessel, other than a crossing vessel or a vessel joining or leaving a lane shall not normally enter a separation zone or cross a separation line except:"
488
+ },
489
+ "10(e)(i)": {
490
+ "path": "10(e)(i)",
491
+ "rule": "10",
492
+ "rule_title": "Traffic Separation Schemes",
493
+ "jurisdiction": "intl",
494
+ "text": "In cases of emergency to avoid immediate danger;"
495
+ },
496
+ "10(e)(ii)": {
497
+ "path": "10(e)(ii)",
498
+ "rule": "10",
499
+ "rule_title": "Traffic Separation Schemes",
500
+ "jurisdiction": "intl",
501
+ "text": "To engage in fishing within a separation zone."
502
+ },
503
+ "10(f)": {
504
+ "path": "10(f)",
505
+ "rule": "10",
506
+ "rule_title": "Traffic Separation Schemes",
507
+ "jurisdiction": "intl",
508
+ "text": "A vessel navigating in areas near the terminations of traffic separation schemes shall do so with particular caution."
509
+ },
510
+ "10(g)": {
511
+ "path": "10(g)",
512
+ "rule": "10",
513
+ "rule_title": "Traffic Separation Schemes",
514
+ "jurisdiction": "intl",
515
+ "text": "A vessel shall so far as practicable avoid anchoring in a traffic separation scheme or in areas near its terminations."
516
+ },
517
+ "10(h)": {
518
+ "path": "10(h)",
519
+ "rule": "10",
520
+ "rule_title": "Traffic Separation Schemes",
521
+ "jurisdiction": "intl",
522
+ "text": "A vessel not using a traffic separating scheme shall avoid it by as wide a margin as is practicable."
523
+ },
524
+ "10(i)": {
525
+ "path": "10(i)",
526
+ "rule": "10",
527
+ "rule_title": "Traffic Separation Schemes",
528
+ "jurisdiction": "intl",
529
+ "text": "A vessel engaged in fishing shall not impede the passage of any vessel following a traffic lane."
530
+ },
531
+ "10(j)": {
532
+ "path": "10(j)",
533
+ "rule": "10",
534
+ "rule_title": "Traffic Separation Schemes",
535
+ "jurisdiction": "intl",
536
+ "text": "A vessel of less than 20 meters in length or a sailing vessel shall not impede the safe passage of a power-driven vessel following a traffic lane."
537
+ },
538
+ "10(k)": {
539
+ "path": "10(k)",
540
+ "rule": "10",
541
+ "rule_title": "Traffic Separation Schemes",
542
+ "jurisdiction": "intl",
543
+ "text": "A vessel restricted in her ability to maneuver when engaged in an operation for the maintenance of safety of navigation in a traffic separation scheme is exempted from complying with this Rule to the extent necessary to carry out the operation."
544
+ },
545
+ "10(l)": {
546
+ "path": "10(l)",
547
+ "rule": "10",
548
+ "rule_title": "Traffic Separation Schemes",
549
+ "jurisdiction": "intl",
550
+ "text": "A vessel restricted in her ability to maneuver when engaged in an operation for the laying, servicing or picking up of a submarine cable, within a traffic separation scheme, is exempted from complying with this Rule to the extent necessary to carry out the operation."
551
+ },
552
+ "11": {
553
+ "path": "11",
554
+ "rule": "11",
555
+ "rule_title": "Application",
556
+ "jurisdiction": "intl",
557
+ "text": "Rules 11-18 apply to vessels in sight of one another."
558
+ },
559
+ "12(a)": {
560
+ "path": "12(a)",
561
+ "rule": "12",
562
+ "rule_title": "Sailing Vessels",
563
+ "jurisdiction": "intl",
564
+ "text": "When two sailing vessels are approaching one another, so as to involve risk of collision, one of them shall keep out of the way of the other as follows:"
565
+ },
566
+ "12(a)(i)": {
567
+ "path": "12(a)(i)",
568
+ "rule": "12",
569
+ "rule_title": "Sailing Vessels",
570
+ "jurisdiction": "intl",
571
+ "text": "when each has the wind on a different side, the vessel which has the wind on the port side shall keep out of the way of the other;"
572
+ },
573
+ "12(a)(ii)": {
574
+ "path": "12(a)(ii)",
575
+ "rule": "12",
576
+ "rule_title": "Sailing Vessels",
577
+ "jurisdiction": "intl",
578
+ "text": "when both have the wind on the same side, the vessel which is to windward shall keep out of the way of the vessel which is to leeward;"
579
+ },
580
+ "12(a)(iii)": {
581
+ "path": "12(a)(iii)",
582
+ "rule": "12",
583
+ "rule_title": "Sailing Vessels",
584
+ "jurisdiction": "intl",
585
+ "text": "if a vessel with the wind on the port side sees a vessel to windward and cannot determine with certainty whether the other vessel has the wind on the port or on the starboard side, she shall keep out of the way of the other."
586
+ },
587
+ "12(b)": {
588
+ "path": "12(b)",
589
+ "rule": "12",
590
+ "rule_title": "Sailing Vessels",
591
+ "jurisdiction": "intl",
592
+ "text": "For the purposes of this Rule, the windward side shall be deemed to be the side opposite that on which the mainsail is carried or, in the case of a square-rigged vessel, the side opposite to that on which the largest fore-and-aft sail is carried."
593
+ },
594
+ "13(a)": {
595
+ "path": "13(a)",
596
+ "rule": "13",
597
+ "rule_title": "Overtaking",
598
+ "jurisdiction": "intl",
599
+ "text": "Notwithstanding anything contained in the Rules 4-18, any vessel overtaking any other shall keep out of the way of the vessel being overtaken."
600
+ },
601
+ "13(b)": {
602
+ "path": "13(b)",
603
+ "rule": "13",
604
+ "rule_title": "Overtaking",
605
+ "jurisdiction": "intl",
606
+ "text": "A vessel shall be deemed to be overtaking when coming up with a another vessel from a direction more than 22.5 degrees abaft her beam, that is, in such a position with reference to the vessel she is overtaking, that at night she would be able to see only the sternlight of that vessel but neither of her sidelights."
607
+ },
608
+ "13(c)": {
609
+ "path": "13(c)",
610
+ "rule": "13",
611
+ "rule_title": "Overtaking",
612
+ "jurisdiction": "intl",
613
+ "text": "When a vessel is in any doubt as to whether she is overtaking another, she shall assume that this is the case and act accordingly."
614
+ },
615
+ "13(d)": {
616
+ "path": "13(d)",
617
+ "rule": "13",
618
+ "rule_title": "Overtaking",
619
+ "jurisdiction": "intl",
620
+ "text": "Any subsequent alteration of the bearing between the two vessels shall not make the overtaking vessel a crossing vessel within the meaning of these Rules or relieve her of the duty of keeping clear of the overtaken vessel until she is finally past and clear."
621
+ },
622
+ "14(a)": {
623
+ "path": "14(a)",
624
+ "rule": "14",
625
+ "rule_title": "Head-on Situation",
626
+ "jurisdiction": "intl",
627
+ "text": "When two power-driven vessels are meeting on reciprocal or nearly reciprocal courses so as to involve risk of collision each shall alter her course to starboard so that each shall pass on the port side of the other."
628
+ },
629
+ "14(b)": {
630
+ "path": "14(b)",
631
+ "rule": "14",
632
+ "rule_title": "Head-on Situation",
633
+ "jurisdiction": "intl",
634
+ "text": "Such a situation shall be deemed to exist when a vessel sees the other ahead or nearly ahead and by night she could see the masthead lights of the other in a line or nearly in a line and/or both sidelights and by day she observes the corresponding aspect of the other vessel."
635
+ },
636
+ "14(c)": {
637
+ "path": "14(c)",
638
+ "rule": "14",
639
+ "rule_title": "Head-on Situation",
640
+ "jurisdiction": "intl",
641
+ "text": "When a vessel is in any doubt as to whether such a situation exists she shall assume that it does exist and act accordingly."
642
+ },
643
+ "15(a)": {
644
+ "path": "15(a)",
645
+ "rule": "15",
646
+ "rule_title": "Crossing Situation",
647
+ "jurisdiction": "intl",
648
+ "text": "When two power-driven vessels are crossing so as to involve risk of collision, the vessel which has the other on her own starboard side shall keep out of the way and shall, if the circumstances of the case admit, avoid crossing ahead of the other vessel."
649
+ },
650
+ "16": {
651
+ "path": "16",
652
+ "rule": "16",
653
+ "rule_title": "Action by Give-way Vessel",
654
+ "jurisdiction": "intl",
655
+ "text": "Every vessel which is directed to keep out of the way of another vessel shall, so far as possible, take early and substantial action to keep well clear."
656
+ },
657
+ "17(a)(i)": {
658
+ "path": "17(a)(i)",
659
+ "rule": "17",
660
+ "rule_title": "Action by Stand-on Vessel",
661
+ "jurisdiction": "intl",
662
+ "text": "Where one of two vessels is to keep out of the way, the other shall keep her course and speed."
663
+ },
664
+ "17(a)(ii)": {
665
+ "path": "17(a)(ii)",
666
+ "rule": "17",
667
+ "rule_title": "Action by Stand-on Vessel",
668
+ "jurisdiction": "intl",
669
+ "text": "The latter vessel may, however, take action to avoid collision by her maneuver alone, as soon as it becomes apparent to her that the vessel required to keep out of the way is not taking appropriate action in compliance with these Rules."
670
+ },
671
+ "17(b)": {
672
+ "path": "17(b)",
673
+ "rule": "17",
674
+ "rule_title": "Action by Stand-on Vessel",
675
+ "jurisdiction": "intl",
676
+ "text": "When, from any cause, the vessel required to keep her course and speed finds herself so close that collision cannot be avoided by the action of the give-way vessel alone, she shall take such action as will best aid to avoid collision."
677
+ },
678
+ "17(c)": {
679
+ "path": "17(c)",
680
+ "rule": "17",
681
+ "rule_title": "Action by Stand-on Vessel",
682
+ "jurisdiction": "intl",
683
+ "text": "A power-driven vessel which takes action in a crossing situation in accordance with Rule 17(a)(ii) to avoid collision with another power-driven vessel shall, if the circumstances of the case admit, not alter course to port for a vessel on her own port side."
684
+ },
685
+ "17(d)": {
686
+ "path": "17(d)",
687
+ "rule": "17",
688
+ "rule_title": "Action by Stand-on Vessel",
689
+ "jurisdiction": "intl",
690
+ "text": "This Rule does not relieve the give-way vessel of her obligation to keep out of the way."
691
+ },
692
+ "18": {
693
+ "path": "18",
694
+ "rule": "18",
695
+ "rule_title": "Responsibilities Between Vessels",
696
+ "jurisdiction": "intl",
697
+ "text": "Except where Rules 9, 10, and 13 otherwise require:"
698
+ },
699
+ "18(a)": {
700
+ "path": "18(a)",
701
+ "rule": "18",
702
+ "rule_title": "Responsibilities Between Vessels",
703
+ "jurisdiction": "intl",
704
+ "text": "A power-driven vessel underway shall keep out of the way of:"
705
+ },
706
+ "18(a)(i)": {
707
+ "path": "18(a)(i)",
708
+ "rule": "18",
709
+ "rule_title": "Responsibilities Between Vessels",
710
+ "jurisdiction": "intl",
711
+ "text": "a vessel not under command;"
712
+ },
713
+ "18(a)(ii)": {
714
+ "path": "18(a)(ii)",
715
+ "rule": "18",
716
+ "rule_title": "Responsibilities Between Vessels",
717
+ "jurisdiction": "intl",
718
+ "text": "a vessel restricted in her ability to maneuver;"
719
+ },
720
+ "18(a)(iii)": {
721
+ "path": "18(a)(iii)",
722
+ "rule": "18",
723
+ "rule_title": "Responsibilities Between Vessels",
724
+ "jurisdiction": "intl",
725
+ "text": "a vessel engaged in fishing;"
726
+ },
727
+ "18(a)(iv)": {
728
+ "path": "18(a)(iv)",
729
+ "rule": "18",
730
+ "rule_title": "Responsibilities Between Vessels",
731
+ "jurisdiction": "intl",
732
+ "text": "a sailing vessel."
733
+ },
734
+ "18(b)": {
735
+ "path": "18(b)",
736
+ "rule": "18",
737
+ "rule_title": "Responsibilities Between Vessels",
738
+ "jurisdiction": "intl",
739
+ "text": "A sailing vessel underway shall keep out of the way of:"
740
+ },
741
+ "18(b)(i)": {
742
+ "path": "18(b)(i)",
743
+ "rule": "18",
744
+ "rule_title": "Responsibilities Between Vessels",
745
+ "jurisdiction": "intl",
746
+ "text": "a vessel not under command;"
747
+ },
748
+ "18(b)(ii)": {
749
+ "path": "18(b)(ii)",
750
+ "rule": "18",
751
+ "rule_title": "Responsibilities Between Vessels",
752
+ "jurisdiction": "intl",
753
+ "text": "a vessel restricted in her ability to maneuver;"
754
+ },
755
+ "18(b)(iii)": {
756
+ "path": "18(b)(iii)",
757
+ "rule": "18",
758
+ "rule_title": "Responsibilities Between Vessels",
759
+ "jurisdiction": "intl",
760
+ "text": "a vessel engaged in fishing."
761
+ },
762
+ "18(c)": {
763
+ "path": "18(c)",
764
+ "rule": "18",
765
+ "rule_title": "Responsibilities Between Vessels",
766
+ "jurisdiction": "intl",
767
+ "text": "A vessel engaged in fishing when underway shall, so far as possible, keep out of the way of:"
768
+ },
769
+ "18(c)(i)": {
770
+ "path": "18(c)(i)",
771
+ "rule": "18",
772
+ "rule_title": "Responsibilities Between Vessels",
773
+ "jurisdiction": "intl",
774
+ "text": "a vessel not under command;"
775
+ },
776
+ "18(c)(ii)": {
777
+ "path": "18(c)(ii)",
778
+ "rule": "18",
779
+ "rule_title": "Responsibilities Between Vessels",
780
+ "jurisdiction": "intl",
781
+ "text": "a vessel restricted in her ability to maneuver."
782
+ },
783
+ "18(d)(i)": {
784
+ "path": "18(d)(i)",
785
+ "rule": "18",
786
+ "rule_title": "Responsibilities Between Vessels",
787
+ "jurisdiction": "intl",
788
+ "text": "Any vessel other than a vessel not under command or a vessel restricted in her ability to maneuver shall, if the circumstances of the case admit, avoid impeding the safe passage of a vessel constrained by her draft, exhibiting the signals in Rule 28."
789
+ },
790
+ "18(d)(ii)": {
791
+ "path": "18(d)(ii)",
792
+ "rule": "18",
793
+ "rule_title": "Responsibilities Between Vessels",
794
+ "jurisdiction": "intl",
795
+ "text": "A vessel constrained by her draft shall navigate with particular caution having full regard to her special condition."
796
+ },
797
+ "18(e)": {
798
+ "path": "18(e)",
799
+ "rule": "18",
800
+ "rule_title": "Responsibilities Between Vessels",
801
+ "jurisdiction": "intl",
802
+ "text": "A seaplane on the water shall, in general, keep well clear of all vessels and avoid impeding their navigation. In circumstances, however, where risk of collision exists, she shall comply with Rules 4-19."
803
+ },
804
+ "18(f)(i)": {
805
+ "path": "18(f)(i)",
806
+ "rule": "18",
807
+ "rule_title": "Responsibilities Between Vessels",
808
+ "jurisdiction": "intl",
809
+ "text": "A WIG craft shall, when taking off, landing and in flight near the surface, keep well clear of all other vessels and avoid impeding their navigation;"
810
+ },
811
+ "18(f)(ii)": {
812
+ "path": "18(f)(ii)",
813
+ "rule": "18",
814
+ "rule_title": "Responsibilities Between Vessels",
815
+ "jurisdiction": "intl",
816
+ "text": "a WIG craft operating on the water surface shall comply with Rules 4-19 as a power-driven vessel."
817
+ },
818
+ "19(a)": {
819
+ "path": "19(a)",
820
+ "rule": "19",
821
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
822
+ "jurisdiction": "intl",
823
+ "text": "This Rule applies to vessels not in sight of one another when navigating in or near an area of restricted visibility."
824
+ },
825
+ "19(b)": {
826
+ "path": "19(b)",
827
+ "rule": "19",
828
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
829
+ "jurisdiction": "intl",
830
+ "text": "Every vessel shall proceed at a safe speed adapted to the prevailing circumstances and conditions of restricted visibility. A power-driven vessel shall have her engines ready for immediate maneuver."
831
+ },
832
+ "19(c)": {
833
+ "path": "19(c)",
834
+ "rule": "19",
835
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
836
+ "jurisdiction": "intl",
837
+ "text": "Every vessel shall have due regard to the prevailing circumstances and conditions of restricted visibility when complying with Rules 4-10."
838
+ },
839
+ "19(d)": {
840
+ "path": "19(d)",
841
+ "rule": "19",
842
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
843
+ "jurisdiction": "intl",
844
+ "text": "A vessel which detects by radar alone the presence of another vessel shall determine if a close-quarters situation is developing and/or risk of collision exists. If so, she shall take avoiding action in ample time, provided that when such action consists of an alteration in course, so far as possible the following shall be avoided:"
845
+ },
846
+ "19(d)(i)": {
847
+ "path": "19(d)(i)",
848
+ "rule": "19",
849
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
850
+ "jurisdiction": "intl",
851
+ "text": "An alteration of course to port for a vessel forward of the beam, other than for a vessel being overtaken;"
852
+ },
853
+ "19(d)(ii)": {
854
+ "path": "19(d)(ii)",
855
+ "rule": "19",
856
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
857
+ "jurisdiction": "intl",
858
+ "text": "An alteration of course toward a vessel abeam or abaft the beam."
859
+ },
860
+ "19(e)": {
861
+ "path": "19(e)",
862
+ "rule": "19",
863
+ "rule_title": "Conduct of Vessels in Restricted Visibility",
864
+ "jurisdiction": "intl",
865
+ "text": "Except where it has been determined that a risk of collision does not exist, every vessel which hears apparently forward of her beam the fog signal of another vessel, or which cannot avoid a close-quarters situation with another vessel forward of her beam, shall reduce her speed to be the minimum at which she can be kept on her course. She shall if necessary take all her way off and in any event navigate with extreme caution until danger of collision is over."
82
866
  },
83
867
  "20(a)": {
84
868
  "path": "20(a)",