@globalfishingwatch/i18n-labels 1.2.125 → 1.2.127
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 +23 -0
- package/es/datasets.json +69 -46
- package/fr/datasets.json +29 -6
- package/fr/flags.json +6 -6
- package/id/datasets.json +23 -0
- package/package.json +1 -1
- package/pt/datasets.json +23 -0
- package/source/datasets.json +23 -0
- package/val/datasets.json +23 -0
package/en/datasets.json
CHANGED
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "event_mean_position"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "AIS (Other Vessels)",
|
|
1844
|
+
"description": "Other vessels from AIS",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "id",
|
|
1847
|
+
"imo": "imo",
|
|
1848
|
+
"flag": "flag",
|
|
1849
|
+
"mmsi": "mmsi",
|
|
1850
|
+
"source": "source",
|
|
1851
|
+
"dataset": "dataset",
|
|
1852
|
+
"callsign": "callsign",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "geartype",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "msgCount",
|
|
1858
|
+
"posCount": "posCount",
|
|
1859
|
+
"shipname": "shipname",
|
|
1860
|
+
"normalized_shipname": "normalized_shipname",
|
|
1861
|
+
"lastTransmissionDate": "lastTransmissionDate",
|
|
1862
|
+
"firstTransmissionDate": "firstTransmissionDate"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "AIS",
|
|
1844
1867
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per hour per vessel from the positions transmitted by the vessel's AIS.",
|
package/es/datasets.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"small_fisheries": "Artesanal"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
|
-
"source": "
|
|
15
|
+
"source": "fuente",
|
|
16
16
|
"shipname": "shipname",
|
|
17
17
|
"normalized_shipname": "normalized_shipname",
|
|
18
18
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"schema": {
|
|
27
27
|
"id": "id",
|
|
28
28
|
"flag": "bandera",
|
|
29
|
-
"source": "
|
|
29
|
+
"source": "fuente",
|
|
30
30
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
31
31
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
32
32
|
}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"id": "id",
|
|
39
39
|
"flag": "bandera",
|
|
40
40
|
"length": "longitud",
|
|
41
|
-
"source": "
|
|
41
|
+
"source": "fuente",
|
|
42
42
|
"geartype": "geartype",
|
|
43
43
|
"shipname": "shipname",
|
|
44
44
|
"vesselType": "vesselType",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"origin": {
|
|
68
68
|
"keyword": "origin",
|
|
69
69
|
"enum": {
|
|
70
|
-
"Peru": "
|
|
70
|
+
"Peru": "Perú",
|
|
71
71
|
"Foreign": "Foreign"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
"source": "
|
|
74
|
+
"source": "fuente",
|
|
75
75
|
"capacity": "capacity",
|
|
76
76
|
"shipname": "shipname",
|
|
77
77
|
"nationalId": "nationalId",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"imo": "imo",
|
|
111
111
|
"flag": "bandera",
|
|
112
112
|
"mmsi": "mmsi",
|
|
113
|
-
"source": "
|
|
114
|
-
"callsign": "
|
|
113
|
+
"source": "fuente",
|
|
114
|
+
"callsign": "signatura",
|
|
115
115
|
"geartype": {
|
|
116
116
|
"keyword": "geartype",
|
|
117
117
|
"enum": {
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
"imo": "imo",
|
|
135
135
|
"flag": "bandera",
|
|
136
136
|
"mmsi": "mmsi",
|
|
137
|
-
"source": "
|
|
138
|
-
"callsign": "
|
|
137
|
+
"source": "fuente",
|
|
138
|
+
"callsign": "signatura",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
"schema": {
|
|
248
248
|
"id": "id",
|
|
249
249
|
"flag": "bandera",
|
|
250
|
-
"source": "
|
|
250
|
+
"source": "fuente",
|
|
251
251
|
"dataset": "dataset",
|
|
252
252
|
"geartype": {
|
|
253
253
|
"keyword": "geartype",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"schema": {
|
|
316
316
|
"id": "id",
|
|
317
317
|
"flag": "bandera",
|
|
318
|
-
"source": "
|
|
318
|
+
"source": "fuente",
|
|
319
319
|
"dataset": "dataset",
|
|
320
320
|
"geartype": {
|
|
321
321
|
"keyword": "geartype",
|
|
@@ -502,9 +502,9 @@
|
|
|
502
502
|
"imo": "imo",
|
|
503
503
|
"flag": "bandera",
|
|
504
504
|
"mmsi": "mmsi",
|
|
505
|
-
"source": "
|
|
505
|
+
"source": "fuente",
|
|
506
506
|
"dataset": "dataset",
|
|
507
|
-
"callsign": "
|
|
507
|
+
"callsign": "signatura",
|
|
508
508
|
"geartype": {
|
|
509
509
|
"keyword": "geartype",
|
|
510
510
|
"enum": {}
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"schema": {
|
|
567
567
|
"id": "id",
|
|
568
568
|
"flag": "bandera",
|
|
569
|
-
"source": "
|
|
569
|
+
"source": "fuente",
|
|
570
570
|
"dataset": "dataset",
|
|
571
571
|
"geartype": "geartype",
|
|
572
572
|
"shipname": "shipname",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"schema": {
|
|
662
662
|
"id": "id",
|
|
663
663
|
"flag": "bandera",
|
|
664
|
-
"source": "
|
|
664
|
+
"source": "fuente",
|
|
665
665
|
"dataset": "dataset",
|
|
666
666
|
"geartype": "geartype",
|
|
667
667
|
"shipname": "shipname",
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
"schema": {
|
|
719
719
|
"id": "id",
|
|
720
720
|
"flag": "bandera",
|
|
721
|
-
"source": "
|
|
721
|
+
"source": "fuente",
|
|
722
722
|
"dataset": "dataset",
|
|
723
723
|
"geartype": "geartype",
|
|
724
724
|
"shipname": "shipname",
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"schema": {
|
|
807
807
|
"id": "id",
|
|
808
808
|
"flag": "bandera",
|
|
809
|
-
"source": "
|
|
809
|
+
"source": "fuente",
|
|
810
810
|
"dataset": "dataset",
|
|
811
811
|
"geartype": "geartype",
|
|
812
812
|
"shipname": "shipname",
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
"schema": {
|
|
841
841
|
"id": "id",
|
|
842
842
|
"flag": "bandera",
|
|
843
|
-
"source": "
|
|
843
|
+
"source": "fuente",
|
|
844
844
|
"dataset": "dataset",
|
|
845
845
|
"geartype": "geartype",
|
|
846
846
|
"shipname": "shipname",
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"imo": "imo",
|
|
891
891
|
"flag": "bandera",
|
|
892
892
|
"length": "longitud",
|
|
893
|
-
"source": "
|
|
893
|
+
"source": "fuente",
|
|
894
894
|
"geartype": "geartype",
|
|
895
895
|
"shipname": "shipname",
|
|
896
896
|
"veselType": "veselType",
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"schema": {
|
|
907
907
|
"id": "id",
|
|
908
908
|
"flag": "bandera",
|
|
909
|
-
"source": "
|
|
909
|
+
"source": "fuente",
|
|
910
910
|
"geartype": "geartype",
|
|
911
911
|
"shipname": "shipname",
|
|
912
912
|
"veselType": "veselType",
|
|
@@ -1011,11 +1011,11 @@
|
|
|
1011
1011
|
"origin": {
|
|
1012
1012
|
"keyword": "origin",
|
|
1013
1013
|
"enum": {
|
|
1014
|
-
"Peru": "
|
|
1014
|
+
"Peru": "Perú",
|
|
1015
1015
|
"Foreign": "Foreign"
|
|
1016
1016
|
}
|
|
1017
1017
|
},
|
|
1018
|
-
"source": "
|
|
1018
|
+
"source": "fuente",
|
|
1019
1019
|
"regimen": "regimen",
|
|
1020
1020
|
"capacity": "capacity",
|
|
1021
1021
|
"geartype": "geartype",
|
|
@@ -1101,8 +1101,8 @@
|
|
|
1101
1101
|
"schema": {
|
|
1102
1102
|
"id": "id",
|
|
1103
1103
|
"flag": "bandera",
|
|
1104
|
-
"source": "
|
|
1105
|
-
"callsign": "
|
|
1104
|
+
"source": "fuente",
|
|
1105
|
+
"callsign": "signatura",
|
|
1106
1106
|
"shipname": "shipname",
|
|
1107
1107
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
1108
1108
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1224,7 +1224,7 @@
|
|
|
1224
1224
|
"schema": {
|
|
1225
1225
|
"id": "id",
|
|
1226
1226
|
"flag": "bandera",
|
|
1227
|
-
"source": "
|
|
1227
|
+
"source": "fuente",
|
|
1228
1228
|
"geartype": {
|
|
1229
1229
|
"keyword": "geartype",
|
|
1230
1230
|
"enum": {
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
"schema": {
|
|
1303
1303
|
"id": "id",
|
|
1304
1304
|
"flag": "bandera",
|
|
1305
|
-
"source": "
|
|
1305
|
+
"source": "fuente",
|
|
1306
1306
|
"dataset": "dataset",
|
|
1307
1307
|
"geartype": {
|
|
1308
1308
|
"keyword": "geartype",
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"schema": {
|
|
1369
1369
|
"id": "id",
|
|
1370
1370
|
"code": "code",
|
|
1371
|
-
"source": "
|
|
1371
|
+
"source": "fuente",
|
|
1372
1372
|
"shipname": "shipname",
|
|
1373
1373
|
"normalizedShipname": "normalizedShipname",
|
|
1374
1374
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
"schema": {
|
|
1493
1493
|
"id": "id",
|
|
1494
1494
|
"flag": "bandera",
|
|
1495
|
-
"source": "
|
|
1495
|
+
"source": "fuente",
|
|
1496
1496
|
"shipname": "shipname",
|
|
1497
1497
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
1498
1498
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1534,7 +1534,7 @@
|
|
|
1534
1534
|
"schema": {
|
|
1535
1535
|
"id": "id",
|
|
1536
1536
|
"flag": "bandera",
|
|
1537
|
-
"source": "
|
|
1537
|
+
"source": "fuente",
|
|
1538
1538
|
"shipname": "shipname",
|
|
1539
1539
|
"nationalId": "nationalId",
|
|
1540
1540
|
"normalized_shipname": "normalized_shipname",
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
"schema": {
|
|
1549
1549
|
"id": "id",
|
|
1550
1550
|
"flag": "bandera",
|
|
1551
|
-
"source": "
|
|
1551
|
+
"source": "fuente",
|
|
1552
1552
|
"shipname": "shipname",
|
|
1553
1553
|
"nationalId": "nationalId",
|
|
1554
1554
|
"normalized_shipname": "normalized_shipname",
|
|
@@ -1631,9 +1631,9 @@
|
|
|
1631
1631
|
"imo": "imo",
|
|
1632
1632
|
"flag": "bandera",
|
|
1633
1633
|
"mmsi": "mmsi",
|
|
1634
|
-
"source": "
|
|
1634
|
+
"source": "fuente",
|
|
1635
1635
|
"dataset": "dataset",
|
|
1636
|
-
"callsign": "
|
|
1636
|
+
"callsign": "signatura",
|
|
1637
1637
|
"geartype": {
|
|
1638
1638
|
"keyword": "geartype",
|
|
1639
1639
|
"enum": {
|
|
@@ -1765,9 +1765,9 @@
|
|
|
1765
1765
|
"imo": "imo",
|
|
1766
1766
|
"flag": "bandera",
|
|
1767
1767
|
"mmsi": "mmsi",
|
|
1768
|
-
"source": "
|
|
1768
|
+
"source": "fuente",
|
|
1769
1769
|
"dataset": "dataset",
|
|
1770
|
-
"callsign": "
|
|
1770
|
+
"callsign": "signatura",
|
|
1771
1771
|
"geartype": {
|
|
1772
1772
|
"keyword": "geartype",
|
|
1773
1773
|
"enum": {
|
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "event_mean_position"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "AIS (Other Vessels)",
|
|
1844
|
+
"description": "Other vessels from AIS",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "id",
|
|
1847
|
+
"imo": "imo",
|
|
1848
|
+
"flag": "bandera",
|
|
1849
|
+
"mmsi": "mmsi",
|
|
1850
|
+
"source": "fuente",
|
|
1851
|
+
"dataset": "dataset",
|
|
1852
|
+
"callsign": "signatura",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "geartype",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "msgCount",
|
|
1858
|
+
"posCount": "posCount",
|
|
1859
|
+
"shipname": "shipname",
|
|
1860
|
+
"normalized_shipname": "normalized_shipname",
|
|
1861
|
+
"lastTransmissionDate": "lastTransmissionDate",
|
|
1862
|
+
"firstTransmissionDate": "firstTransmissionDate"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "AIS",
|
|
1844
1867
|
"description": "Global Fishing Watch utiliza datos sobre la identidad, el tipo, la ubicación, la velocidad, y otros datos que son emitidos a través del Sistema de Identificación Automática (AIS) y recolectados a través de satélites y receptores terrestres. El AIS fue desarrollado para la prevención de colisión/esquivación. La capa de actividad muestra un mapa de calor de la presencia de buques. La presencia se determina tomando una posición al hora por buque a partir de las posiciones transmitidas por el AIS de la buque.",
|
|
@@ -1896,9 +1919,9 @@
|
|
|
1896
1919
|
"imo": "imo",
|
|
1897
1920
|
"flag": "bandera",
|
|
1898
1921
|
"mmsi": "mmsi",
|
|
1899
|
-
"source": "
|
|
1922
|
+
"source": "fuente",
|
|
1900
1923
|
"dataset": "dataset",
|
|
1901
|
-
"callsign": "
|
|
1924
|
+
"callsign": "signatura",
|
|
1902
1925
|
"geartype": {
|
|
1903
1926
|
"keyword": "geartype",
|
|
1904
1927
|
"enum": {
|
|
@@ -2128,7 +2151,7 @@
|
|
|
2128
2151
|
"schema": {
|
|
2129
2152
|
"id": "id",
|
|
2130
2153
|
"flag": "bandera",
|
|
2131
|
-
"source": "
|
|
2154
|
+
"source": "fuente",
|
|
2132
2155
|
"shipname": "shipname",
|
|
2133
2156
|
"nationalId": "nationalId",
|
|
2134
2157
|
"normalizedShipname": "normalizedShipname",
|
|
@@ -2229,8 +2252,8 @@
|
|
|
2229
2252
|
"schema": {
|
|
2230
2253
|
"id": "id",
|
|
2231
2254
|
"flag": "bandera",
|
|
2232
|
-
"source": "
|
|
2233
|
-
"callsign": "
|
|
2255
|
+
"source": "fuente",
|
|
2256
|
+
"callsign": "signatura",
|
|
2234
2257
|
"geartype": {
|
|
2235
2258
|
"keyword": "geartype",
|
|
2236
2259
|
"enum": {
|
|
@@ -2259,8 +2282,8 @@
|
|
|
2259
2282
|
"schema": {
|
|
2260
2283
|
"id": "id",
|
|
2261
2284
|
"flag": "bandera",
|
|
2262
|
-
"source": "
|
|
2263
|
-
"callsign": "
|
|
2285
|
+
"source": "fuente",
|
|
2286
|
+
"callsign": "signatura",
|
|
2264
2287
|
"geartype": {
|
|
2265
2288
|
"keyword": "geartype",
|
|
2266
2289
|
"enum": {
|
|
@@ -2343,7 +2366,7 @@
|
|
|
2343
2366
|
"schema": {
|
|
2344
2367
|
"id": "id",
|
|
2345
2368
|
"flag": "bandera",
|
|
2346
|
-
"source": "
|
|
2369
|
+
"source": "fuente",
|
|
2347
2370
|
"shipname": "shipname",
|
|
2348
2371
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
2349
2372
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -2355,7 +2378,7 @@
|
|
|
2355
2378
|
"schema": {
|
|
2356
2379
|
"id": "id",
|
|
2357
2380
|
"flag": "bandera",
|
|
2358
|
-
"source": "
|
|
2381
|
+
"source": "fuente",
|
|
2359
2382
|
"geartype": "geartype",
|
|
2360
2383
|
"shipname": "shipname",
|
|
2361
2384
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
@@ -2495,8 +2518,8 @@
|
|
|
2495
2518
|
"schema": {
|
|
2496
2519
|
"id": "id",
|
|
2497
2520
|
"flag": "bandera",
|
|
2498
|
-
"source": "
|
|
2499
|
-
"callsign": "
|
|
2521
|
+
"source": "fuente",
|
|
2522
|
+
"callsign": "signatura",
|
|
2500
2523
|
"shipname": "shipname",
|
|
2501
2524
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
2502
2525
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -2527,7 +2550,7 @@
|
|
|
2527
2550
|
"flag": "bandera",
|
|
2528
2551
|
"htime": "htime",
|
|
2529
2552
|
"source": {
|
|
2530
|
-
"keyword": "
|
|
2553
|
+
"keyword": "fuente",
|
|
2531
2554
|
"enum": {
|
|
2532
2555
|
"unknown": "unknown",
|
|
2533
2556
|
"chile_vms_aquaculture": "Acuicultura",
|
package/fr/datasets.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"schema": {
|
|
38
38
|
"id": "id",
|
|
39
39
|
"flag": "pavillon",
|
|
40
|
-
"length": "
|
|
40
|
+
"length": "Longueur",
|
|
41
41
|
"source": "source",
|
|
42
42
|
"geartype": "type d’engin",
|
|
43
43
|
"shipname": "shipname",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"width": "width",
|
|
66
|
-
"length": "
|
|
66
|
+
"length": "Longueur",
|
|
67
67
|
"origin": {
|
|
68
68
|
"keyword": "origin",
|
|
69
69
|
"enum": {
|
|
70
|
-
"Peru": "
|
|
70
|
+
"Peru": "Pérou",
|
|
71
71
|
"Foreign": "Foreign"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"id": "id",
|
|
890
890
|
"imo": "imo",
|
|
891
891
|
"flag": "pavillon",
|
|
892
|
-
"length": "
|
|
892
|
+
"length": "Longueur",
|
|
893
893
|
"source": "source",
|
|
894
894
|
"geartype": "type d’engin",
|
|
895
895
|
"shipname": "shipname",
|
|
@@ -1007,11 +1007,11 @@
|
|
|
1007
1007
|
},
|
|
1008
1008
|
"ssvid": "ssvid",
|
|
1009
1009
|
"width": "width",
|
|
1010
|
-
"length": "
|
|
1010
|
+
"length": "Longueur",
|
|
1011
1011
|
"origin": {
|
|
1012
1012
|
"keyword": "origin",
|
|
1013
1013
|
"enum": {
|
|
1014
|
-
"Peru": "
|
|
1014
|
+
"Peru": "Pérou",
|
|
1015
1015
|
"Foreign": "Foreign"
|
|
1016
1016
|
}
|
|
1017
1017
|
},
|
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "event_mean_position"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "AIS (Other Vessels)",
|
|
1844
|
+
"description": "Other vessels from AIS",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "id",
|
|
1847
|
+
"imo": "imo",
|
|
1848
|
+
"flag": "pavillon",
|
|
1849
|
+
"mmsi": "mmsi",
|
|
1850
|
+
"source": "source",
|
|
1851
|
+
"dataset": "dataset",
|
|
1852
|
+
"callsign": "indicatifs d'appel",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "type d’engin",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "msgCount",
|
|
1858
|
+
"posCount": "posCount",
|
|
1859
|
+
"shipname": "shipname",
|
|
1860
|
+
"normalized_shipname": "normalized_shipname",
|
|
1861
|
+
"lastTransmissionDate": "lastTransmissionDate",
|
|
1862
|
+
"firstTransmissionDate": "firstTransmissionDate"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "AIS",
|
|
1844
1867
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
package/fr/flags.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"BVT": "Bouvet",
|
|
40
40
|
"BWA": "Botswana",
|
|
41
41
|
"CAF": "République centrafricaine",
|
|
42
|
-
"CAN": "Canada",
|
|
42
|
+
"CAN": "Le Canada",
|
|
43
43
|
"CCK": "Îles Cocos (Keeling)",
|
|
44
44
|
"CHE": "Suisse",
|
|
45
45
|
"CHL": "Chili",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"GBR": "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord",
|
|
83
83
|
"GEO": "Géorgie",
|
|
84
84
|
"GGY": "Guernesey",
|
|
85
|
-
"GHA": "Ghana",
|
|
85
|
+
"GHA": "Le Ghana",
|
|
86
86
|
"GIB": "Gibraltar",
|
|
87
87
|
"GIN": "Guinée",
|
|
88
88
|
"GLP": "Guadeloupe",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"JOR": "Jordanie",
|
|
118
118
|
"JPN": "Japon",
|
|
119
119
|
"KAZ": "Kazakhstan",
|
|
120
|
-
"KEN": "Kenya",
|
|
120
|
+
"KEN": "Le Kenya",
|
|
121
121
|
"KGZ": "Kirghizistan",
|
|
122
122
|
"KHM": "Cambodge",
|
|
123
123
|
"KIR": "Kiribati",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"NRU": "Nauru",
|
|
174
174
|
"NZL": "Nouvelle-Zélande",
|
|
175
175
|
"OMN": "Oman",
|
|
176
|
-
"PAK": "Pakistan",
|
|
176
|
+
"PAK": "Le Pakistan",
|
|
177
177
|
"PAN": "Panama",
|
|
178
178
|
"PCN": "Pitcairn",
|
|
179
179
|
"PER": "Pérou",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"POL": "Pologne",
|
|
184
184
|
"PRI": "Porto Rico",
|
|
185
185
|
"PRK": "République populaire démocratique de Corée",
|
|
186
|
-
"PRT": "Portugal",
|
|
186
|
+
"PRT": "Le Portugal",
|
|
187
187
|
"PRY": "Paraguay",
|
|
188
188
|
"PSE": "Palestine",
|
|
189
189
|
"PYF": "Polynésie",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"TWN": "Taipei chinois",
|
|
233
233
|
"TZA": "Tanzanie",
|
|
234
234
|
"UGA": "Ouganda",
|
|
235
|
-
"UKR": "Ukraine",
|
|
235
|
+
"UKR": "L'Ukraine",
|
|
236
236
|
"UMI": "Îles mineures éloignées des États-Unis",
|
|
237
237
|
"URY": "Uruguay",
|
|
238
238
|
"USA": "États-Unis d'Amérique",
|
package/id/datasets.json
CHANGED
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "event_mean_position"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "AIS (Other Vessels)",
|
|
1844
|
+
"description": "Other vessels from AIS",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "id",
|
|
1847
|
+
"imo": "imo",
|
|
1848
|
+
"flag": "flag",
|
|
1849
|
+
"mmsi": "mmsi",
|
|
1850
|
+
"source": "source",
|
|
1851
|
+
"dataset": "dataset",
|
|
1852
|
+
"callsign": "callsign",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "geartype",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "msgCount",
|
|
1858
|
+
"posCount": "posCount",
|
|
1859
|
+
"shipname": "shipname",
|
|
1860
|
+
"normalized_shipname": "normalized_shipname",
|
|
1861
|
+
"lastTransmissionDate": "lastTransmissionDate",
|
|
1862
|
+
"firstTransmissionDate": "firstTransmissionDate"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "AIS",
|
|
1844
1867
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
package/package.json
CHANGED
package/pt/datasets.json
CHANGED
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "event_mean_position"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "AIS (Other Vessels)",
|
|
1844
|
+
"description": "Other vessels from AIS",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "id",
|
|
1847
|
+
"imo": "imo",
|
|
1848
|
+
"flag": "flag",
|
|
1849
|
+
"mmsi": "mmsi",
|
|
1850
|
+
"source": "source",
|
|
1851
|
+
"dataset": "dataset",
|
|
1852
|
+
"callsign": "callsign",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "Aparelho de pesca",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "msgCount",
|
|
1858
|
+
"posCount": "posCount",
|
|
1859
|
+
"shipname": "Embarcação",
|
|
1860
|
+
"normalized_shipname": "Embarcação normalizado",
|
|
1861
|
+
"lastTransmissionDate": "última data de transmissão",
|
|
1862
|
+
"firstTransmissionDate": "primeira data de transmissão"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "AIS",
|
|
1844
1867
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
package/source/datasets.json
CHANGED
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "event_mean_position"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "AIS (Other Vessels)",
|
|
1844
|
+
"description": "Other vessels from AIS",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "id",
|
|
1847
|
+
"imo": "imo",
|
|
1848
|
+
"flag": "flag",
|
|
1849
|
+
"mmsi": "mmsi",
|
|
1850
|
+
"source": "source",
|
|
1851
|
+
"dataset": "dataset",
|
|
1852
|
+
"callsign": "callsign",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "geartype",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "msgCount",
|
|
1858
|
+
"posCount": "posCount",
|
|
1859
|
+
"shipname": "shipname",
|
|
1860
|
+
"normalized_shipname": "normalized_shipname",
|
|
1861
|
+
"lastTransmissionDate": "lastTransmissionDate",
|
|
1862
|
+
"firstTransmissionDate": "firstTransmissionDate"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "AIS",
|
|
1844
1867
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
package/val/datasets.json
CHANGED
|
@@ -1839,6 +1839,29 @@
|
|
|
1839
1839
|
"event_mean_position": "crwdns30115:0crwdne30115:0"
|
|
1840
1840
|
}
|
|
1841
1841
|
},
|
|
1842
|
+
"public-global-other-vessels": {
|
|
1843
|
+
"name": "crwdns31005:0crwdne31005:0",
|
|
1844
|
+
"description": "crwdns31007:0crwdne31007:0",
|
|
1845
|
+
"schema": {
|
|
1846
|
+
"id": "crwdns31009:0crwdne31009:0",
|
|
1847
|
+
"imo": "crwdns31011:0crwdne31011:0",
|
|
1848
|
+
"flag": "crwdns31013:0crwdne31013:0",
|
|
1849
|
+
"mmsi": "crwdns31015:0crwdne31015:0",
|
|
1850
|
+
"source": "crwdns31017:0crwdne31017:0",
|
|
1851
|
+
"dataset": "crwdns31019:0crwdne31019:0",
|
|
1852
|
+
"callsign": "crwdns31021:0crwdne31021:0",
|
|
1853
|
+
"geartype": {
|
|
1854
|
+
"keyword": "crwdns31023:0crwdne31023:0",
|
|
1855
|
+
"enum": {}
|
|
1856
|
+
},
|
|
1857
|
+
"msgCount": "crwdns31025:0crwdne31025:0",
|
|
1858
|
+
"posCount": "crwdns31027:0crwdne31027:0",
|
|
1859
|
+
"shipname": "crwdns31029:0crwdne31029:0",
|
|
1860
|
+
"normalized_shipname": "crwdns31031:0crwdne31031:0",
|
|
1861
|
+
"lastTransmissionDate": "crwdns31033:0crwdne31033:0",
|
|
1862
|
+
"firstTransmissionDate": "crwdns31035:0crwdne31035:0"
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1842
1865
|
"public-global-presence": {
|
|
1843
1866
|
"name": "crwdns25804:0crwdne25804:0",
|
|
1844
1867
|
"description": "crwdns26360:0crwdne26360:0",
|