@globalfishingwatch/i18n-labels 1.2.189 → 1.2.190
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 +17 -0
- package/es/datasets.json +17 -0
- package/fr/datasets.json +17 -0
- package/id/datasets.json +17 -0
- package/package.json +1 -1
- package/pt/datasets.json +17 -0
- package/source/datasets.json +17 -0
- package/val/datasets.json +17 -0
package/en/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "Fixed infrastructure",
|
|
999
|
+
"description": "SAR identified fixed infrastructure",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "label",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "oil",
|
|
1005
|
+
"wind": "wind",
|
|
1006
|
+
"unknown": "unknown"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "infrastructure_id",
|
|
1010
|
+
"infrastructure_end_date": "infrastructure_end_date",
|
|
1011
|
+
"infrastructure_start_date": "infrastructure_start_date"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "Tracks",
|
|
999
1016
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026"
|
package/es/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "Fixed infrastructure",
|
|
999
|
+
"description": "SAR identified fixed infrastructure",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "label",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "oil",
|
|
1005
|
+
"wind": "wind",
|
|
1006
|
+
"unknown": "unknown"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "infrastructure_id",
|
|
1010
|
+
"infrastructure_end_date": "infrastructure_end_date",
|
|
1011
|
+
"infrastructure_start_date": "infrastructure_start_date"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "Trayectorias",
|
|
999
1016
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026"
|
package/fr/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "Fixed infrastructure",
|
|
999
|
+
"description": "SAR identified fixed infrastructure",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "label",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "oil",
|
|
1005
|
+
"wind": "wind",
|
|
1006
|
+
"unknown": "unknown"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "infrastructure_id",
|
|
1010
|
+
"infrastructure_end_date": "infrastructure_end_date",
|
|
1011
|
+
"infrastructure_start_date": "infrastructure_start_date"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "Trajectoires",
|
|
999
1016
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026"
|
package/id/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "Fixed infrastructure",
|
|
999
|
+
"description": "SAR identified fixed infrastructure",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "label",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "oil",
|
|
1005
|
+
"wind": "wind",
|
|
1006
|
+
"unknown": "unknown"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "infrastructure_id",
|
|
1010
|
+
"infrastructure_end_date": "infrastructure_end_date",
|
|
1011
|
+
"infrastructure_start_date": "infrastructure_start_date"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "Lintasan",
|
|
999
1016
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026"
|
package/package.json
CHANGED
package/pt/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "Fixed infrastructure",
|
|
999
|
+
"description": "SAR identified fixed infrastructure",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "label",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "oil",
|
|
1005
|
+
"wind": "wind",
|
|
1006
|
+
"unknown": "unknown"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "infrastructure_id",
|
|
1010
|
+
"infrastructure_end_date": "infrastructure_end_date",
|
|
1011
|
+
"infrastructure_start_date": "infrastructure_start_date"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "Rotas",
|
|
999
1016
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026"
|
package/source/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "Fixed infrastructure",
|
|
999
|
+
"description": "SAR identified fixed infrastructure",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "label",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "oil",
|
|
1005
|
+
"wind": "wind",
|
|
1006
|
+
"unknown": "unknown"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "infrastructure_id",
|
|
1010
|
+
"infrastructure_end_date": "infrastructure_end_date",
|
|
1011
|
+
"infrastructure_start_date": "infrastructure_start_date"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "Tracks",
|
|
999
1016
|
"description": "The dataset contains the tracks from all vessels (AIS) - Version 20231026"
|
package/val/datasets.json
CHANGED
|
@@ -994,6 +994,23 @@
|
|
|
994
994
|
}
|
|
995
995
|
}
|
|
996
996
|
},
|
|
997
|
+
"public-fixed-infrastructure-filtered-v1.1": {
|
|
998
|
+
"name": "crwdns83272:0crwdne83272:0",
|
|
999
|
+
"description": "crwdns83274:0crwdne83274:0",
|
|
1000
|
+
"schema": {
|
|
1001
|
+
"label": {
|
|
1002
|
+
"keyword": "crwdns83276:0crwdne83276:0",
|
|
1003
|
+
"enum": {
|
|
1004
|
+
"oil": "crwdns83278:0crwdne83278:0",
|
|
1005
|
+
"wind": "crwdns83280:0crwdne83280:0",
|
|
1006
|
+
"unknown": "crwdns83282:0crwdne83282:0"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"infrastructure_id": "crwdns83284:0crwdne83284:0",
|
|
1010
|
+
"infrastructure_end_date": "crwdns83286:0crwdne83286:0",
|
|
1011
|
+
"infrastructure_start_date": "crwdns83288:0crwdne83288:0"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
997
1014
|
"public-global-all-tracks": {
|
|
998
1015
|
"name": "crwdns69888:0crwdne69888:0",
|
|
999
1016
|
"description": "crwdns69890:0crwdne69890:0"
|