@globalfishingwatch/i18n-labels 1.2.8 → 1.2.9
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 +122 -7
- package/en/timebar.json +1 -1
- package/es/datasets.json +130 -15
- package/fr/datasets.json +127 -12
- package/id/datasets.json +122 -7
- package/package.json +1 -1
- package/source/datasets.json +122 -7
package/en/datasets.json
CHANGED
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"private-indonesia-zebrax-presence": {
|
|
446
|
-
"name": "
|
|
447
|
-
"description": "
|
|
446
|
+
"name": "Coastal Fisheries Indonesia",
|
|
447
|
+
"description": "This layer of Global Fishing Watch uses data provided by Rare, Aruna and AP2HI. The data is collected using devices from different providers that tracks location and speed. The information shown represents the vessel presence. The presence is determined by taking all positions transmitted by the vessel's tracking device.",
|
|
448
448
|
"schema": {
|
|
449
449
|
"lat": "lat",
|
|
450
450
|
"lon": "lon",
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"private-indonesia-zebrax-vessels": {
|
|
465
|
-
"name": "
|
|
466
|
-
"description": "
|
|
465
|
+
"name": "Coastal Fisheries Indonesia",
|
|
466
|
+
"description": "This layer of Global Fishing Watch uses data provided by Rare, Aruna and AP2HI. ",
|
|
467
467
|
"schema": {
|
|
468
468
|
"id": "id",
|
|
469
469
|
"flag": "flag",
|
|
@@ -1319,6 +1319,28 @@
|
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
|
+
"public-global-sar-presence": {
|
|
1323
|
+
"name": "Night light detections (VIIRS)",
|
|
1324
|
+
"description": "Radar detections (SAR)\nSynthetic aperture radar (SAR) can detect at-sea vessels and structures greater than approximately 20 meters in length, in any weather conditions.\n\nSAR imaging is one of the power tools of remote sensing. SAR is a satellite-based active sensor that shoots radio waves to the Earth surface and measures the amplitude and phase of the signals that are reflected back from objects on the ground and water. The return signals contain rich information about size, orientation, composition, condition, and texture of the features encountered. These imaging systems overcome any weather condition and illumination level, including clouds or rain, daylight or darkness.They give an advantage over passive satellite sensors, such as electro-optical imagery, which is similar to taking a picture with a camera and relies on sunlight and/or the infrared radiation emitted by objects on the ground. This latter method can be confounded by cloud cover, haze, weather events, and seasonal darkness at high latitudes. SAR by comparison has proven to be the most consistent option for detecting vessels at sea.\n\nHow do we detect vessels with SAR? \n\nWe use SAR imagery from the Copernicus Sentinel-1 mission of the European Space Agency (ESA), which is sourced from two polar-orbiting satellites (S1A and S1B), to detect all vessels and offshore infrastructure on each scene. Our approach combines a modified version of a well established ship detection method (Constant False Alarm Rate) with modern machine learning to classify the detected vessels into fishing and non-fishing. This detection approach consists of identifying the pixels with a “brightness” level above the mean backscatter of the background, representing the sea clutter around the target.\n\nHow do we match SAR detections to automatic identification system (AIS) transmitters? \n\nAIS transmitters broadcast the vessel’s GPS positions to help nearby vessels avoid collisions, and these AIS messages can be recorded by satellite constellations. Global Fishing Watch has developed a sophisticated system to match available AIS data to respective SAR vessel detections. This matching is done using a probabilistic model that determines AIS-message/SAR-detection pairs based on all available AIS records right before and right after the time the SAR image was taken, as well as the probability of pairing a specific AIS message to any of the vessels appearing on that image.\n\nWhat do the terms AIS matched and AIS unmatched mean? \n\nNot all vessels are required to carry AIS transmitters (e.g. the European Union only requires use of AIS for vessels over 20 meters in length), and vessels engaged in unlawful activity may shut off their AIS transmitters. These vessels are referred to as “dark targets”. This means that for all “AIS matched” SAR detections, we have information available about the detected vessel from its AIS, such as the characteristics of the ship and whether it is fishing or not. On the other hand, all “AIS unmatched” SAR detections correspond to vessels that cannot be tracked with AIS, some of which may be engaged in illegal, unreported and unregulated (IUU) fishing. In any case, unmatched SAR detections provide the missing information about vessel traffic in the ocean.\nSource. We use SAR imagery from ESA’s Sentinel-1 Interferometric Wide swath mode (IW) Level-1 Ground Range Detected (GRD) product, covering all near-shore areas around the world with a resolution of about 20 meters. We process SAR scenes and detect objects using Google Earth Engine platform.",
|
|
1325
|
+
"schema": {
|
|
1326
|
+
"id": "id",
|
|
1327
|
+
"lat": "lat",
|
|
1328
|
+
"lon": "lon",
|
|
1329
|
+
"pos": "pos",
|
|
1330
|
+
"cell": "cell",
|
|
1331
|
+
"htime": "htime",
|
|
1332
|
+
"ssvid": "ssvid",
|
|
1333
|
+
"matched": {
|
|
1334
|
+
"keyword": "Matching",
|
|
1335
|
+
"enum": {
|
|
1336
|
+
"true": "AIS Matched",
|
|
1337
|
+
"false": "AIS Unmatched"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"timestamp": "timestamp",
|
|
1341
|
+
"confidence": "confidence"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1322
1344
|
"public-global-support-vessels": {
|
|
1323
1345
|
"name": "AIS (Support Vessels)",
|
|
1324
1346
|
"description": "Support vessels from AIS",
|
|
@@ -1344,16 +1366,109 @@
|
|
|
1344
1366
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1345
1367
|
}
|
|
1346
1368
|
},
|
|
1347
|
-
"public-global-viirs": {
|
|
1369
|
+
"public-global-viirs-presence": {
|
|
1348
1370
|
"name": "Night light detections",
|
|
1349
1371
|
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nThe satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. <br/><br/>\n\nGlobal Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href='https://ngdc.noaa.gov/eog/viirs/download_boat.html' target='_blank' rel=noopener'>here</a>.<br/><br/>\n\nThose using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. <br/><br/>\n\nThe GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1).",
|
|
1372
|
+
"schema": {
|
|
1373
|
+
"cel": "cel",
|
|
1374
|
+
"lat": "lat",
|
|
1375
|
+
"lon": "lon",
|
|
1376
|
+
"pos": "pos",
|
|
1377
|
+
"htime": "htime",
|
|
1378
|
+
"radiance": {
|
|
1379
|
+
"keyword": "radiance",
|
|
1380
|
+
"enum": {
|
|
1381
|
+
"1": 1,
|
|
1382
|
+
"2": 2,
|
|
1383
|
+
"3": 3,
|
|
1384
|
+
"4": 4,
|
|
1385
|
+
"5": 5,
|
|
1386
|
+
"6": 6,
|
|
1387
|
+
"7": 7,
|
|
1388
|
+
"8": 8,
|
|
1389
|
+
"9": 9,
|
|
1390
|
+
"10": 10,
|
|
1391
|
+
"11": 11,
|
|
1392
|
+
"12": 12,
|
|
1393
|
+
"13": 13,
|
|
1394
|
+
"14": 14,
|
|
1395
|
+
"15": 15,
|
|
1396
|
+
"16": 16,
|
|
1397
|
+
"17": 17,
|
|
1398
|
+
"18": 18,
|
|
1399
|
+
"19": 19,
|
|
1400
|
+
"20": 20,
|
|
1401
|
+
"21": 21,
|
|
1402
|
+
"22": 22,
|
|
1403
|
+
"23": 23,
|
|
1404
|
+
"24": 24,
|
|
1405
|
+
"25": 25,
|
|
1406
|
+
"26": 26,
|
|
1407
|
+
"27": 27,
|
|
1408
|
+
"28": 28,
|
|
1409
|
+
"29": 29,
|
|
1410
|
+
"30": 30
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"detect_id": "detect_id",
|
|
1414
|
+
"qf_detect": {
|
|
1415
|
+
"keyword": "qf_detect",
|
|
1416
|
+
"enum": {
|
|
1417
|
+
"1": 1,
|
|
1418
|
+
"2": 2,
|
|
1419
|
+
"3": 3,
|
|
1420
|
+
"5": 5,
|
|
1421
|
+
"7": 7,
|
|
1422
|
+
"10": 10
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"timestamp": "timestamp"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"public-global-viirs": {
|
|
1429
|
+
"name": "VIIRS",
|
|
1430
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
1350
1431
|
"schema": {
|
|
1351
1432
|
"cel": "cel",
|
|
1352
1433
|
"lat": "Latitude",
|
|
1353
1434
|
"lon": "Longitude",
|
|
1354
1435
|
"pos": "pos",
|
|
1355
1436
|
"htime": "htime",
|
|
1356
|
-
"radiance":
|
|
1437
|
+
"radiance": {
|
|
1438
|
+
"keyword": "radiance",
|
|
1439
|
+
"enum": {
|
|
1440
|
+
"1": 1,
|
|
1441
|
+
"2": 2,
|
|
1442
|
+
"3": 3,
|
|
1443
|
+
"4": 4,
|
|
1444
|
+
"5": 5,
|
|
1445
|
+
"6": 6,
|
|
1446
|
+
"7": 7,
|
|
1447
|
+
"8": 8,
|
|
1448
|
+
"9": 9,
|
|
1449
|
+
"10": 10,
|
|
1450
|
+
"11": 11,
|
|
1451
|
+
"12": 12,
|
|
1452
|
+
"13": 13,
|
|
1453
|
+
"14": 14,
|
|
1454
|
+
"15": 15,
|
|
1455
|
+
"16": 16,
|
|
1456
|
+
"17": 17,
|
|
1457
|
+
"18": 18,
|
|
1458
|
+
"19": 19,
|
|
1459
|
+
"20": 20,
|
|
1460
|
+
"21": 21,
|
|
1461
|
+
"22": 22,
|
|
1462
|
+
"23": 23,
|
|
1463
|
+
"24": 24,
|
|
1464
|
+
"25": 25,
|
|
1465
|
+
"26": 26,
|
|
1466
|
+
"27": 27,
|
|
1467
|
+
"28": 28,
|
|
1468
|
+
"29": 29,
|
|
1469
|
+
"30": 30
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1357
1472
|
"detect_id": "detect_id",
|
|
1358
1473
|
"qf_detect": {
|
|
1359
1474
|
"keyword": "Quality flag(s)",
|
|
@@ -1423,7 +1538,7 @@
|
|
|
1423
1538
|
},
|
|
1424
1539
|
"public-indonesia-zebrax-presence": {
|
|
1425
1540
|
"name": "Coastal Fisheries Indonesia",
|
|
1426
|
-
"description": "This layer of Global Fishing Watch uses data provided by Rare, Aruna and AP2HI. The data is collected using devices from different providers that tracks location and speed. The information shown represents the vessel presence.",
|
|
1541
|
+
"description": "This layer of Global Fishing Watch uses data provided by Rare, Aruna and AP2HI. The data is collected using devices from different providers that tracks location and speed. The information shown represents the vessel presence. The presence is determined by taking all positions transmitted by the vessel's tracking device.",
|
|
1427
1542
|
"schema": {
|
|
1428
1543
|
"lat": "lat",
|
|
1429
1544
|
"lon": "lon",
|
package/en/timebar.json
CHANGED
package/es/datasets.json
CHANGED
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
}
|
|
310
310
|
},
|
|
311
311
|
"private-costa-rica-fishing-effort": {
|
|
312
|
-
"name": "Costa Rica
|
|
312
|
+
"name": "VMS de Costa Rica",
|
|
313
313
|
"description": "Description pending",
|
|
314
314
|
"schema": {
|
|
315
315
|
"lat": "lat",
|
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"private-indonesia-zebrax-presence": {
|
|
446
|
-
"name": "
|
|
447
|
-
"description": "
|
|
446
|
+
"name": "Pesquerías costeras de Indonesia",
|
|
447
|
+
"description": "Esta capa de Global Fishing Watch utiliza datos proporcionados por Rare, Aruna y AP2HI. Los datos se recopilan mediante distintos dispositivos que rastrean la ubicación y la velocidad. La información mostrada representa la presencia de la embarcación. La presencia se determina tomando todas las posiciones transmitidas por el dispositivo de la embarcación.",
|
|
448
448
|
"schema": {
|
|
449
449
|
"lat": "lat",
|
|
450
450
|
"lon": "lon",
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"private-indonesia-zebrax-vessels": {
|
|
465
|
-
"name": "
|
|
466
|
-
"description": "
|
|
465
|
+
"name": "Embarcaciones",
|
|
466
|
+
"description": "Embarcaciones",
|
|
467
467
|
"schema": {
|
|
468
468
|
"id": "id",
|
|
469
469
|
"flag": "flag",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"schema": {}
|
|
898
898
|
},
|
|
899
899
|
"public-costa-rica-fishing-effort": {
|
|
900
|
-
"name": "Costa Rica
|
|
900
|
+
"name": "VMS de Costa Rica",
|
|
901
901
|
"description": "Los datos del sistema de monitoreo de embarcaciones (VMS) son proporcionados por el Instituto Costarricense de Pesca y Acuicultura. Los datos se recopilan utilizando el sistema de seguimiento de embarcaciones de Costa Rica a través de satélites y se publican con un retraso de tres días. Los datos contienen información sobre la ubicación, velocidad, rumbo y movimiento de las embarcaciones. Global Fishing Watch analiza estos datos utilizando los mismos algoritmos desarrollados para el sistema de identificación automática (AIS) para identificar la actividad y los comportamientos pesqueros. El algoritmo clasifica cada punto de datos transmitido por las embarcaciones como pesca aparentemente o no pesca, y muestra el primero en el mapa de calor de la actividad pesquera de Global Fishing Watch. El sistema VMS transmite datos de manera diferente a AIS y puede proporcionar diferentes medidas de integridad, precisión y calidad. Global Fishing Watch mejora continuamente sus algoritmos en todos los formatos de transmisión de datos para identificar algorítmicamente la \"actividad de pesca aparente\". Es posible que no se identifique alguna actividad pesquera o que el mapa de calor muestre una actividad pesquera aparente cuando la pesca no se está llevando a cabo. Por estas razones, Global Fishing Watch califica los términos “actividad pesquera”, “pesca” o “esfuerzo pesquero” como aparentes en lugar de ciertos. Toda la información de Global Fishing Watch sobre la \"aparente actividad pesquera\" debe considerarse una estimación y debe confiarse en ella únicamente a discreción del usuario. Los algoritmos de detección de pesca de Global Fishing Watch se desarrollan y prueban utilizando datos de eventos de pesca reales recopilados por observadores y se combinan con análisis de expertos de datos de movimiento de embarcaciones AIS, lo que da como resultado la clasificación manual de miles de eventos de pesca conocidos. Global Fishing Watch también colabora ampliamente con investigadores académicos a través de nuestro programa de investigación para compartir datos de clasificación de la actividad pesquera y mejorar las técnicas de clasificación automatizadas.\n",
|
|
902
902
|
"schema": {
|
|
903
903
|
"lat": "lat",
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
}
|
|
920
920
|
},
|
|
921
921
|
"public-costa-rica-fishing-vessels": {
|
|
922
|
-
"name": "Costa Rica
|
|
922
|
+
"name": "VMS de Costa Rica (Buques de pesca)",
|
|
923
923
|
"description": "Dataset for VMS Costa Rica (Public)",
|
|
924
924
|
"schema": {
|
|
925
925
|
"id": "id",
|
|
@@ -1319,6 +1319,28 @@
|
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
|
+
"public-global-sar-presence": {
|
|
1323
|
+
"name": "SAR",
|
|
1324
|
+
"description": "SAR",
|
|
1325
|
+
"schema": {
|
|
1326
|
+
"id": "id",
|
|
1327
|
+
"lat": "lat",
|
|
1328
|
+
"lon": "lon",
|
|
1329
|
+
"pos": "pos",
|
|
1330
|
+
"cell": "cell",
|
|
1331
|
+
"htime": "htime",
|
|
1332
|
+
"ssvid": "ssvid",
|
|
1333
|
+
"matched": {
|
|
1334
|
+
"keyword": "matched",
|
|
1335
|
+
"enum": {
|
|
1336
|
+
"true": true,
|
|
1337
|
+
"false": false
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"timestamp": "timestamp",
|
|
1341
|
+
"confidence": "confidence"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1322
1344
|
"public-global-support-vessels": {
|
|
1323
1345
|
"name": "AIS (Buques de soporte)",
|
|
1324
1346
|
"description": "Support vessels from AIS",
|
|
@@ -1344,16 +1366,109 @@
|
|
|
1344
1366
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1345
1367
|
}
|
|
1346
1368
|
},
|
|
1369
|
+
"public-global-viirs-presence": {
|
|
1370
|
+
"name": "Night light detections",
|
|
1371
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nThe satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. <br/><br/>\n\nGlobal Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href='https://ngdc.noaa.gov/eog/viirs/download_boat.html' target='_blank' rel=noopener'>here</a>.<br/><br/>\n\nThose using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. <br/><br/>\n\nThe GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1).",
|
|
1372
|
+
"schema": {
|
|
1373
|
+
"cel": "cel",
|
|
1374
|
+
"lat": "lat",
|
|
1375
|
+
"lon": "lon",
|
|
1376
|
+
"pos": "pos",
|
|
1377
|
+
"htime": "htime",
|
|
1378
|
+
"radiance": {
|
|
1379
|
+
"keyword": "radiance",
|
|
1380
|
+
"enum": {
|
|
1381
|
+
"1": 1,
|
|
1382
|
+
"2": 2,
|
|
1383
|
+
"3": 3,
|
|
1384
|
+
"4": 4,
|
|
1385
|
+
"5": 5,
|
|
1386
|
+
"6": 6,
|
|
1387
|
+
"7": 7,
|
|
1388
|
+
"8": 8,
|
|
1389
|
+
"9": 9,
|
|
1390
|
+
"10": 10,
|
|
1391
|
+
"11": 11,
|
|
1392
|
+
"12": 12,
|
|
1393
|
+
"13": 13,
|
|
1394
|
+
"14": 14,
|
|
1395
|
+
"15": 15,
|
|
1396
|
+
"16": 16,
|
|
1397
|
+
"17": 17,
|
|
1398
|
+
"18": 18,
|
|
1399
|
+
"19": 19,
|
|
1400
|
+
"20": 20,
|
|
1401
|
+
"21": 21,
|
|
1402
|
+
"22": 22,
|
|
1403
|
+
"23": 23,
|
|
1404
|
+
"24": 24,
|
|
1405
|
+
"25": 25,
|
|
1406
|
+
"26": 26,
|
|
1407
|
+
"27": 27,
|
|
1408
|
+
"28": 28,
|
|
1409
|
+
"29": 29,
|
|
1410
|
+
"30": 30
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"detect_id": "detect_id",
|
|
1414
|
+
"qf_detect": {
|
|
1415
|
+
"keyword": "qf_detect",
|
|
1416
|
+
"enum": {
|
|
1417
|
+
"1": 1,
|
|
1418
|
+
"2": 2,
|
|
1419
|
+
"3": 3,
|
|
1420
|
+
"5": 5,
|
|
1421
|
+
"7": 7,
|
|
1422
|
+
"10": 10
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"timestamp": "timestamp"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1347
1428
|
"public-global-viirs": {
|
|
1348
|
-
"name": "
|
|
1349
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href
|
|
1429
|
+
"name": "VIIRS",
|
|
1430
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
1350
1431
|
"schema": {
|
|
1351
1432
|
"cel": "cel",
|
|
1352
1433
|
"lat": "lat",
|
|
1353
1434
|
"lon": "lon",
|
|
1354
1435
|
"pos": "pos",
|
|
1355
1436
|
"htime": "htime",
|
|
1356
|
-
"radiance":
|
|
1437
|
+
"radiance": {
|
|
1438
|
+
"keyword": "radiance",
|
|
1439
|
+
"enum": {
|
|
1440
|
+
"1": 1,
|
|
1441
|
+
"2": 2,
|
|
1442
|
+
"3": 3,
|
|
1443
|
+
"4": 4,
|
|
1444
|
+
"5": 5,
|
|
1445
|
+
"6": 6,
|
|
1446
|
+
"7": 7,
|
|
1447
|
+
"8": 8,
|
|
1448
|
+
"9": 9,
|
|
1449
|
+
"10": 10,
|
|
1450
|
+
"11": 11,
|
|
1451
|
+
"12": 12,
|
|
1452
|
+
"13": 13,
|
|
1453
|
+
"14": 14,
|
|
1454
|
+
"15": 15,
|
|
1455
|
+
"16": 16,
|
|
1456
|
+
"17": 17,
|
|
1457
|
+
"18": 18,
|
|
1458
|
+
"19": 19,
|
|
1459
|
+
"20": 20,
|
|
1460
|
+
"21": 21,
|
|
1461
|
+
"22": 22,
|
|
1462
|
+
"23": 23,
|
|
1463
|
+
"24": 24,
|
|
1464
|
+
"25": 25,
|
|
1465
|
+
"26": 26,
|
|
1466
|
+
"27": 27,
|
|
1467
|
+
"28": 28,
|
|
1468
|
+
"29": 29,
|
|
1469
|
+
"30": 30
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1357
1472
|
"detect_id": "detect_id",
|
|
1358
1473
|
"qf_detect": {
|
|
1359
1474
|
"keyword": "qf_detect",
|
|
@@ -1370,13 +1485,13 @@
|
|
|
1370
1485
|
}
|
|
1371
1486
|
},
|
|
1372
1487
|
"public-gs-as-simplified": {
|
|
1373
|
-
"name": "
|
|
1374
|
-
"description": "
|
|
1488
|
+
"name": "GFCM GSAs (Source: FAO)",
|
|
1489
|
+
"description": "The General Fisheries Commission for the Mediterranean (GFCM) geographical subareas (GSAs). More information available: fao.org/gfcm/data/maps/gsas/en. Source: FAO.",
|
|
1375
1490
|
"schema": {}
|
|
1376
1491
|
},
|
|
1377
1492
|
"public-gulf-of-lion-french-zones": {
|
|
1378
|
-
"name": "
|
|
1379
|
-
"description": "
|
|
1493
|
+
"name": "Gulf of Lion French zones (Source: Légifrance)",
|
|
1494
|
+
"description": "Gulf of Lion French zones are fisheries restricted areas in which some specific fishing activities are temporarily or permanently banned or restricted in order to protect spawning aggregations and deep-sea sensitive habitats. Source: Légifrance.",
|
|
1380
1495
|
"schema": {}
|
|
1381
1496
|
},
|
|
1382
1497
|
"public-high-seas": {
|
|
@@ -1423,7 +1538,7 @@
|
|
|
1423
1538
|
},
|
|
1424
1539
|
"public-indonesia-zebrax-presence": {
|
|
1425
1540
|
"name": "Pesquerías costeras de Indonesia",
|
|
1426
|
-
"description": "Esta capa de Global Fishing Watch utiliza datos proporcionados por Rare, Aruna y AP2HI. Los datos se recopilan mediante dispositivos
|
|
1541
|
+
"description": "Esta capa de Global Fishing Watch utiliza datos proporcionados por Rare, Aruna y AP2HI. Los datos se recopilan mediante distintos dispositivos que rastrean la ubicación y la velocidad. La información mostrada representa la presencia de la embarcación. La presencia se determina tomando todas las posiciones transmitidas por el dispositivo de la embarcación.",
|
|
1427
1542
|
"schema": {
|
|
1428
1543
|
"lat": "lat",
|
|
1429
1544
|
"lon": "lon",
|
package/fr/datasets.json
CHANGED
|
@@ -443,8 +443,8 @@
|
|
|
443
443
|
}
|
|
444
444
|
},
|
|
445
445
|
"private-indonesia-zebrax-presence": {
|
|
446
|
-
"name": "
|
|
447
|
-
"description": "
|
|
446
|
+
"name": "Pêche côtière Indonésie",
|
|
447
|
+
"description": "Cette couche de Global Fishing Watch utilise les données fournies par Rare, Aruna et AP2HI. Les données sont collectées à l'aide d'appareils de différents fournisseurs qui suivent l'emplacement et la vitesse. Les informations affichées représentent la présence du navire. La présence est déterminée en prenant toutes les positions transmises par le dispositif de repérage du navire.",
|
|
448
448
|
"schema": {
|
|
449
449
|
"lat": "lat",
|
|
450
450
|
"lon": "lon",
|
|
@@ -462,8 +462,8 @@
|
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"private-indonesia-zebrax-vessels": {
|
|
465
|
-
"name": "
|
|
466
|
-
"description": "
|
|
465
|
+
"name": "Pêche côtière navieres",
|
|
466
|
+
"description": "Pêche côtière navieres",
|
|
467
467
|
"schema": {
|
|
468
468
|
"id": "id",
|
|
469
469
|
"flag": "flag",
|
|
@@ -1319,6 +1319,28 @@
|
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
|
+
"public-global-sar-presence": {
|
|
1323
|
+
"name": "SAR",
|
|
1324
|
+
"description": "SAR",
|
|
1325
|
+
"schema": {
|
|
1326
|
+
"id": "id",
|
|
1327
|
+
"lat": "lat",
|
|
1328
|
+
"lon": "lon",
|
|
1329
|
+
"pos": "pos",
|
|
1330
|
+
"cell": "cell",
|
|
1331
|
+
"htime": "htime",
|
|
1332
|
+
"ssvid": "ssvid",
|
|
1333
|
+
"matched": {
|
|
1334
|
+
"keyword": "matched",
|
|
1335
|
+
"enum": {
|
|
1336
|
+
"true": true,
|
|
1337
|
+
"false": false
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"timestamp": "timestamp",
|
|
1341
|
+
"confidence": "confidence"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1322
1344
|
"public-global-support-vessels": {
|
|
1323
1345
|
"name": "AIS (Support Vessels)",
|
|
1324
1346
|
"description": "Support vessels from AIS",
|
|
@@ -1344,16 +1366,109 @@
|
|
|
1344
1366
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1345
1367
|
}
|
|
1346
1368
|
},
|
|
1369
|
+
"public-global-viirs-presence": {
|
|
1370
|
+
"name": "Night light detections",
|
|
1371
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nThe satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. <br/><br/>\n\nGlobal Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href='https://ngdc.noaa.gov/eog/viirs/download_boat.html' target='_blank' rel=noopener'>here</a>.<br/><br/>\n\nThose using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. <br/><br/>\n\nThe GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1).",
|
|
1372
|
+
"schema": {
|
|
1373
|
+
"cel": "cel",
|
|
1374
|
+
"lat": "lat",
|
|
1375
|
+
"lon": "lon",
|
|
1376
|
+
"pos": "pos",
|
|
1377
|
+
"htime": "htime",
|
|
1378
|
+
"radiance": {
|
|
1379
|
+
"keyword": "radiance",
|
|
1380
|
+
"enum": {
|
|
1381
|
+
"1": 1,
|
|
1382
|
+
"2": 2,
|
|
1383
|
+
"3": 3,
|
|
1384
|
+
"4": 4,
|
|
1385
|
+
"5": 5,
|
|
1386
|
+
"6": 6,
|
|
1387
|
+
"7": 7,
|
|
1388
|
+
"8": 8,
|
|
1389
|
+
"9": 9,
|
|
1390
|
+
"10": 10,
|
|
1391
|
+
"11": 11,
|
|
1392
|
+
"12": 12,
|
|
1393
|
+
"13": 13,
|
|
1394
|
+
"14": 14,
|
|
1395
|
+
"15": 15,
|
|
1396
|
+
"16": 16,
|
|
1397
|
+
"17": 17,
|
|
1398
|
+
"18": 18,
|
|
1399
|
+
"19": 19,
|
|
1400
|
+
"20": 20,
|
|
1401
|
+
"21": 21,
|
|
1402
|
+
"22": 22,
|
|
1403
|
+
"23": 23,
|
|
1404
|
+
"24": 24,
|
|
1405
|
+
"25": 25,
|
|
1406
|
+
"26": 26,
|
|
1407
|
+
"27": 27,
|
|
1408
|
+
"28": 28,
|
|
1409
|
+
"29": 29,
|
|
1410
|
+
"30": 30
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"detect_id": "detect_id",
|
|
1414
|
+
"qf_detect": {
|
|
1415
|
+
"keyword": "qf_detect",
|
|
1416
|
+
"enum": {
|
|
1417
|
+
"1": 1,
|
|
1418
|
+
"2": 2,
|
|
1419
|
+
"3": 3,
|
|
1420
|
+
"5": 5,
|
|
1421
|
+
"7": 7,
|
|
1422
|
+
"10": 10
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"timestamp": "timestamp"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1347
1428
|
"public-global-viirs": {
|
|
1348
|
-
"name": "
|
|
1349
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href
|
|
1429
|
+
"name": "VIIRS",
|
|
1430
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
1350
1431
|
"schema": {
|
|
1351
1432
|
"cel": "cel",
|
|
1352
1433
|
"lat": "lat",
|
|
1353
1434
|
"lon": "lon",
|
|
1354
1435
|
"pos": "pos",
|
|
1355
1436
|
"htime": "htime",
|
|
1356
|
-
"radiance":
|
|
1437
|
+
"radiance": {
|
|
1438
|
+
"keyword": "radiance",
|
|
1439
|
+
"enum": {
|
|
1440
|
+
"1": 1,
|
|
1441
|
+
"2": 2,
|
|
1442
|
+
"3": 3,
|
|
1443
|
+
"4": 4,
|
|
1444
|
+
"5": 5,
|
|
1445
|
+
"6": 6,
|
|
1446
|
+
"7": 7,
|
|
1447
|
+
"8": 8,
|
|
1448
|
+
"9": 9,
|
|
1449
|
+
"10": 10,
|
|
1450
|
+
"11": 11,
|
|
1451
|
+
"12": 12,
|
|
1452
|
+
"13": 13,
|
|
1453
|
+
"14": 14,
|
|
1454
|
+
"15": 15,
|
|
1455
|
+
"16": 16,
|
|
1456
|
+
"17": 17,
|
|
1457
|
+
"18": 18,
|
|
1458
|
+
"19": 19,
|
|
1459
|
+
"20": 20,
|
|
1460
|
+
"21": 21,
|
|
1461
|
+
"22": 22,
|
|
1462
|
+
"23": 23,
|
|
1463
|
+
"24": 24,
|
|
1464
|
+
"25": 25,
|
|
1465
|
+
"26": 26,
|
|
1466
|
+
"27": 27,
|
|
1467
|
+
"28": 28,
|
|
1468
|
+
"29": 29,
|
|
1469
|
+
"30": 30
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1357
1472
|
"detect_id": "detect_id",
|
|
1358
1473
|
"qf_detect": {
|
|
1359
1474
|
"keyword": "qf_detect",
|
|
@@ -1370,13 +1485,13 @@
|
|
|
1370
1485
|
}
|
|
1371
1486
|
},
|
|
1372
1487
|
"public-gs-as-simplified": {
|
|
1373
|
-
"name": "GSAs
|
|
1374
|
-
"description": "GSAs
|
|
1488
|
+
"name": "GFCM GSAs (Source: FAO)",
|
|
1489
|
+
"description": "The General Fisheries Commission for the Mediterranean (GFCM) geographical subareas (GSAs). More information available: fao.org/gfcm/data/maps/gsas/en. Source: FAO.",
|
|
1375
1490
|
"schema": {}
|
|
1376
1491
|
},
|
|
1377
1492
|
"public-gulf-of-lion-french-zones": {
|
|
1378
|
-
"name": "Gulf of Lion French
|
|
1379
|
-
"description": "Gulf of
|
|
1493
|
+
"name": "Gulf of Lion French zones (Source: Légifrance)",
|
|
1494
|
+
"description": "Gulf of Lion French zones are fisheries restricted areas in which some specific fishing activities are temporarily or permanently banned or restricted in order to protect spawning aggregations and deep-sea sensitive habitats. Source: Légifrance.",
|
|
1380
1495
|
"schema": {}
|
|
1381
1496
|
},
|
|
1382
1497
|
"public-high-seas": {
|
|
@@ -1423,7 +1538,7 @@
|
|
|
1423
1538
|
},
|
|
1424
1539
|
"public-indonesia-zebrax-presence": {
|
|
1425
1540
|
"name": "Pêche côtière Indonésie",
|
|
1426
|
-
"description": "Cette couche de Global Fishing Watch utilise les données fournies par Rare, Aruna et AP2HI. Les données sont collectées à l'aide d'appareils de
|
|
1541
|
+
"description": "Cette couche de Global Fishing Watch utilise les données fournies par Rare, Aruna et AP2HI. Les données sont collectées à l'aide d'appareils de différents fournisseurs qui suivent l'emplacement et la vitesse. Les informations affichées représentent la présence du navire. La présence est déterminée en prenant toutes les positions transmises par le dispositif de repérage du navire.",
|
|
1427
1542
|
"schema": {
|
|
1428
1543
|
"lat": "lat",
|
|
1429
1544
|
"lon": "lon",
|
package/id/datasets.json
CHANGED
|
@@ -1319,6 +1319,28 @@
|
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
|
+
"public-global-sar-presence": {
|
|
1323
|
+
"name": "SAR",
|
|
1324
|
+
"description": "SAR",
|
|
1325
|
+
"schema": {
|
|
1326
|
+
"id": "id",
|
|
1327
|
+
"lat": "lat",
|
|
1328
|
+
"lon": "lon",
|
|
1329
|
+
"pos": "pos",
|
|
1330
|
+
"cell": "cell",
|
|
1331
|
+
"htime": "htime",
|
|
1332
|
+
"ssvid": "ssvid",
|
|
1333
|
+
"matched": {
|
|
1334
|
+
"keyword": "matched",
|
|
1335
|
+
"enum": {
|
|
1336
|
+
"true": true,
|
|
1337
|
+
"false": false
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"timestamp": "timestamp",
|
|
1341
|
+
"confidence": "confidence"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1322
1344
|
"public-global-support-vessels": {
|
|
1323
1345
|
"name": "AIS (Support Vessels)",
|
|
1324
1346
|
"description": "Support vessels from AIS",
|
|
@@ -1344,16 +1366,109 @@
|
|
|
1344
1366
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1345
1367
|
}
|
|
1346
1368
|
},
|
|
1369
|
+
"public-global-viirs-presence": {
|
|
1370
|
+
"name": "Night light detections",
|
|
1371
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nThe satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. <br/><br/>\n\nGlobal Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href='https://ngdc.noaa.gov/eog/viirs/download_boat.html' target='_blank' rel=noopener'>here</a>.<br/><br/>\n\nThose using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. <br/><br/>\n\nThe GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1).",
|
|
1372
|
+
"schema": {
|
|
1373
|
+
"cel": "cel",
|
|
1374
|
+
"lat": "lat",
|
|
1375
|
+
"lon": "lon",
|
|
1376
|
+
"pos": "pos",
|
|
1377
|
+
"htime": "htime",
|
|
1378
|
+
"radiance": {
|
|
1379
|
+
"keyword": "radiance",
|
|
1380
|
+
"enum": {
|
|
1381
|
+
"1": 1,
|
|
1382
|
+
"2": 2,
|
|
1383
|
+
"3": 3,
|
|
1384
|
+
"4": 4,
|
|
1385
|
+
"5": 5,
|
|
1386
|
+
"6": 6,
|
|
1387
|
+
"7": 7,
|
|
1388
|
+
"8": 8,
|
|
1389
|
+
"9": 9,
|
|
1390
|
+
"10": 10,
|
|
1391
|
+
"11": 11,
|
|
1392
|
+
"12": 12,
|
|
1393
|
+
"13": 13,
|
|
1394
|
+
"14": 14,
|
|
1395
|
+
"15": 15,
|
|
1396
|
+
"16": 16,
|
|
1397
|
+
"17": 17,
|
|
1398
|
+
"18": 18,
|
|
1399
|
+
"19": 19,
|
|
1400
|
+
"20": 20,
|
|
1401
|
+
"21": 21,
|
|
1402
|
+
"22": 22,
|
|
1403
|
+
"23": 23,
|
|
1404
|
+
"24": 24,
|
|
1405
|
+
"25": 25,
|
|
1406
|
+
"26": 26,
|
|
1407
|
+
"27": 27,
|
|
1408
|
+
"28": 28,
|
|
1409
|
+
"29": 29,
|
|
1410
|
+
"30": 30
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"detect_id": "detect_id",
|
|
1414
|
+
"qf_detect": {
|
|
1415
|
+
"keyword": "qf_detect",
|
|
1416
|
+
"enum": {
|
|
1417
|
+
"1": 1,
|
|
1418
|
+
"2": 2,
|
|
1419
|
+
"3": 3,
|
|
1420
|
+
"5": 5,
|
|
1421
|
+
"7": 7,
|
|
1422
|
+
"10": 10
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"timestamp": "timestamp"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1347
1428
|
"public-global-viirs": {
|
|
1348
|
-
"name": "
|
|
1349
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href
|
|
1429
|
+
"name": "VIIRS",
|
|
1430
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
1350
1431
|
"schema": {
|
|
1351
1432
|
"cel": "cel",
|
|
1352
1433
|
"lat": "lat",
|
|
1353
1434
|
"lon": "lon",
|
|
1354
1435
|
"pos": "pos",
|
|
1355
1436
|
"htime": "htime",
|
|
1356
|
-
"radiance":
|
|
1437
|
+
"radiance": {
|
|
1438
|
+
"keyword": "radiance",
|
|
1439
|
+
"enum": {
|
|
1440
|
+
"1": 1,
|
|
1441
|
+
"2": 2,
|
|
1442
|
+
"3": 3,
|
|
1443
|
+
"4": 4,
|
|
1444
|
+
"5": 5,
|
|
1445
|
+
"6": 6,
|
|
1446
|
+
"7": 7,
|
|
1447
|
+
"8": 8,
|
|
1448
|
+
"9": 9,
|
|
1449
|
+
"10": 10,
|
|
1450
|
+
"11": 11,
|
|
1451
|
+
"12": 12,
|
|
1452
|
+
"13": 13,
|
|
1453
|
+
"14": 14,
|
|
1454
|
+
"15": 15,
|
|
1455
|
+
"16": 16,
|
|
1456
|
+
"17": 17,
|
|
1457
|
+
"18": 18,
|
|
1458
|
+
"19": 19,
|
|
1459
|
+
"20": 20,
|
|
1460
|
+
"21": 21,
|
|
1461
|
+
"22": 22,
|
|
1462
|
+
"23": 23,
|
|
1463
|
+
"24": 24,
|
|
1464
|
+
"25": 25,
|
|
1465
|
+
"26": 26,
|
|
1466
|
+
"27": 27,
|
|
1467
|
+
"28": 28,
|
|
1468
|
+
"29": 29,
|
|
1469
|
+
"30": 30
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1357
1472
|
"detect_id": "detect_id",
|
|
1358
1473
|
"qf_detect": {
|
|
1359
1474
|
"keyword": "qf_detect",
|
|
@@ -1370,13 +1485,13 @@
|
|
|
1370
1485
|
}
|
|
1371
1486
|
},
|
|
1372
1487
|
"public-gs-as-simplified": {
|
|
1373
|
-
"name": "GSAs
|
|
1374
|
-
"description": "GSAs
|
|
1488
|
+
"name": "GFCM GSAs (Source: FAO)",
|
|
1489
|
+
"description": "The General Fisheries Commission for the Mediterranean (GFCM) geographical subareas (GSAs). More information available: fao.org/gfcm/data/maps/gsas/en. Source: FAO.",
|
|
1375
1490
|
"schema": {}
|
|
1376
1491
|
},
|
|
1377
1492
|
"public-gulf-of-lion-french-zones": {
|
|
1378
|
-
"name": "Gulf of Lion French
|
|
1379
|
-
"description": "Gulf of
|
|
1493
|
+
"name": "Gulf of Lion French zones (Source: Légifrance)",
|
|
1494
|
+
"description": "Gulf of Lion French zones are fisheries restricted areas in which some specific fishing activities are temporarily or permanently banned or restricted in order to protect spawning aggregations and deep-sea sensitive habitats. Source: Légifrance.",
|
|
1380
1495
|
"schema": {}
|
|
1381
1496
|
},
|
|
1382
1497
|
"public-high-seas": {
|
package/package.json
CHANGED
package/source/datasets.json
CHANGED
|
@@ -1319,6 +1319,28 @@
|
|
|
1319
1319
|
}
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
|
+
"public-global-sar-presence": {
|
|
1323
|
+
"name": "SAR",
|
|
1324
|
+
"description": "SAR",
|
|
1325
|
+
"schema": {
|
|
1326
|
+
"id": "id",
|
|
1327
|
+
"lat": "lat",
|
|
1328
|
+
"lon": "lon",
|
|
1329
|
+
"pos": "pos",
|
|
1330
|
+
"cell": "cell",
|
|
1331
|
+
"htime": "htime",
|
|
1332
|
+
"ssvid": "ssvid",
|
|
1333
|
+
"matched": {
|
|
1334
|
+
"keyword": "matched",
|
|
1335
|
+
"enum": {
|
|
1336
|
+
"true": "AIS Matched",
|
|
1337
|
+
"false": "AIS Unmatched"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"timestamp": "timestamp",
|
|
1341
|
+
"confidence": "confidence"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1322
1344
|
"public-global-support-vessels": {
|
|
1323
1345
|
"name": "AIS (Support Vessels)",
|
|
1324
1346
|
"description": "Support vessels from AIS",
|
|
@@ -1344,16 +1366,109 @@
|
|
|
1344
1366
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1345
1367
|
}
|
|
1346
1368
|
},
|
|
1369
|
+
"public-global-viirs-presence": {
|
|
1370
|
+
"name": "Night light detections",
|
|
1371
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nThe satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. <br/><br/>\n\nGlobal Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href='https://ngdc.noaa.gov/eog/viirs/download_boat.html' target='_blank' rel=noopener'>here</a>.<br/><br/>\n\nThose using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. <br/><br/>\n\nThe GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1).",
|
|
1372
|
+
"schema": {
|
|
1373
|
+
"cel": "cel",
|
|
1374
|
+
"lat": "lat",
|
|
1375
|
+
"lon": "lon",
|
|
1376
|
+
"pos": "pos",
|
|
1377
|
+
"htime": "htime",
|
|
1378
|
+
"radiance": {
|
|
1379
|
+
"keyword": "radiance",
|
|
1380
|
+
"enum": {
|
|
1381
|
+
"1": 1,
|
|
1382
|
+
"2": 2,
|
|
1383
|
+
"3": 3,
|
|
1384
|
+
"4": 4,
|
|
1385
|
+
"5": 5,
|
|
1386
|
+
"6": 6,
|
|
1387
|
+
"7": 7,
|
|
1388
|
+
"8": 8,
|
|
1389
|
+
"9": 9,
|
|
1390
|
+
"10": 10,
|
|
1391
|
+
"11": 11,
|
|
1392
|
+
"12": 12,
|
|
1393
|
+
"13": 13,
|
|
1394
|
+
"14": 14,
|
|
1395
|
+
"15": 15,
|
|
1396
|
+
"16": 16,
|
|
1397
|
+
"17": 17,
|
|
1398
|
+
"18": 18,
|
|
1399
|
+
"19": 19,
|
|
1400
|
+
"20": 20,
|
|
1401
|
+
"21": 21,
|
|
1402
|
+
"22": 22,
|
|
1403
|
+
"23": 23,
|
|
1404
|
+
"24": 24,
|
|
1405
|
+
"25": 25,
|
|
1406
|
+
"26": 26,
|
|
1407
|
+
"27": 27,
|
|
1408
|
+
"28": 28,
|
|
1409
|
+
"29": 29,
|
|
1410
|
+
"30": 30
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"detect_id": "detect_id",
|
|
1414
|
+
"qf_detect": {
|
|
1415
|
+
"keyword": "qf_detect",
|
|
1416
|
+
"enum": {
|
|
1417
|
+
"1": 1,
|
|
1418
|
+
"2": 2,
|
|
1419
|
+
"3": 3,
|
|
1420
|
+
"5": 5,
|
|
1421
|
+
"7": 7,
|
|
1422
|
+
"10": 10
|
|
1423
|
+
}
|
|
1424
|
+
},
|
|
1425
|
+
"timestamp": "timestamp"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1347
1428
|
"public-global-viirs": {
|
|
1348
|
-
"name": "
|
|
1349
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href
|
|
1429
|
+
"name": "VIIRS",
|
|
1430
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
1350
1431
|
"schema": {
|
|
1351
1432
|
"cel": "cel",
|
|
1352
1433
|
"lat": "lat",
|
|
1353
1434
|
"lon": "lon",
|
|
1354
1435
|
"pos": "pos",
|
|
1355
1436
|
"htime": "htime",
|
|
1356
|
-
"radiance":
|
|
1437
|
+
"radiance": {
|
|
1438
|
+
"keyword": "radiance",
|
|
1439
|
+
"enum": {
|
|
1440
|
+
"1": 1,
|
|
1441
|
+
"2": 2,
|
|
1442
|
+
"3": 3,
|
|
1443
|
+
"4": 4,
|
|
1444
|
+
"5": 5,
|
|
1445
|
+
"6": 6,
|
|
1446
|
+
"7": 7,
|
|
1447
|
+
"8": 8,
|
|
1448
|
+
"9": 9,
|
|
1449
|
+
"10": 10,
|
|
1450
|
+
"11": 11,
|
|
1451
|
+
"12": 12,
|
|
1452
|
+
"13": 13,
|
|
1453
|
+
"14": 14,
|
|
1454
|
+
"15": 15,
|
|
1455
|
+
"16": 16,
|
|
1456
|
+
"17": 17,
|
|
1457
|
+
"18": 18,
|
|
1458
|
+
"19": 19,
|
|
1459
|
+
"20": 20,
|
|
1460
|
+
"21": 21,
|
|
1461
|
+
"22": 22,
|
|
1462
|
+
"23": 23,
|
|
1463
|
+
"24": 24,
|
|
1464
|
+
"25": 25,
|
|
1465
|
+
"26": 26,
|
|
1466
|
+
"27": 27,
|
|
1467
|
+
"28": 28,
|
|
1468
|
+
"29": 29,
|
|
1469
|
+
"30": 30
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1357
1472
|
"detect_id": "detect_id",
|
|
1358
1473
|
"qf_detect": {
|
|
1359
1474
|
"keyword": "qf_detect",
|
|
@@ -1370,13 +1485,13 @@
|
|
|
1370
1485
|
}
|
|
1371
1486
|
},
|
|
1372
1487
|
"public-gs-as-simplified": {
|
|
1373
|
-
"name": "GSAs
|
|
1374
|
-
"description": "GSAs
|
|
1488
|
+
"name": "GFCM GSAs (Source: FAO)",
|
|
1489
|
+
"description": "The General Fisheries Commission for the Mediterranean (GFCM) geographical subareas (GSAs). More information available: fao.org/gfcm/data/maps/gsas/en. Source: FAO.",
|
|
1375
1490
|
"schema": {}
|
|
1376
1491
|
},
|
|
1377
1492
|
"public-gulf-of-lion-french-zones": {
|
|
1378
|
-
"name": "Gulf of Lion French
|
|
1379
|
-
"description": "Gulf of
|
|
1493
|
+
"name": "Gulf of Lion French zones (Source: Légifrance)",
|
|
1494
|
+
"description": "Gulf of Lion French zones are fisheries restricted areas in which some specific fishing activities are temporarily or permanently banned or restricted in order to protect spawning aggregations and deep-sea sensitive habitats. Source: Légifrance.",
|
|
1380
1495
|
"schema": {}
|
|
1381
1496
|
},
|
|
1382
1497
|
"public-high-seas": {
|