@globalfishingwatch/i18n-labels 1.2.261 → 1.2.263

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.
package/en/datasets.json CHANGED
@@ -1252,14 +1252,6 @@
1252
1252
  "name": "Loitering events (AIS)",
1253
1253
  "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1254
1254
  "schema": {
1255
- "duration": {
1256
- "keyword": "duration",
1257
- "enum": {
1258
- "0": "0",
1259
- "48": "48"
1260
- }
1261
- },
1262
- "next_port_id": "next_port_id",
1263
1255
  "type": {
1264
1256
  "keyword": "Vessel types",
1265
1257
  "enum": {
@@ -1273,7 +1265,15 @@
1273
1265
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1274
1266
  "SUPPORT": "SUPPORT"
1275
1267
  }
1276
- }
1268
+ },
1269
+ "duration": {
1270
+ "keyword": "duration",
1271
+ "enum": {
1272
+ "0": "0",
1273
+ "48": "48"
1274
+ }
1275
+ },
1276
+ "next_port_id": "next_port_id"
1277
1277
  }
1278
1278
  },
1279
1279
  "public-global-nitrate": {
@@ -1303,13 +1303,6 @@
1303
1303
  "name": "Port visit events (AIS)",
1304
1304
  "description": "<h2>Overview</h2> <ul> <p> Global Fishing Watch detects vessel movements in and out of ports and classifies them into four distinct port event types: </p> <li>Port entry</li> <li>Port stop</li> <li>Port gap (a gap in AIS transmission while in port)</li> <li>Port exit</li> </ul> <p> These events are grouped to form port visit events, which represent a vessel’s presence at port based on AIS activity patterns. </p> <p> In the Global Fishing Watch map, only high-confidence port visits are shown. A port visit is determined with high confidence when a vessel is detected with a port entry, stop or gap, and exit. More specifically: </p> <p>A port visit is shown on the map when AIS data shows a vessel:</p> <ul> <li>Entering within 3 kilometers of an anchorage point at the port entry,</li> <li>Exiting within 4 kilometers of a known port exit, and either:</li> <ul> <li> Experiencing a port gap (i.e. no AIS transmissions for 4 hours or more, which may indicate AIS was turned off while in port), or </li> <li> Undergoing a port stop, where the vessel’s speed drops below 0.2 knots and later increases above 0.5 knots. </li> </ul> </ul> <p> Port stops are used to distinguish actual port visits from coastal transits. </p> <h2>Caveats</h2> <ul> <li> Lower-confidence port visits—often caused by noisy, sparse, or incomplete AIS transmissions—are currently excluded from the map. Lower-confidence port visits, while sometimes legitimate, can falsely suggest a port visit that did not occur. </li> <li> Ongoing port visits will not be identified on the map, as a port exit is required by definition for high-confidence port visits to be detected. </li> <li> Additionally, note that the Global Fishing Watch anchorages dataset may not capture all actual anchorage locations, which could lead to missing port events. Refer to the learn more section for a full list of anchorages. </li> <li> Global Fishing Watch recommends to verify port visits, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> <a href=\"https://globalfishingwatch.org/datasets-and-code-anchorages/\" >Learn more about anchorages, ports and voyages.</a > </p> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >.",
1305
1305
  "schema": {
1306
- "duration": {
1307
- "keyword": "duration",
1308
- "enum": {
1309
- "2": "2",
1310
- "48": "48"
1311
- }
1312
- },
1313
1306
  "type": {
1314
1307
  "keyword": "Vessel type",
1315
1308
  "enum": {
@@ -1323,6 +1316,13 @@
1323
1316
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1324
1317
  "SUPPORT": "SUPPORT"
1325
1318
  }
1319
+ },
1320
+ "duration": {
1321
+ "keyword": "duration",
1322
+ "enum": {
1323
+ "2": "2",
1324
+ "48": "48"
1325
+ }
1326
1326
  }
1327
1327
  }
1328
1328
  },
@@ -1520,8 +1520,8 @@
1520
1520
  "matched": {
1521
1521
  "keyword": "matched",
1522
1522
  "enum": {
1523
- "true": "true",
1524
- "false": "false"
1523
+ "true": "AIS Matched",
1524
+ "false": "AIS Unmatched"
1525
1525
  }
1526
1526
  },
1527
1527
  "radiance": {
package/es/datasets.json CHANGED
@@ -1249,17 +1249,9 @@
1249
1249
  "description": "The dataset contains loitering events for AIS (Carriers)."
1250
1250
  },
1251
1251
  "public-global-loitering-events": {
1252
- "name": "Loitering Events (AIS)",
1252
+ "name": "A la deriva (AIS)",
1253
1253
  "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1254
1254
  "schema": {
1255
- "duration": {
1256
- "keyword": "duration",
1257
- "enum": {
1258
- "0": "0",
1259
- "48": "48"
1260
- }
1261
- },
1262
- "next_port_id": "next_port_id",
1263
1255
  "type": {
1264
1256
  "keyword": "Tipo de embarcaciones",
1265
1257
  "enum": {
@@ -1273,7 +1265,15 @@
1273
1265
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1274
1266
  "SUPPORT": "SUPPORT"
1275
1267
  }
1276
- }
1268
+ },
1269
+ "duration": {
1270
+ "keyword": "duration",
1271
+ "enum": {
1272
+ "0": "0",
1273
+ "48": "48"
1274
+ }
1275
+ },
1276
+ "next_port_id": "next_port_id"
1277
1277
  }
1278
1278
  },
1279
1279
  "public-global-nitrate": {
@@ -1303,13 +1303,6 @@
1303
1303
  "name": "Visitas al puerto (AIS)",
1304
1304
  "description": "<h2>Overview</h2> <ul> <p> Global Fishing Watch detects vessel movements in and out of ports and classifies them into four distinct port event types: </p> <li>Port entry</li> <li>Port stop</li> <li>Port gap (a gap in AIS transmission while in port)</li> <li>Port exit</li> </ul> <p> These events are grouped to form port visit events, which represent a vessel’s presence at port based on AIS activity patterns. </p> <p> In the Global Fishing Watch map, only high-confidence port visits are shown. A port visit is determined with high confidence when a vessel is detected with a port entry, stop or gap, and exit. More specifically: </p> <p>A port visit is shown on the map when AIS data shows a vessel:</p> <ul> <li>Entering within 3 kilometers of an anchorage point at the port entry,</li> <li>Exiting within 4 kilometers of a known port exit, and either:</li> <ul> <li> Experiencing a port gap (i.e. no AIS transmissions for 4 hours or more, which may indicate AIS was turned off while in port), or </li> <li> Undergoing a port stop, where the vessel’s speed drops below 0.2 knots and later increases above 0.5 knots. </li> </ul> </ul> <p> Port stops are used to distinguish actual port visits from coastal transits. </p> <h2>Caveats</h2> <ul> <li> Lower-confidence port visits—often caused by noisy, sparse, or incomplete AIS transmissions—are currently excluded from the map. Lower-confidence port visits, while sometimes legitimate, can falsely suggest a port visit that did not occur. </li> <li> Ongoing port visits will not be identified on the map, as a port exit is required by definition for high-confidence port visits to be detected. </li> <li> Additionally, note that the Global Fishing Watch anchorages dataset may not capture all actual anchorage locations, which could lead to missing port events. Refer to the learn more section for a full list of anchorages. </li> <li> Global Fishing Watch recommends to verify port visits, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> <a href=\"https://globalfishingwatch.org/datasets-and-code-anchorages/\" >Learn more about anchorages, ports and voyages.</a > </p> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >.",
1305
1305
  "schema": {
1306
- "duration": {
1307
- "keyword": "duration",
1308
- "enum": {
1309
- "2": "2",
1310
- "48": "48"
1311
- }
1312
- },
1313
1306
  "type": {
1314
1307
  "keyword": "Tipo de embarcaciones",
1315
1308
  "enum": {
@@ -1323,6 +1316,13 @@
1323
1316
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1324
1317
  "SUPPORT": "SUPPORT"
1325
1318
  }
1319
+ },
1320
+ "duration": {
1321
+ "keyword": "duration",
1322
+ "enum": {
1323
+ "2": "2",
1324
+ "48": "48"
1325
+ }
1326
1326
  }
1327
1327
  }
1328
1328
  },
package/fr/datasets.json CHANGED
@@ -1252,14 +1252,6 @@
1252
1252
  "name": "Loitering Events (AIS)",
1253
1253
  "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1254
1254
  "schema": {
1255
- "duration": {
1256
- "keyword": "duration",
1257
- "enum": {
1258
- "0": "0",
1259
- "48": "48"
1260
- }
1261
- },
1262
- "next_port_id": "next_port_id",
1263
1255
  "type": {
1264
1256
  "keyword": "type",
1265
1257
  "enum": {
@@ -1273,7 +1265,15 @@
1273
1265
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1274
1266
  "SUPPORT": "SUPPORT"
1275
1267
  }
1276
- }
1268
+ },
1269
+ "duration": {
1270
+ "keyword": "duration",
1271
+ "enum": {
1272
+ "0": "0",
1273
+ "48": "48"
1274
+ }
1275
+ },
1276
+ "next_port_id": "next_port_id"
1277
1277
  }
1278
1278
  },
1279
1279
  "public-global-nitrate": {
@@ -1303,13 +1303,6 @@
1303
1303
  "name": "Visites de ports (AIS)",
1304
1304
  "description": "<h2>Overview</h2> <ul> <p> Global Fishing Watch detects vessel movements in and out of ports and classifies them into four distinct port event types: </p> <li>Port entry</li> <li>Port stop</li> <li>Port gap (a gap in AIS transmission while in port)</li> <li>Port exit</li> </ul> <p> These events are grouped to form port visit events, which represent a vessel’s presence at port based on AIS activity patterns. </p> <p> In the Global Fishing Watch map, only high-confidence port visits are shown. A port visit is determined with high confidence when a vessel is detected with a port entry, stop or gap, and exit. More specifically: </p> <p>A port visit is shown on the map when AIS data shows a vessel:</p> <ul> <li>Entering within 3 kilometers of an anchorage point at the port entry,</li> <li>Exiting within 4 kilometers of a known port exit, and either:</li> <ul> <li> Experiencing a port gap (i.e. no AIS transmissions for 4 hours or more, which may indicate AIS was turned off while in port), or </li> <li> Undergoing a port stop, where the vessel’s speed drops below 0.2 knots and later increases above 0.5 knots. </li> </ul> </ul> <p> Port stops are used to distinguish actual port visits from coastal transits. </p> <h2>Caveats</h2> <ul> <li> Lower-confidence port visits—often caused by noisy, sparse, or incomplete AIS transmissions—are currently excluded from the map. Lower-confidence port visits, while sometimes legitimate, can falsely suggest a port visit that did not occur. </li> <li> Ongoing port visits will not be identified on the map, as a port exit is required by definition for high-confidence port visits to be detected. </li> <li> Additionally, note that the Global Fishing Watch anchorages dataset may not capture all actual anchorage locations, which could lead to missing port events. Refer to the learn more section for a full list of anchorages. </li> <li> Global Fishing Watch recommends to verify port visits, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> <a href=\"https://globalfishingwatch.org/datasets-and-code-anchorages/\" >Learn more about anchorages, ports and voyages.</a > </p> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >.",
1305
1305
  "schema": {
1306
- "duration": {
1307
- "keyword": "duration",
1308
- "enum": {
1309
- "2": "2",
1310
- "48": "48"
1311
- }
1312
- },
1313
1306
  "type": {
1314
1307
  "keyword": "type",
1315
1308
  "enum": {
@@ -1323,6 +1316,13 @@
1323
1316
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1324
1317
  "SUPPORT": "SUPPORT"
1325
1318
  }
1319
+ },
1320
+ "duration": {
1321
+ "keyword": "duration",
1322
+ "enum": {
1323
+ "2": "2",
1324
+ "48": "48"
1325
+ }
1326
1326
  }
1327
1327
  }
1328
1328
  },
package/id/datasets.json CHANGED
@@ -1252,14 +1252,6 @@
1252
1252
  "name": "Loitering Events (AIS)",
1253
1253
  "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1254
1254
  "schema": {
1255
- "duration": {
1256
- "keyword": "duration",
1257
- "enum": {
1258
- "0": "0",
1259
- "48": "48"
1260
- }
1261
- },
1262
- "next_port_id": "next_port_id",
1263
1255
  "type": {
1264
1256
  "keyword": "type",
1265
1257
  "enum": {
@@ -1273,7 +1265,15 @@
1273
1265
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1274
1266
  "SUPPORT": "SUPPORT"
1275
1267
  }
1276
- }
1268
+ },
1269
+ "duration": {
1270
+ "keyword": "duration",
1271
+ "enum": {
1272
+ "0": "0",
1273
+ "48": "48"
1274
+ }
1275
+ },
1276
+ "next_port_id": "next_port_id"
1277
1277
  }
1278
1278
  },
1279
1279
  "public-global-nitrate": {
@@ -1303,13 +1303,6 @@
1303
1303
  "name": "Port Visits Events (AIS)",
1304
1304
  "description": "<h2>Overview</h2> <ul> <p> Global Fishing Watch detects vessel movements in and out of ports and classifies them into four distinct port event types: </p> <li>Port entry</li> <li>Port stop</li> <li>Port gap (a gap in AIS transmission while in port)</li> <li>Port exit</li> </ul> <p> These events are grouped to form port visit events, which represent a vessel’s presence at port based on AIS activity patterns. </p> <p> In the Global Fishing Watch map, only high-confidence port visits are shown. A port visit is determined with high confidence when a vessel is detected with a port entry, stop or gap, and exit. More specifically: </p> <p>A port visit is shown on the map when AIS data shows a vessel:</p> <ul> <li>Entering within 3 kilometers of an anchorage point at the port entry,</li> <li>Exiting within 4 kilometers of a known port exit, and either:</li> <ul> <li> Experiencing a port gap (i.e. no AIS transmissions for 4 hours or more, which may indicate AIS was turned off while in port), or </li> <li> Undergoing a port stop, where the vessel’s speed drops below 0.2 knots and later increases above 0.5 knots. </li> </ul> </ul> <p> Port stops are used to distinguish actual port visits from coastal transits. </p> <h2>Caveats</h2> <ul> <li> Lower-confidence port visits—often caused by noisy, sparse, or incomplete AIS transmissions—are currently excluded from the map. Lower-confidence port visits, while sometimes legitimate, can falsely suggest a port visit that did not occur. </li> <li> Ongoing port visits will not be identified on the map, as a port exit is required by definition for high-confidence port visits to be detected. </li> <li> Additionally, note that the Global Fishing Watch anchorages dataset may not capture all actual anchorage locations, which could lead to missing port events. Refer to the learn more section for a full list of anchorages. </li> <li> Global Fishing Watch recommends to verify port visits, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> <a href=\"https://globalfishingwatch.org/datasets-and-code-anchorages/\" >Learn more about anchorages, ports and voyages.</a > </p> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >.",
1305
1305
  "schema": {
1306
- "duration": {
1307
- "keyword": "duration",
1308
- "enum": {
1309
- "2": "2",
1310
- "48": "48"
1311
- }
1312
- },
1313
1306
  "type": {
1314
1307
  "keyword": "type",
1315
1308
  "enum": {
@@ -1323,6 +1316,13 @@
1323
1316
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1324
1317
  "SUPPORT": "SUPPORT"
1325
1318
  }
1319
+ },
1320
+ "duration": {
1321
+ "keyword": "duration",
1322
+ "enum": {
1323
+ "2": "2",
1324
+ "48": "48"
1325
+ }
1326
1326
  }
1327
1327
  }
1328
1328
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.261",
3
+ "version": "1.2.263",
4
4
  "main": "./index.cjs.js",
5
5
  "module": "./index.mjs",
6
6
  "typings": "./index.d.ts",
package/pt/datasets.json CHANGED
@@ -1252,14 +1252,6 @@
1252
1252
  "name": "Loitering Events (AIS)",
1253
1253
  "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1254
1254
  "schema": {
1255
- "duration": {
1256
- "keyword": "duration",
1257
- "enum": {
1258
- "0": "0",
1259
- "48": "48"
1260
- }
1261
- },
1262
- "next_port_id": "next_port_id",
1263
1255
  "type": {
1264
1256
  "keyword": "type",
1265
1257
  "enum": {
@@ -1273,7 +1265,15 @@
1273
1265
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1274
1266
  "SUPPORT": "SUPPORT"
1275
1267
  }
1276
- }
1268
+ },
1269
+ "duration": {
1270
+ "keyword": "duration",
1271
+ "enum": {
1272
+ "0": "0",
1273
+ "48": "48"
1274
+ }
1275
+ },
1276
+ "next_port_id": "next_port_id"
1277
1277
  }
1278
1278
  },
1279
1279
  "public-global-nitrate": {
@@ -1303,13 +1303,6 @@
1303
1303
  "name": "Visitas portuárias (AIS)",
1304
1304
  "description": "<h2>Overview</h2> <ul> <p> Global Fishing Watch detects vessel movements in and out of ports and classifies them into four distinct port event types: </p> <li>Port entry</li> <li>Port stop</li> <li>Port gap (a gap in AIS transmission while in port)</li> <li>Port exit</li> </ul> <p> These events are grouped to form port visit events, which represent a vessel’s presence at port based on AIS activity patterns. </p> <p> In the Global Fishing Watch map, only high-confidence port visits are shown. A port visit is determined with high confidence when a vessel is detected with a port entry, stop or gap, and exit. More specifically: </p> <p>A port visit is shown on the map when AIS data shows a vessel:</p> <ul> <li>Entering within 3 kilometers of an anchorage point at the port entry,</li> <li>Exiting within 4 kilometers of a known port exit, and either:</li> <ul> <li> Experiencing a port gap (i.e. no AIS transmissions for 4 hours or more, which may indicate AIS was turned off while in port), or </li> <li> Undergoing a port stop, where the vessel’s speed drops below 0.2 knots and later increases above 0.5 knots. </li> </ul> </ul> <p> Port stops are used to distinguish actual port visits from coastal transits. </p> <h2>Caveats</h2> <ul> <li> Lower-confidence port visits—often caused by noisy, sparse, or incomplete AIS transmissions—are currently excluded from the map. Lower-confidence port visits, while sometimes legitimate, can falsely suggest a port visit that did not occur. </li> <li> Ongoing port visits will not be identified on the map, as a port exit is required by definition for high-confidence port visits to be detected. </li> <li> Additionally, note that the Global Fishing Watch anchorages dataset may not capture all actual anchorage locations, which could lead to missing port events. Refer to the learn more section for a full list of anchorages. </li> <li> Global Fishing Watch recommends to verify port visits, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users’ due diligence process. </li> </ul> <h2>Learn more</h2> <p> <a href=\"https://globalfishingwatch.org/datasets-and-code-anchorages/\" >Learn more about anchorages, ports and voyages.</a > </p> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >.",
1305
1305
  "schema": {
1306
- "duration": {
1307
- "keyword": "duration",
1308
- "enum": {
1309
- "2": "2",
1310
- "48": "48"
1311
- }
1312
- },
1313
1306
  "type": {
1314
1307
  "keyword": "type",
1315
1308
  "enum": {
@@ -1323,6 +1316,13 @@
1323
1316
  "SEISMIC_VESSEL": "SEISMIC_VESSEL",
1324
1317
  "SUPPORT": "SUPPORT"
1325
1318
  }
1319
+ },
1320
+ "duration": {
1321
+ "keyword": "duration",
1322
+ "enum": {
1323
+ "2": "2",
1324
+ "48": "48"
1325
+ }
1326
1326
  }
1327
1327
  }
1328
1328
  },
package/val/datasets.json CHANGED
@@ -1252,14 +1252,6 @@
1252
1252
  "name": "crwdns66397:0crwdne66397:0",
1253
1253
  "description": "crwdns106622:0crwdne106622:0",
1254
1254
  "schema": {
1255
- "duration": {
1256
- "keyword": "crwdns84620:0crwdne84620:0",
1257
- "enum": {
1258
- "0": "crwdns84622:0crwdne84622:0",
1259
- "48": "crwdns84624:0crwdne84624:0"
1260
- }
1261
- },
1262
- "next_port_id": "crwdns84626:0crwdne84626:0",
1263
1255
  "type": {
1264
1256
  "keyword": "crwdns84452:0crwdne84452:0",
1265
1257
  "enum": {
@@ -1273,7 +1265,15 @@
1273
1265
  "SEISMIC_VESSEL": "crwdns84468:0crwdne84468:0",
1274
1266
  "SUPPORT": "crwdns84470:0crwdne84470:0"
1275
1267
  }
1276
- }
1268
+ },
1269
+ "duration": {
1270
+ "keyword": "crwdns84620:0crwdne84620:0",
1271
+ "enum": {
1272
+ "0": "crwdns84622:0crwdne84622:0",
1273
+ "48": "crwdns84624:0crwdne84624:0"
1274
+ }
1275
+ },
1276
+ "next_port_id": "crwdns84626:0crwdne84626:0"
1277
1277
  }
1278
1278
  },
1279
1279
  "public-global-nitrate": {
@@ -1303,13 +1303,6 @@
1303
1303
  "name": "crwdns83804:0crwdne83804:0",
1304
1304
  "description": "crwdns106624:0crwdne106624:0",
1305
1305
  "schema": {
1306
- "duration": {
1307
- "keyword": "crwdns84628:0crwdne84628:0",
1308
- "enum": {
1309
- "2": "crwdns84630:0crwdne84630:0",
1310
- "48": "crwdns84632:0crwdne84632:0"
1311
- }
1312
- },
1313
1306
  "type": {
1314
1307
  "keyword": "crwdns84472:0crwdne84472:0",
1315
1308
  "enum": {
@@ -1323,6 +1316,13 @@
1323
1316
  "SEISMIC_VESSEL": "crwdns84488:0crwdne84488:0",
1324
1317
  "SUPPORT": "crwdns84490:0crwdne84490:0"
1325
1318
  }
1319
+ },
1320
+ "duration": {
1321
+ "keyword": "crwdns84628:0crwdne84628:0",
1322
+ "enum": {
1323
+ "2": "crwdns84630:0crwdne84630:0",
1324
+ "48": "crwdns84632:0crwdne84632:0"
1325
+ }
1326
1326
  }
1327
1327
  }
1328
1328
  },