@globalfishingwatch/i18n-labels 1.2.29 → 1.2.30
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/README.md +1 -5
- package/en/datasets.json +22 -25
- package/es/datasets.json +47 -50
- package/fr/datasets.json +22 -25
- package/id/datasets.json +44 -25
- package/package.json +1 -1
- package/pt/datasets.json +44 -25
- package/source/datasets.json +30 -33
package/README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
# i18n-labels
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Running unit tests
|
|
6
|
-
|
|
7
|
-
Run `nx test i18n-labels` to execute the unit tests via [Jest](https://jestjs.io).
|
|
3
|
+
Released automatically to npm using this [github action](https://github.com/GlobalFishingWatch/frontend/actions/workflows/i18n-labels-publish.yml)
|
package/en/datasets.json
CHANGED
|
@@ -91,10 +91,9 @@
|
|
|
91
91
|
"geartype": {
|
|
92
92
|
"keyword": "geartype",
|
|
93
93
|
"enum": {
|
|
94
|
+
"purse_seine": "purse_seine",
|
|
94
95
|
"trawler": "trawler",
|
|
95
|
-
"
|
|
96
|
-
"longline": "longline",
|
|
97
|
-
"purse_seine": "purse_seine"
|
|
96
|
+
"longline": "longline"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
99
|
"vessel_id": "vessel_id",
|
|
@@ -108,21 +107,20 @@
|
|
|
108
107
|
"description": "Fishing Vessels (VMS Belize)",
|
|
109
108
|
"schema": {
|
|
110
109
|
"id": "id",
|
|
110
|
+
"imo": "imo",
|
|
111
111
|
"flag": "flag",
|
|
112
|
+
"mmsi": "mmsi",
|
|
112
113
|
"source": "source",
|
|
113
|
-
"
|
|
114
|
+
"callsign": "callsign",
|
|
114
115
|
"geartype": {
|
|
115
116
|
"keyword": "geartype",
|
|
116
117
|
"enum": {
|
|
118
|
+
"purse_seine": "purse_seine",
|
|
117
119
|
"trawler": "trawler",
|
|
118
|
-
"reefer": "reefer",
|
|
119
120
|
"longline": "longline",
|
|
120
|
-
"
|
|
121
|
+
"reefer": "reefer"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
|
-
"callsign": "callsign",
|
|
124
|
-
"mmsi": "mmsi",
|
|
125
|
-
"imo": "imo",
|
|
126
124
|
"shipname": "shipname",
|
|
127
125
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
128
126
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -133,21 +131,20 @@
|
|
|
133
131
|
"description": "Non Fishing Vessels (VMS Belize)",
|
|
134
132
|
"schema": {
|
|
135
133
|
"id": "id",
|
|
134
|
+
"imo": "imo",
|
|
136
135
|
"flag": "flag",
|
|
136
|
+
"mmsi": "mmsi",
|
|
137
137
|
"source": "source",
|
|
138
|
-
"
|
|
138
|
+
"callsign": "callsign",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
142
|
+
"purse_seine": "purse_seine",
|
|
142
143
|
"trawler": "trawler",
|
|
143
|
-
"reefer": "reefer",
|
|
144
144
|
"longline": "longline",
|
|
145
|
-
"
|
|
145
|
+
"reefer": "reefer"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"callsign": "callsign",
|
|
149
|
-
"mmsi": "mmsi",
|
|
150
|
-
"imo": "imo",
|
|
151
148
|
"shipname": "shipname",
|
|
152
149
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
153
150
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -878,10 +875,9 @@
|
|
|
878
875
|
"geartype": {
|
|
879
876
|
"keyword": "geartype",
|
|
880
877
|
"enum": {
|
|
878
|
+
"purse_seine": "purse_seine",
|
|
881
879
|
"trawler": "trawler",
|
|
882
|
-
"
|
|
883
|
-
"longline": "longline",
|
|
884
|
-
"purse_seine": "purse_seine"
|
|
880
|
+
"longline": "longline"
|
|
885
881
|
}
|
|
886
882
|
},
|
|
887
883
|
"vessel_id": "vessel_id",
|
|
@@ -897,19 +893,15 @@
|
|
|
897
893
|
"id": "id",
|
|
898
894
|
"flag": "flag",
|
|
899
895
|
"source": "source",
|
|
900
|
-
"dataset": "dataset",
|
|
901
896
|
"geartype": {
|
|
902
897
|
"keyword": "geartype",
|
|
903
898
|
"enum": {
|
|
899
|
+
"purse_seine": "purse_seine",
|
|
904
900
|
"trawler": "trawler",
|
|
905
|
-
"reefer": "reefer",
|
|
906
901
|
"longline": "longline",
|
|
907
|
-
"
|
|
902
|
+
"reefer": "reefer"
|
|
908
903
|
}
|
|
909
904
|
},
|
|
910
|
-
"callsign": "callsign",
|
|
911
|
-
"mmsi": "mmsi",
|
|
912
|
-
"imo": "imo",
|
|
913
905
|
"shipname": "shipname",
|
|
914
906
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
915
907
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1619,6 +1611,11 @@
|
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"description": "SAR",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1622
1619
|
"public-global-sar-presence": {
|
|
1623
1620
|
"name": "Radar detections (SAR)",
|
|
1624
1621
|
"description": "Synthetic 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.",
|
|
@@ -2196,4 +2193,4 @@
|
|
|
2196
2193
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2197
2194
|
"schema": {}
|
|
2198
2195
|
}
|
|
2199
|
-
}
|
|
2196
|
+
}
|
package/es/datasets.json
CHANGED
|
@@ -91,10 +91,9 @@
|
|
|
91
91
|
"geartype": {
|
|
92
92
|
"keyword": "geartype",
|
|
93
93
|
"enum": {
|
|
94
|
+
"purse_seine": "purse_seine",
|
|
94
95
|
"trawler": "trawler",
|
|
95
|
-
"
|
|
96
|
-
"longline": "Palangre",
|
|
97
|
-
"purse_seine": "purse_seine"
|
|
96
|
+
"longline": "longline"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
99
|
"vessel_id": "vessel_id",
|
|
@@ -108,21 +107,20 @@
|
|
|
108
107
|
"description": "Fishing Vessels (VMS Belize)",
|
|
109
108
|
"schema": {
|
|
110
109
|
"id": "id",
|
|
110
|
+
"imo": "imo",
|
|
111
111
|
"flag": "flag",
|
|
112
|
+
"mmsi": "mmsi",
|
|
112
113
|
"source": "source",
|
|
113
|
-
"
|
|
114
|
+
"callsign": "callsign",
|
|
114
115
|
"geartype": {
|
|
115
116
|
"keyword": "geartype",
|
|
116
117
|
"enum": {
|
|
118
|
+
"purse_seine": "purse_seine",
|
|
117
119
|
"trawler": "trawler",
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"purse_seine": "purse_seine"
|
|
120
|
+
"longline": "longline",
|
|
121
|
+
"reefer": "reefer"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
|
-
"callsign": "callsign",
|
|
124
|
-
"mmsi": "mmsi",
|
|
125
|
-
"imo": "imo",
|
|
126
124
|
"shipname": "shipname",
|
|
127
125
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
128
126
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -133,26 +131,47 @@
|
|
|
133
131
|
"description": "Non Fishing Vessels (VMS Belize)",
|
|
134
132
|
"schema": {
|
|
135
133
|
"id": "id",
|
|
134
|
+
"imo": "imo",
|
|
136
135
|
"flag": "flag",
|
|
136
|
+
"mmsi": "mmsi",
|
|
137
137
|
"source": "source",
|
|
138
|
-
"
|
|
138
|
+
"callsign": "callsign",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
142
|
+
"purse_seine": "purse_seine",
|
|
142
143
|
"trawler": "trawler",
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"purse_seine": "purse_seine"
|
|
144
|
+
"longline": "longline",
|
|
145
|
+
"reefer": "reefer"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"callsign": "callsign",
|
|
149
|
-
"mmsi": "mmsi",
|
|
150
|
-
"imo": "imo",
|
|
151
148
|
"shipname": "shipname",
|
|
152
149
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
153
150
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
154
151
|
}
|
|
155
152
|
},
|
|
153
|
+
"private-belize-presence": {
|
|
154
|
+
"name": "Belize VMS",
|
|
155
|
+
"description": "Presence (Belize private)",
|
|
156
|
+
"schema": {
|
|
157
|
+
"lat": "lat",
|
|
158
|
+
"lon": "lon",
|
|
159
|
+
"flag": "flag",
|
|
160
|
+
"geartype": {
|
|
161
|
+
"keyword": "geartype",
|
|
162
|
+
"enum": {
|
|
163
|
+
"purse_seine": "purse_seine",
|
|
164
|
+
"trawler": "trawler",
|
|
165
|
+
"longline": "longline",
|
|
166
|
+
"reefer": "reefer"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"vessel_id": "vessel_id",
|
|
170
|
+
"elevation_m": "elevation_m",
|
|
171
|
+
"distance_from_port_m": "distance_from_port_m",
|
|
172
|
+
"distance_from_shore_m": "distance_from_shore_m"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
156
175
|
"private-bra-onyxsat-fishing-effort": {
|
|
157
176
|
"name": "VMS Brazil",
|
|
158
177
|
"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 known or possible commercial fishing vessels, and applies a fishing detection algorithm to determine “apparent fishing activity” based on changes in vessel speed and direction. The algorithm classifies each AIS broadcast data point for these vessels as either apparently fishing or not fishing and shows the former on the Global Fishing Watch fishing activity heat map. AIS data as broadcast may vary in completeness, accuracy and quality. Also, data collection by satellite or terrestrial receivers may introduce errors through missing or inaccurate data. Global Fishing Watch’s fishing detection algorithm is a best effort mathematically to identify “apparent fishing activity.” As a result, it is possible that some fishing activity is not identified as such by Global Fishing Watch; conversely, Global Fishing Watch may show apparent fishing activity where fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies designations of vessel fishing activity, including synonyms of the term “fishing activity,” such as “fishing” or “fishing effort,” as “apparent,” rather than certain. Any/all Global Fishing Watch information about “apparent fishing activity” should be considered an estimate and must be relied upon solely at your own risk. Global Fishing Watch is taking steps to make sure fishing activity designations are as accurate as possible. Global Fishing Watch fishing detection algorithms are developed and tested using actual fishing event data collected by observers, combined with expert analysis of vessel movement data resulting in the manual classification of thousands of known fishing events. Global Fishing Watch also collaborates extensively with academic researchers through our research program to share fishing activity classification data and automated classification techniques.",
|
|
@@ -357,28 +376,6 @@
|
|
|
357
376
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
358
377
|
}
|
|
359
378
|
},
|
|
360
|
-
"private-belize-presence": {
|
|
361
|
-
"name": "VMS de Belice",
|
|
362
|
-
"description": "Presence (Belize private)",
|
|
363
|
-
"schema": {
|
|
364
|
-
"lat": "lat",
|
|
365
|
-
"lon": "lon",
|
|
366
|
-
"flag": "flag",
|
|
367
|
-
"geartype": {
|
|
368
|
-
"keyword": "geartype",
|
|
369
|
-
"enum": {
|
|
370
|
-
"purse_seine": "purse_seine",
|
|
371
|
-
"trawler": "trawler",
|
|
372
|
-
"longline": "Palangre",
|
|
373
|
-
"reefer": "reefer"
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
"vessel_id": "vessel_id",
|
|
377
|
-
"elevation_m": "elevation_m",
|
|
378
|
-
"distance_from_port_m": "distance_from_port_m",
|
|
379
|
-
"distance_from_shore_m": "distance_from_shore_m"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
379
|
"private-bra-onyxsat-presence": {
|
|
383
380
|
"name": "VMS Brazil",
|
|
384
381
|
"description": "Presence (Brazil private)",
|
|
@@ -878,10 +875,9 @@
|
|
|
878
875
|
"geartype": {
|
|
879
876
|
"keyword": "geartype",
|
|
880
877
|
"enum": {
|
|
878
|
+
"purse_seine": "purse_seine",
|
|
881
879
|
"trawler": "trawler",
|
|
882
|
-
"
|
|
883
|
-
"longline": "Palangre",
|
|
884
|
-
"purse_seine": "purse_seine"
|
|
880
|
+
"longline": "longline"
|
|
885
881
|
}
|
|
886
882
|
},
|
|
887
883
|
"vessel_id": "vessel_id",
|
|
@@ -897,19 +893,15 @@
|
|
|
897
893
|
"id": "id",
|
|
898
894
|
"flag": "flag",
|
|
899
895
|
"source": "source",
|
|
900
|
-
"dataset": "dataset",
|
|
901
896
|
"geartype": {
|
|
902
897
|
"keyword": "geartype",
|
|
903
898
|
"enum": {
|
|
899
|
+
"purse_seine": "purse_seine",
|
|
904
900
|
"trawler": "trawler",
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
"purse_seine": "purse_seine"
|
|
901
|
+
"longline": "longline",
|
|
902
|
+
"reefer": "reefer"
|
|
908
903
|
}
|
|
909
904
|
},
|
|
910
|
-
"callsign": "callsign",
|
|
911
|
-
"mmsi": "mmsi",
|
|
912
|
-
"imo": "imo",
|
|
913
905
|
"shipname": "shipname",
|
|
914
906
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
915
907
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1619,6 +1611,11 @@
|
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"description": "SAR",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1622
1619
|
"public-global-sar-presence": {
|
|
1623
1620
|
"name": "SAR",
|
|
1624
1621
|
"description": "SAR",
|
|
@@ -2196,4 +2193,4 @@
|
|
|
2196
2193
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2197
2194
|
"schema": {}
|
|
2198
2195
|
}
|
|
2199
|
-
}
|
|
2196
|
+
}
|
package/fr/datasets.json
CHANGED
|
@@ -91,10 +91,9 @@
|
|
|
91
91
|
"geartype": {
|
|
92
92
|
"keyword": "geartype",
|
|
93
93
|
"enum": {
|
|
94
|
+
"purse_seine": "purse_seine",
|
|
94
95
|
"trawler": "trawler",
|
|
95
|
-
"
|
|
96
|
-
"longline": "longline",
|
|
97
|
-
"purse_seine": "purse_seine"
|
|
96
|
+
"longline": "longline"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
99
|
"vessel_id": "vessel_id",
|
|
@@ -108,21 +107,20 @@
|
|
|
108
107
|
"description": "Fishing Vessels (VMS Belize)",
|
|
109
108
|
"schema": {
|
|
110
109
|
"id": "id",
|
|
110
|
+
"imo": "imo",
|
|
111
111
|
"flag": "flag",
|
|
112
|
+
"mmsi": "mmsi",
|
|
112
113
|
"source": "source",
|
|
113
|
-
"
|
|
114
|
+
"callsign": "callsign",
|
|
114
115
|
"geartype": {
|
|
115
116
|
"keyword": "geartype",
|
|
116
117
|
"enum": {
|
|
118
|
+
"purse_seine": "purse_seine",
|
|
117
119
|
"trawler": "trawler",
|
|
118
|
-
"reefer": "reefer",
|
|
119
120
|
"longline": "longline",
|
|
120
|
-
"
|
|
121
|
+
"reefer": "reefer"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
|
-
"callsign": "callsign",
|
|
124
|
-
"mmsi": "mmsi",
|
|
125
|
-
"imo": "imo",
|
|
126
124
|
"shipname": "shipname",
|
|
127
125
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
128
126
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -133,21 +131,20 @@
|
|
|
133
131
|
"description": "Non Fishing Vessels (VMS Belize)",
|
|
134
132
|
"schema": {
|
|
135
133
|
"id": "id",
|
|
134
|
+
"imo": "imo",
|
|
136
135
|
"flag": "flag",
|
|
136
|
+
"mmsi": "mmsi",
|
|
137
137
|
"source": "source",
|
|
138
|
-
"
|
|
138
|
+
"callsign": "callsign",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
142
|
+
"purse_seine": "purse_seine",
|
|
142
143
|
"trawler": "trawler",
|
|
143
|
-
"reefer": "reefer",
|
|
144
144
|
"longline": "longline",
|
|
145
|
-
"
|
|
145
|
+
"reefer": "reefer"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"callsign": "callsign",
|
|
149
|
-
"mmsi": "mmsi",
|
|
150
|
-
"imo": "imo",
|
|
151
148
|
"shipname": "shipname",
|
|
152
149
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
153
150
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -878,10 +875,9 @@
|
|
|
878
875
|
"geartype": {
|
|
879
876
|
"keyword": "geartype",
|
|
880
877
|
"enum": {
|
|
878
|
+
"purse_seine": "purse_seine",
|
|
881
879
|
"trawler": "trawler",
|
|
882
|
-
"
|
|
883
|
-
"longline": "longline",
|
|
884
|
-
"purse_seine": "purse_seine"
|
|
880
|
+
"longline": "longline"
|
|
885
881
|
}
|
|
886
882
|
},
|
|
887
883
|
"vessel_id": "vessel_id",
|
|
@@ -897,19 +893,15 @@
|
|
|
897
893
|
"id": "id",
|
|
898
894
|
"flag": "flag",
|
|
899
895
|
"source": "source",
|
|
900
|
-
"dataset": "dataset",
|
|
901
896
|
"geartype": {
|
|
902
897
|
"keyword": "geartype",
|
|
903
898
|
"enum": {
|
|
899
|
+
"purse_seine": "purse_seine",
|
|
904
900
|
"trawler": "trawler",
|
|
905
|
-
"reefer": "reefer",
|
|
906
901
|
"longline": "longline",
|
|
907
|
-
"
|
|
902
|
+
"reefer": "reefer"
|
|
908
903
|
}
|
|
909
904
|
},
|
|
910
|
-
"callsign": "callsign",
|
|
911
|
-
"mmsi": "mmsi",
|
|
912
|
-
"imo": "imo",
|
|
913
905
|
"shipname": "shipname",
|
|
914
906
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
915
907
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1619,6 +1611,11 @@
|
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"description": "SAR",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1622
1619
|
"public-global-sar-presence": {
|
|
1623
1620
|
"name": "SAR",
|
|
1624
1621
|
"description": "SAR",
|
|
@@ -2196,4 +2193,4 @@
|
|
|
2196
2193
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2197
2194
|
"schema": {}
|
|
2198
2195
|
}
|
|
2199
|
-
}
|
|
2196
|
+
}
|
package/id/datasets.json
CHANGED
|
@@ -91,10 +91,9 @@
|
|
|
91
91
|
"geartype": {
|
|
92
92
|
"keyword": "geartype",
|
|
93
93
|
"enum": {
|
|
94
|
+
"purse_seine": "purse_seine",
|
|
94
95
|
"trawler": "trawler",
|
|
95
|
-
"
|
|
96
|
-
"longline": "longline",
|
|
97
|
-
"purse_seine": "purse_seine"
|
|
96
|
+
"longline": "longline"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
99
|
"vessel_id": "vessel_id",
|
|
@@ -108,21 +107,20 @@
|
|
|
108
107
|
"description": "Fishing Vessels (VMS Belize)",
|
|
109
108
|
"schema": {
|
|
110
109
|
"id": "id",
|
|
110
|
+
"imo": "imo",
|
|
111
111
|
"flag": "flag",
|
|
112
|
+
"mmsi": "mmsi",
|
|
112
113
|
"source": "source",
|
|
113
|
-
"
|
|
114
|
+
"callsign": "callsign",
|
|
114
115
|
"geartype": {
|
|
115
116
|
"keyword": "geartype",
|
|
116
117
|
"enum": {
|
|
118
|
+
"purse_seine": "purse_seine",
|
|
117
119
|
"trawler": "trawler",
|
|
118
|
-
"reefer": "reefer",
|
|
119
120
|
"longline": "longline",
|
|
120
|
-
"
|
|
121
|
+
"reefer": "reefer"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
|
-
"callsign": "callsign",
|
|
124
|
-
"mmsi": "mmsi",
|
|
125
|
-
"imo": "imo",
|
|
126
124
|
"shipname": "shipname",
|
|
127
125
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
128
126
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -133,26 +131,47 @@
|
|
|
133
131
|
"description": "Non Fishing Vessels (VMS Belize)",
|
|
134
132
|
"schema": {
|
|
135
133
|
"id": "id",
|
|
134
|
+
"imo": "imo",
|
|
136
135
|
"flag": "flag",
|
|
136
|
+
"mmsi": "mmsi",
|
|
137
137
|
"source": "source",
|
|
138
|
-
"
|
|
138
|
+
"callsign": "callsign",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
142
|
+
"purse_seine": "purse_seine",
|
|
142
143
|
"trawler": "trawler",
|
|
143
|
-
"reefer": "reefer",
|
|
144
144
|
"longline": "longline",
|
|
145
|
-
"
|
|
145
|
+
"reefer": "reefer"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"callsign": "callsign",
|
|
149
|
-
"mmsi": "mmsi",
|
|
150
|
-
"imo": "imo",
|
|
151
148
|
"shipname": "shipname",
|
|
152
149
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
153
150
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
154
151
|
}
|
|
155
152
|
},
|
|
153
|
+
"private-belize-presence": {
|
|
154
|
+
"name": "Belize VMS",
|
|
155
|
+
"description": "Presence (Belize private)",
|
|
156
|
+
"schema": {
|
|
157
|
+
"lat": "lat",
|
|
158
|
+
"lon": "lon",
|
|
159
|
+
"flag": "flag",
|
|
160
|
+
"geartype": {
|
|
161
|
+
"keyword": "geartype",
|
|
162
|
+
"enum": {
|
|
163
|
+
"purse_seine": "purse_seine",
|
|
164
|
+
"trawler": "trawler",
|
|
165
|
+
"longline": "longline",
|
|
166
|
+
"reefer": "reefer"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"vessel_id": "vessel_id",
|
|
170
|
+
"elevation_m": "elevation_m",
|
|
171
|
+
"distance_from_port_m": "distance_from_port_m",
|
|
172
|
+
"distance_from_shore_m": "distance_from_shore_m"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
156
175
|
"private-bra-onyxsat-fishing-effort": {
|
|
157
176
|
"name": "VMS Brazil",
|
|
158
177
|
"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 known or possible commercial fishing vessels, and applies a fishing detection algorithm to determine “apparent fishing activity” based on changes in vessel speed and direction. The algorithm classifies each AIS broadcast data point for these vessels as either apparently fishing or not fishing and shows the former on the Global Fishing Watch fishing activity heat map. AIS data as broadcast may vary in completeness, accuracy and quality. Also, data collection by satellite or terrestrial receivers may introduce errors through missing or inaccurate data. Global Fishing Watch’s fishing detection algorithm is a best effort mathematically to identify “apparent fishing activity.” As a result, it is possible that some fishing activity is not identified as such by Global Fishing Watch; conversely, Global Fishing Watch may show apparent fishing activity where fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies designations of vessel fishing activity, including synonyms of the term “fishing activity,” such as “fishing” or “fishing effort,” as “apparent,” rather than certain. Any/all Global Fishing Watch information about “apparent fishing activity” should be considered an estimate and must be relied upon solely at your own risk. Global Fishing Watch is taking steps to make sure fishing activity designations are as accurate as possible. Global Fishing Watch fishing detection algorithms are developed and tested using actual fishing event data collected by observers, combined with expert analysis of vessel movement data resulting in the manual classification of thousands of known fishing events. Global Fishing Watch also collaborates extensively with academic researchers through our research program to share fishing activity classification data and automated classification techniques.",
|
|
@@ -856,10 +875,9 @@
|
|
|
856
875
|
"geartype": {
|
|
857
876
|
"keyword": "geartype",
|
|
858
877
|
"enum": {
|
|
878
|
+
"purse_seine": "purse_seine",
|
|
859
879
|
"trawler": "trawler",
|
|
860
|
-
"
|
|
861
|
-
"longline": "longline",
|
|
862
|
-
"purse_seine": "purse_seine"
|
|
880
|
+
"longline": "longline"
|
|
863
881
|
}
|
|
864
882
|
},
|
|
865
883
|
"vessel_id": "vessel_id",
|
|
@@ -875,19 +893,15 @@
|
|
|
875
893
|
"id": "id",
|
|
876
894
|
"flag": "flag",
|
|
877
895
|
"source": "source",
|
|
878
|
-
"dataset": "dataset",
|
|
879
896
|
"geartype": {
|
|
880
897
|
"keyword": "geartype",
|
|
881
898
|
"enum": {
|
|
899
|
+
"purse_seine": "purse_seine",
|
|
882
900
|
"trawler": "trawler",
|
|
883
|
-
"reefer": "reefer",
|
|
884
901
|
"longline": "longline",
|
|
885
|
-
"
|
|
902
|
+
"reefer": "reefer"
|
|
886
903
|
}
|
|
887
904
|
},
|
|
888
|
-
"callsign": "callsign",
|
|
889
|
-
"mmsi": "mmsi",
|
|
890
|
-
"imo": "imo",
|
|
891
905
|
"shipname": "shipname",
|
|
892
906
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
893
907
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1597,6 +1611,11 @@
|
|
|
1597
1611
|
}
|
|
1598
1612
|
}
|
|
1599
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"description": "SAR",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1600
1619
|
"public-global-sar-presence": {
|
|
1601
1620
|
"name": "SAR",
|
|
1602
1621
|
"description": "SAR",
|
|
@@ -2174,4 +2193,4 @@
|
|
|
2174
2193
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2175
2194
|
"schema": {}
|
|
2176
2195
|
}
|
|
2177
|
-
}
|
|
2196
|
+
}
|
package/package.json
CHANGED
package/pt/datasets.json
CHANGED
|
@@ -91,10 +91,9 @@
|
|
|
91
91
|
"geartype": {
|
|
92
92
|
"keyword": "geartype",
|
|
93
93
|
"enum": {
|
|
94
|
+
"purse_seine": "purse_seine",
|
|
94
95
|
"trawler": "trawler",
|
|
95
|
-
"
|
|
96
|
-
"longline": "longline",
|
|
97
|
-
"purse_seine": "purse_seine"
|
|
96
|
+
"longline": "longline"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
99
|
"vessel_id": "vessel_id",
|
|
@@ -108,21 +107,20 @@
|
|
|
108
107
|
"description": "Fishing Vessels (VMS Belize)",
|
|
109
108
|
"schema": {
|
|
110
109
|
"id": "id",
|
|
110
|
+
"imo": "imo",
|
|
111
111
|
"flag": "flag",
|
|
112
|
+
"mmsi": "mmsi",
|
|
112
113
|
"source": "source",
|
|
113
|
-
"
|
|
114
|
+
"callsign": "callsign",
|
|
114
115
|
"geartype": {
|
|
115
116
|
"keyword": "geartype",
|
|
116
117
|
"enum": {
|
|
118
|
+
"purse_seine": "purse_seine",
|
|
117
119
|
"trawler": "trawler",
|
|
118
|
-
"reefer": "reefer",
|
|
119
120
|
"longline": "longline",
|
|
120
|
-
"
|
|
121
|
+
"reefer": "reefer"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
|
-
"callsign": "callsign",
|
|
124
|
-
"mmsi": "mmsi",
|
|
125
|
-
"imo": "imo",
|
|
126
124
|
"shipname": "shipname",
|
|
127
125
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
128
126
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -133,26 +131,47 @@
|
|
|
133
131
|
"description": "Non Fishing Vessels (VMS Belize)",
|
|
134
132
|
"schema": {
|
|
135
133
|
"id": "id",
|
|
134
|
+
"imo": "imo",
|
|
136
135
|
"flag": "flag",
|
|
136
|
+
"mmsi": "mmsi",
|
|
137
137
|
"source": "source",
|
|
138
|
-
"
|
|
138
|
+
"callsign": "callsign",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
142
|
+
"purse_seine": "purse_seine",
|
|
142
143
|
"trawler": "trawler",
|
|
143
|
-
"reefer": "reefer",
|
|
144
144
|
"longline": "longline",
|
|
145
|
-
"
|
|
145
|
+
"reefer": "reefer"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"callsign": "callsign",
|
|
149
|
-
"mmsi": "mmsi",
|
|
150
|
-
"imo": "imo",
|
|
151
148
|
"shipname": "shipname",
|
|
152
149
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
153
150
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
154
151
|
}
|
|
155
152
|
},
|
|
153
|
+
"private-belize-presence": {
|
|
154
|
+
"name": "Belize VMS",
|
|
155
|
+
"description": "Presence (Belize private)",
|
|
156
|
+
"schema": {
|
|
157
|
+
"lat": "lat",
|
|
158
|
+
"lon": "lon",
|
|
159
|
+
"flag": "flag",
|
|
160
|
+
"geartype": {
|
|
161
|
+
"keyword": "geartype",
|
|
162
|
+
"enum": {
|
|
163
|
+
"purse_seine": "purse_seine",
|
|
164
|
+
"trawler": "trawler",
|
|
165
|
+
"longline": "longline",
|
|
166
|
+
"reefer": "reefer"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"vessel_id": "vessel_id",
|
|
170
|
+
"elevation_m": "elevation_m",
|
|
171
|
+
"distance_from_port_m": "distance_from_port_m",
|
|
172
|
+
"distance_from_shore_m": "distance_from_shore_m"
|
|
173
|
+
}
|
|
174
|
+
},
|
|
156
175
|
"private-bra-onyxsat-fishing-effort": {
|
|
157
176
|
"name": "VMS Brasil",
|
|
158
177
|
"description": "Dados de rastreamento por satélite são fornecidos pela Secretaria de Aquicultura e Pesca. Os dados são coletados do sistema de rastreamento de embarcações pesqueira do Brasil e publicados com atraso de três dias, contendo informações sobre a identidade da embarcação, localização, velocidade, rumo, e movimentos. Global Fishing Watch analisa os dados usando os mesmos algoritmos desenvolvidos para o sistema de identificação automática (AIS) para identificar atividade de pesca e comportamentos. O algoritmo classifica para transmissão de localização em “pesca aparente” e “não pesca” e apresenta a atividade de pesca na forma de mapa de calor. As transmissões de rastreamento por satélite diferente do AIS podem fornecer diferentes medidas de integridade, precisão e qualidade. O Global Fishing Watch está continuamente melhorando seus algoritmos em todos os formatos de dados de transmissão para identificar algoritmicamente a \"atividade aparente de pesca\". É possível que alguma atividade de pesca não seja identificada ou que o mapa de calor possa mostrar uma atividade de pesca aparente quando a pesca não está realmente ocorrendo. Por essas razões, o Global Fishing Watch qualifica os termos \"atividade de pesca\", \"pesca\" ou \"esforço de pesca\" como aparentes em vez de certos. Toda e qualquer informação do Global Fishing Watch sobre \"atividade de pesca aparente\" deve ser considerada uma estimativa e deve ser considerada apenas a critério do usuário. Os algoritmos de detecção de pesca do Global Fishing Watch são desenvolvidos e testados usando dados reais de eventos de pesca coletados por observadores e são combinados com a análise de especialistas de dados de movimento de embarcações AIS, resultando na classificação manual de milhares de eventos de pesca conhecidos. O Global Fishing Watch também colabora extensivamente com pesquisadores acadêmicos por meio de nosso programa de pesquisa para compartilhar dados de classificação de atividades de pesca e melhorar as técnicas de classificação automatizada.",
|
|
@@ -856,10 +875,9 @@
|
|
|
856
875
|
"geartype": {
|
|
857
876
|
"keyword": "geartype",
|
|
858
877
|
"enum": {
|
|
878
|
+
"purse_seine": "purse_seine",
|
|
859
879
|
"trawler": "trawler",
|
|
860
|
-
"
|
|
861
|
-
"longline": "longline",
|
|
862
|
-
"purse_seine": "purse_seine"
|
|
880
|
+
"longline": "longline"
|
|
863
881
|
}
|
|
864
882
|
},
|
|
865
883
|
"vessel_id": "vessel_id",
|
|
@@ -875,19 +893,15 @@
|
|
|
875
893
|
"id": "id",
|
|
876
894
|
"flag": "flag",
|
|
877
895
|
"source": "source",
|
|
878
|
-
"dataset": "dataset",
|
|
879
896
|
"geartype": {
|
|
880
897
|
"keyword": "geartype",
|
|
881
898
|
"enum": {
|
|
899
|
+
"purse_seine": "purse_seine",
|
|
882
900
|
"trawler": "trawler",
|
|
883
|
-
"reefer": "reefer",
|
|
884
901
|
"longline": "longline",
|
|
885
|
-
"
|
|
902
|
+
"reefer": "reefer"
|
|
886
903
|
}
|
|
887
904
|
},
|
|
888
|
-
"callsign": "callsign",
|
|
889
|
-
"mmsi": "mmsi",
|
|
890
|
-
"imo": "imo",
|
|
891
905
|
"shipname": "shipname",
|
|
892
906
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
893
907
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1597,6 +1611,11 @@
|
|
|
1597
1611
|
}
|
|
1598
1612
|
}
|
|
1599
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"description": "SAR",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1600
1619
|
"public-global-sar-presence": {
|
|
1601
1620
|
"name": "SAR",
|
|
1602
1621
|
"description": "SAR",
|
|
@@ -2174,4 +2193,4 @@
|
|
|
2174
2193
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2175
2194
|
"schema": {}
|
|
2176
2195
|
}
|
|
2177
|
-
}
|
|
2196
|
+
}
|
package/source/datasets.json
CHANGED
|
@@ -91,10 +91,9 @@
|
|
|
91
91
|
"geartype": {
|
|
92
92
|
"keyword": "geartype",
|
|
93
93
|
"enum": {
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"longline": "
|
|
97
|
-
"purse_seine": "Purse Seine"
|
|
94
|
+
"purse_seine": "purse_seine",
|
|
95
|
+
"trawler": "trawler",
|
|
96
|
+
"longline": "longline"
|
|
98
97
|
}
|
|
99
98
|
},
|
|
100
99
|
"vessel_id": "vessel_id",
|
|
@@ -108,21 +107,20 @@
|
|
|
108
107
|
"description": "Fishing Vessels (VMS Belize)",
|
|
109
108
|
"schema": {
|
|
110
109
|
"id": "id",
|
|
110
|
+
"imo": "imo",
|
|
111
111
|
"flag": "flag",
|
|
112
|
+
"mmsi": "mmsi",
|
|
112
113
|
"source": "source",
|
|
113
|
-
"
|
|
114
|
+
"callsign": "callsign",
|
|
114
115
|
"geartype": {
|
|
115
116
|
"keyword": "geartype",
|
|
116
117
|
"enum": {
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"longline": "
|
|
120
|
-
"
|
|
118
|
+
"purse_seine": "purse_seine",
|
|
119
|
+
"trawler": "trawler",
|
|
120
|
+
"longline": "longline",
|
|
121
|
+
"reefer": "reefer"
|
|
121
122
|
}
|
|
122
123
|
},
|
|
123
|
-
"callsign": "callsign",
|
|
124
|
-
"mmsi": "mmsi",
|
|
125
|
-
"imo": "imo",
|
|
126
124
|
"shipname": "shipname",
|
|
127
125
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
128
126
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -133,21 +131,20 @@
|
|
|
133
131
|
"description": "Non Fishing Vessels (VMS Belize)",
|
|
134
132
|
"schema": {
|
|
135
133
|
"id": "id",
|
|
134
|
+
"imo": "imo",
|
|
136
135
|
"flag": "flag",
|
|
136
|
+
"mmsi": "mmsi",
|
|
137
137
|
"source": "source",
|
|
138
|
-
"
|
|
138
|
+
"callsign": "callsign",
|
|
139
139
|
"geartype": {
|
|
140
140
|
"keyword": "geartype",
|
|
141
141
|
"enum": {
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"longline": "
|
|
145
|
-
"
|
|
142
|
+
"purse_seine": "purse_seine",
|
|
143
|
+
"trawler": "trawler",
|
|
144
|
+
"longline": "longline",
|
|
145
|
+
"reefer": "reefer"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
-
"callsign": "callsign",
|
|
149
|
-
"mmsi": "mmsi",
|
|
150
|
-
"imo": "imo",
|
|
151
148
|
"shipname": "shipname",
|
|
152
149
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
153
150
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -878,10 +875,9 @@
|
|
|
878
875
|
"geartype": {
|
|
879
876
|
"keyword": "geartype",
|
|
880
877
|
"enum": {
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
"longline": "
|
|
884
|
-
"purse_seine": "Purse Seine"
|
|
878
|
+
"purse_seine": "purse_seine",
|
|
879
|
+
"trawler": "trawler",
|
|
880
|
+
"longline": "longline"
|
|
885
881
|
}
|
|
886
882
|
},
|
|
887
883
|
"vessel_id": "vessel_id",
|
|
@@ -897,19 +893,15 @@
|
|
|
897
893
|
"id": "id",
|
|
898
894
|
"flag": "flag",
|
|
899
895
|
"source": "source",
|
|
900
|
-
"dataset": "dataset",
|
|
901
896
|
"geartype": {
|
|
902
897
|
"keyword": "geartype",
|
|
903
898
|
"enum": {
|
|
904
|
-
"
|
|
905
|
-
"
|
|
906
|
-
"longline": "
|
|
907
|
-
"
|
|
899
|
+
"purse_seine": "purse_seine",
|
|
900
|
+
"trawler": "trawler",
|
|
901
|
+
"longline": "longline",
|
|
902
|
+
"reefer": "reefer"
|
|
908
903
|
}
|
|
909
904
|
},
|
|
910
|
-
"callsign": "callsign",
|
|
911
|
-
"mmsi": "mmsi",
|
|
912
|
-
"imo": "imo",
|
|
913
905
|
"shipname": "shipname",
|
|
914
906
|
"lastTransmissionDate": "lastTransmissionDate",
|
|
915
907
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
@@ -1619,6 +1611,11 @@
|
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"description": "SAR",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1622
1619
|
"public-global-sar-presence": {
|
|
1623
1620
|
"name": "SAR",
|
|
1624
1621
|
"description": "SAR",
|
|
@@ -2196,4 +2193,4 @@
|
|
|
2196
2193
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2197
2194
|
"schema": {}
|
|
2198
2195
|
}
|
|
2199
|
-
}
|
|
2196
|
+
}
|