@globalfishingwatch/i18n-labels 1.2.172 → 1.2.174
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 +33 -4
- package/es/datasets.json +32 -3
- package/fr/datasets.json +31 -2
- package/id/datasets.json +31 -2
- package/package.json +1 -1
- package/pt/datasets.json +31 -2
- package/source/datasets.json +31 -2
- package/val/datasets.json +32 -3
package/en/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "Fixed infrastructure",
|
|
1950
|
+
"description": "SAR identified fixed infrastructure",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "label",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "oil",
|
|
1956
|
+
"wind": "wind",
|
|
1957
|
+
"unknown": "unknown"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "Tracks",
|
|
1950
1964
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026",
|
|
@@ -2250,7 +2264,7 @@
|
|
|
2250
2264
|
},
|
|
2251
2265
|
"public-global-sar-presence": {
|
|
2252
2266
|
"name": "SAR with Neural classification",
|
|
2253
|
-
"description": "
|
|
2267
|
+
"description": "Detection footprints are areas within each satellite scan (or scene) that the platform uses to perform detections. These filters help to keep relevant detections and exclude data that may be inaccurate.<br/>\n<br/>\nDetection footprints are smaller than the total scene as they exclude any land areas and islands, and exclude a 500 meter buffer from the boundaries of the scene and a 1 kilometer buffer from shorelines. ",
|
|
2254
2268
|
"schema": {
|
|
2255
2269
|
"id": "id",
|
|
2256
2270
|
"lat": "lat",
|
|
@@ -2261,7 +2275,7 @@
|
|
|
2261
2275
|
"htime": "htime",
|
|
2262
2276
|
"ssvid": "ssvid",
|
|
2263
2277
|
"matched": {
|
|
2264
|
-
"keyword": "Matching",
|
|
2278
|
+
"keyword": "Matching AIS vessels",
|
|
2265
2279
|
"enum": {
|
|
2266
2280
|
"true": true,
|
|
2267
2281
|
"false": false
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "Sea Surface Temperatures anomalies (Max)",
|
|
2347
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "Sea Surface Temperatures anomalies (Min)",
|
|
2352
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "Sea Surface Temperatures anomalies",
|
|
2357
|
+
"description": "Sea surface temperatures anomalies (Mean)",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "AIS (Support Vessels)",
|
|
2333
2362
|
"description": "Support vessels from AIS",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "Panama VMS (Public
|
|
2878
|
-
"description": "Dataset for VMS Panama
|
|
2906
|
+
"name": "Panama VMS (Public Fishing Vessels)",
|
|
2907
|
+
"description": "Dataset for VMS Panama (Public)",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "id",
|
|
2881
2910
|
"selfReportedInfo": "selfReportedInfo",
|
package/es/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "Fixed infrastructure",
|
|
1950
|
+
"description": "SAR identified fixed infrastructure",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "label",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "oil",
|
|
1956
|
+
"wind": "wind",
|
|
1957
|
+
"unknown": "unknown"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "Trayectorias",
|
|
1950
1964
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026",
|
|
@@ -2250,7 +2264,7 @@
|
|
|
2250
2264
|
},
|
|
2251
2265
|
"public-global-sar-presence": {
|
|
2252
2266
|
"name": "SAR with Neural classification",
|
|
2253
|
-
"description": "
|
|
2267
|
+
"description": "La zona de detección es el área dentro de cada escaneo satelital (o escena) que la plataforma usa para realizar detecciones. Estos filtros ayudan a mantener detecciones relevantes y excluyen datos que pueden ser inexactos.\n\nLa zona de detección es más pequeña que la escena total, ya que excluye cualquier área terrestre o islas, al igual que un borde de 500 metros en los límites de la escena y cualquier área a menos de 1 kilómetro de las costas.\n",
|
|
2254
2268
|
"schema": {
|
|
2255
2269
|
"id": "id",
|
|
2256
2270
|
"lat": "lat",
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "Sea Surface Temperatures anomalies (Max)",
|
|
2347
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "Sea Surface Temperatures anomalies (Min)",
|
|
2352
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "Sea Surface Temperatures anomalies",
|
|
2357
|
+
"description": "Sea surface temperatures anomalies (Mean)",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "AIS (Buques de soporte)",
|
|
2333
2362
|
"description": "Support vessels from AIS",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "Panama VMS (Public
|
|
2878
|
-
"description": "Dataset for VMS Panama
|
|
2906
|
+
"name": "Panama VMS (Public Fishing Vessels)",
|
|
2907
|
+
"description": "Dataset for VMS Panama (Public)",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "id",
|
|
2881
2910
|
"selfReportedInfo": "selfReportedInfo",
|
package/fr/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "Fixed infrastructure",
|
|
1950
|
+
"description": "SAR identified fixed infrastructure",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "label",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "oil",
|
|
1956
|
+
"wind": "wind",
|
|
1957
|
+
"unknown": "unknown"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "Trajectoires",
|
|
1950
1964
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026",
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "Sea Surface Temperatures anomalies (Max)",
|
|
2347
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "Sea Surface Temperatures anomalies (Min)",
|
|
2352
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "Sea Surface Temperatures anomalies",
|
|
2357
|
+
"description": "Sea surface temperatures anomalies (Mean)",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "AIS (Support Vessels)",
|
|
2333
2362
|
"description": "Support vessels from AIS",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "Panama VMS (Public
|
|
2878
|
-
"description": "Dataset for VMS Panama
|
|
2906
|
+
"name": "Panama VMS (Public Fishing Vessels)",
|
|
2907
|
+
"description": "Dataset for VMS Panama (Public)",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "id",
|
|
2881
2910
|
"selfReportedInfo": "selfReportedInfo",
|
package/id/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "Fixed infrastructure",
|
|
1950
|
+
"description": "SAR identified fixed infrastructure",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "label",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "oil",
|
|
1956
|
+
"wind": "wind",
|
|
1957
|
+
"unknown": "unknown"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "Lintasan",
|
|
1950
1964
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026",
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "Sea Surface Temperatures anomalies (Max)",
|
|
2347
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "Sea Surface Temperatures anomalies (Min)",
|
|
2352
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "Sea Surface Temperatures anomalies",
|
|
2357
|
+
"description": "Sea surface temperatures anomalies (Mean)",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "AIS (Support Vessels)",
|
|
2333
2362
|
"description": "Support vessels from AIS",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "Panama VMS (Public
|
|
2878
|
-
"description": "Dataset for VMS Panama
|
|
2906
|
+
"name": "Panama VMS (Public Fishing Vessels)",
|
|
2907
|
+
"description": "Dataset for VMS Panama (Public)",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "id",
|
|
2881
2910
|
"selfReportedInfo": "selfReportedInfo",
|
package/package.json
CHANGED
package/pt/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "Fixed infrastructure",
|
|
1950
|
+
"description": "SAR identified fixed infrastructure",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "label",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "oil",
|
|
1956
|
+
"wind": "wind",
|
|
1957
|
+
"unknown": "unknown"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "Rotas",
|
|
1950
1964
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026",
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "Sea Surface Temperatures anomalies (Max)",
|
|
2347
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "Sea Surface Temperatures anomalies (Min)",
|
|
2352
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "Sea Surface Temperatures anomalies",
|
|
2357
|
+
"description": "Sea surface temperatures anomalies (Mean)",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "AIS (Support Vessels)",
|
|
2333
2362
|
"description": "Support vessels from AIS",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "Panama VMS (Public
|
|
2878
|
-
"description": "Dataset for VMS Panama
|
|
2906
|
+
"name": "Panama VMS (Public Fishing Vessels)",
|
|
2907
|
+
"description": "Dataset for VMS Panama (Public)",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "id",
|
|
2881
2910
|
"selfReportedInfo": "selfReportedInfo",
|
package/source/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "Fixed infrastructure",
|
|
1950
|
+
"description": "SAR identified fixed infrastructure",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "label",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "oil",
|
|
1956
|
+
"wind": "wind",
|
|
1957
|
+
"unknown": "unknown"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "Tracks",
|
|
1950
1964
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026",
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "Sea Surface Temperatures anomalies (Max)",
|
|
2347
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "Sea Surface Temperatures anomalies (Min)",
|
|
2352
|
+
"description": "Sea surface temperatures anomalies (Max)",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "Sea Surface Temperatures anomalies",
|
|
2357
|
+
"description": "Sea surface temperatures anomalies (Mean)",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "AIS (Support Vessels)",
|
|
2333
2362
|
"description": "Support vessels from AIS",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "Panama VMS (Public
|
|
2878
|
-
"description": "Dataset for VMS Panama
|
|
2906
|
+
"name": "Panama VMS (Public Fishing Vessels)",
|
|
2907
|
+
"description": "Dataset for VMS Panama (Public)",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "id",
|
|
2881
2910
|
"selfReportedInfo": "selfReportedInfo",
|
package/val/datasets.json
CHANGED
|
@@ -1945,6 +1945,20 @@
|
|
|
1945
1945
|
"description": "crwdns66113:0crwdne66113:0",
|
|
1946
1946
|
"schema": {}
|
|
1947
1947
|
},
|
|
1948
|
+
"public-fixed-infrastructure": {
|
|
1949
|
+
"name": "crwdns70318:0crwdne70318:0",
|
|
1950
|
+
"description": "crwdns70320:0crwdne70320:0",
|
|
1951
|
+
"schema": {
|
|
1952
|
+
"label": {
|
|
1953
|
+
"keyword": "crwdns70322:0crwdne70322:0",
|
|
1954
|
+
"enum": {
|
|
1955
|
+
"oil": "crwdns70324:0crwdne70324:0",
|
|
1956
|
+
"wind": "crwdns70326:0crwdne70326:0",
|
|
1957
|
+
"unknown": "crwdns70328:0crwdne70328:0"
|
|
1958
|
+
}
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1948
1962
|
"public-global-all-tracks": {
|
|
1949
1963
|
"name": "crwdns69888:0crwdne69888:0",
|
|
1950
1964
|
"description": "crwdns69890:0crwdne69890:0",
|
|
@@ -2250,7 +2264,7 @@
|
|
|
2250
2264
|
},
|
|
2251
2265
|
"public-global-sar-presence": {
|
|
2252
2266
|
"name": "crwdns69930:0crwdne69930:0",
|
|
2253
|
-
"description": "
|
|
2267
|
+
"description": "crwdns70284:0crwdne70284:0",
|
|
2254
2268
|
"schema": {
|
|
2255
2269
|
"id": "crwdns66489:0crwdne66489:0",
|
|
2256
2270
|
"lat": "crwdns66491:0crwdne66491:0",
|
|
@@ -2328,6 +2342,21 @@
|
|
|
2328
2342
|
}
|
|
2329
2343
|
}
|
|
2330
2344
|
},
|
|
2345
|
+
"public-global-sst-anomalies-max": {
|
|
2346
|
+
"name": "crwdns70290:0crwdne70290:0",
|
|
2347
|
+
"description": "crwdns70292:0crwdne70292:0",
|
|
2348
|
+
"schema": {}
|
|
2349
|
+
},
|
|
2350
|
+
"public-global-sst-anomalies-min": {
|
|
2351
|
+
"name": "crwdns70294:0crwdne70294:0",
|
|
2352
|
+
"description": "crwdns70296:0crwdne70296:0",
|
|
2353
|
+
"schema": {}
|
|
2354
|
+
},
|
|
2355
|
+
"public-global-sst-anomalies": {
|
|
2356
|
+
"name": "crwdns70298:0crwdne70298:0",
|
|
2357
|
+
"description": "crwdns70300:0crwdne70300:0",
|
|
2358
|
+
"schema": {}
|
|
2359
|
+
},
|
|
2331
2360
|
"public-global-support-vessels": {
|
|
2332
2361
|
"name": "crwdns66513:0crwdne66513:0",
|
|
2333
2362
|
"description": "crwdns66515:0crwdne66515:0",
|
|
@@ -2874,8 +2903,8 @@
|
|
|
2874
2903
|
}
|
|
2875
2904
|
},
|
|
2876
2905
|
"public-panama-vessel-identity-fishing": {
|
|
2877
|
-
"name": "
|
|
2878
|
-
"description": "
|
|
2906
|
+
"name": "crwdns70342:0crwdne70342:0",
|
|
2907
|
+
"description": "crwdns70344:0crwdne70344:0",
|
|
2879
2908
|
"schema": {
|
|
2880
2909
|
"id": "crwdns69176:0crwdne69176:0",
|
|
2881
2910
|
"selfReportedInfo": "crwdns69178:0crwdne69178:0",
|