@globalfishingwatch/i18n-labels 1.2.29 → 1.2.32
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 +28 -31
- package/es/datasets.json +49 -52
- 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,9 +1611,14 @@
|
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "SAR Footprints",
|
|
1616
|
+
"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.\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. \n",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1622
1619
|
"public-global-sar-presence": {
|
|
1623
1620
|
"name": "Radar detections (SAR)",
|
|
1624
|
-
"description": "Synthetic aperture radar (SAR) can detect at-sea vessels and structures
|
|
1621
|
+
"description": "Synthetic aperture radar (SAR) can detect at-sea vessels and structures in any weather conditions. SAR is a satellite-based sensor that shoots microwaves to the Earth surface and measures the amplitude and phase of the signals that are reflected back from objects on the ground and water, known as backscatter. \n\nThe SAR image formed from this backscatter contains rich information about size, orientation, composition, condition and texture of the features on the water. \n\nThese imaging systems overcome any weather condition and illumination level, including clouds or rain, daylight or darkness.They give an advantage over some other 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\nDetecting vessels with SAR\n\nWe use SAR imagery from the Copernicus Sentinel-1 mission of the European Space Agency (ESA), which is sourced from polar-orbiting satellites (S1A and, formerly, S1B), to detect all vessels 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 identify the size of detections and eliminate false detections. 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, and then using machine learning to filter and improve the results. \n\nMatching 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 likelihood 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. The matching algorithm provides a score and a confidence value for each potential SAR-AIS match. Only higher confidence matches are included. Learn more about the methods in this pre-print paper - https://eartharxiv.org/repository/view/3239/ \n\nAIS matching and vessel identity \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. 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 craft 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. \n\nSource\n\nWe use SAR imagery from ESA’s Sentinel-1 Interferometric Wide swath mode (IW) Level-1 Ground Range Detected (GRD) product, covering all coastal waters around the world with a resolution of about 20 meters. We analyze SAR scenes and detect objects using the Google Earth Engine platform and a neural net classifer.\n\nDetection footprints\n\nDetection 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.\n\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. \n\nFiltering\n\nGFW has post-processed the SAR detections to reduce noise (false positives), remove offshore infrastructure, and exclude areas with sea ice at high latitudes\n",
|
|
1625
1622
|
"schema": {
|
|
1626
1623
|
"id": "id",
|
|
1627
1624
|
"lat": "lat",
|
|
@@ -1698,8 +1695,8 @@
|
|
|
1698
1695
|
}
|
|
1699
1696
|
},
|
|
1700
1697
|
"public-graticules": {
|
|
1701
|
-
"name": "
|
|
1702
|
-
"description": "Grids at 1, 5, 10
|
|
1698
|
+
"name": "Latitude longitude grids",
|
|
1699
|
+
"description": "Grids or graticules of latitude and longitude at 1, 5, 10 and 30° intervals depending on the zoom level of the map (Source: <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules/'_blank'>Natural Earth</a>).",
|
|
1703
1700
|
"schema": {}
|
|
1704
1701
|
},
|
|
1705
1702
|
"public-gs-as-simplified": {
|
|
@@ -1862,7 +1859,7 @@
|
|
|
1862
1859
|
}
|
|
1863
1860
|
},
|
|
1864
1861
|
"public-mpa-all": {
|
|
1865
|
-
"name": "MPAs
|
|
1862
|
+
"name": "MPAs",
|
|
1866
1863
|
"description": "Marine protected areas (MPAs) are areas of the ocean set aside for long-term conservation. These can have different levels of protection, and the range of activities allowed or prohibited within their boundaries varies considerably. Source: World Database on Protected Areas. Last updated: March 2022.",
|
|
1867
1864
|
"schema": {}
|
|
1868
1865
|
},
|
|
@@ -2182,12 +2179,12 @@
|
|
|
2182
2179
|
"schema": {}
|
|
2183
2180
|
},
|
|
2184
2181
|
"public-tuna-rfmo": {
|
|
2185
|
-
"name": "RFMOs
|
|
2182
|
+
"name": "RFMOs",
|
|
2186
2183
|
"description": "Regional fisheries management organizations (RFMOs) are international bodies formed by countries with a shared interest in managing or conserving fish stocks in a particular region. Some manage all the fish stocks found in a given area, while others focus on specific highly migratory species, notably tuna. The regional fisheries management organization on the Global Fishing Watch map currently includes the five tuna regional fisheries management organizations.",
|
|
2187
2184
|
"schema": {}
|
|
2188
2185
|
},
|
|
2189
2186
|
"public-wdpa-may-2021-marine": {
|
|
2190
|
-
"name": "MPAs
|
|
2187
|
+
"name": "MPAs",
|
|
2191
2188
|
"description": "Marine protected areas (MPAs) are areas of the ocean set aside for long-term conservation. These can have different levels of protection, and the range of activities allowed or prohibited within their boundaries varies considerably. Source: World Database on Protected Areas. Last updated: May 2021.",
|
|
2192
2189
|
"schema": {}
|
|
2193
2190
|
},
|
|
@@ -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,9 +1611,14 @@
|
|
|
1619
1611
|
}
|
|
1620
1612
|
}
|
|
1621
1613
|
},
|
|
1614
|
+
"public-global-sar-footprints": {
|
|
1615
|
+
"name": "Zonas de detección",
|
|
1616
|
+
"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",
|
|
1617
|
+
"schema": {}
|
|
1618
|
+
},
|
|
1622
1619
|
"public-global-sar-presence": {
|
|
1623
|
-
"name": "SAR",
|
|
1624
|
-
"description": "SAR",
|
|
1620
|
+
"name": "Detecciones del radar (SAR)",
|
|
1621
|
+
"description": "El radar de apertura sintética (SAR) puede detectar embarcaciones y estructuras en el mar en cualquier condición climática. SAR es un sensor satelital que dispara microondas a la superficie de la Tierra y mide la amplitud y la fase de las señales que se reflejan desde los objetos en el suelo y el agua, lo que se conoce como retrodispersión.\n\nLa imagen SAR formada a partir de esta retrodispersión contiene abundante información sobre el tamaño, la orientación, la composición, el estado y la textura de los objetos en el agua.\n\nEstos sistemas de medición funcionan en cualquier condición climática y nivel de iluminación, incluyendo las nubes o la lluvia, la luz del día o la oscuridad. Brindan una ventaja sobre otros sensores satelitales, como las imágenes electro-ópticas, las cuales son similares a tomar una fotografía con una cámara; los resultados dependen de la luz del sol y/o la radiación infrarroja emitida por objetos en el suelo. Las imágenes electro-ópticas pueden ser afectadas por la nubosidad, la neblina, los fenómenos meteorológicos y la oscuridad estacional en latitudes altas. En comparación, SAR ha demostrado ser la opción más consistente para detectar embarcaciones en el mar.\n\nDetección de embarcaciones con SAR\n\nUsamos imágenes SAR de la misión Copernicus Sentinel-1 de la Agencia Espacial Europea (ESA por sus siglas en inglés), que provienen de satélites en órbita polar (S1A y, anteriormente, S1B), para detectar todas las naves en cada escena. Nuestro enfoque combina una versión modificada de un método de detección de barcos bien establecido (tasa constante de alarmas falsas, CFAR por sus siglas en inglés) con el aprendizaje automático moderno para identificar el tamaño de las detecciones y eliminar las falsas detecciones. Este método de detección consiste en identificar los píxeles mediante un nivel de \"brillo\" por encima de la retrodispersión media del fondo, representando el eco marino alrededor del objeto, y luego usar el aprendizaje automático para filtrar y mejorar los resultados.\n\nEmparejamiento de las detecciones de SAR con los transmisores del sistema de identificación automática (AIS)\n\nLos transmisores AIS transmiten las posiciones GPS de la embarcación para ayudar a las embarcaciones cercanas a evitar colisiones, y estos mensajes AIS pueden ser registrados por constelaciones de satélites. Global Fishing Watch ha desarrollado un sistema sofisticado para emparejar los datos AIS disponibles con las detecciones de embarcaciones SAR respectivas. Este emparejamiento se realiza mediante un modelo de probabilidad que determina los pares de detecciones de SAR y mensajes AIS en función de todos los registros AIS disponibles justo antes y después del momento en que se tomó la imagen SAR, así como la probabilidad de emparejar un mensaje AIS específico con cualquiera de las embarcaciones que aparecen en esa imagen. El algoritmo de emparejamiento proporciona una puntuación y un valor de confianza para cada emparejamiento potencial de SAR-AIS. Solo se incluyen los emparejamientos con altos valores de confianza. Obtenga más información sobre la metodologíaen este estudio prepublicado: https://eartharxiv.org/repository/view/3239/\n\nEmparejamiento AIS e identidad de la embarcación\n\nNo todas las embarcaciones están obligadas a llevar transmisores AIS (por ejemplo, la Unión Europea solo requiere el uso de AIS para embarcaciones de más de 20 metros de eslora), y las embarcaciones involucradas en actividades ilegales pueden apagar sus transmisores AIS. Esto significa que, mediante el AIS de todas las detecciones de SAR \"emparejadas con AIS\", tenemos información disponible como las características de la embarcación y si está pescando o no.. Por otro lado, todas las detecciones de SAR “no emparejadas con AIS” corresponden a embarcaciones que no pueden ser rastreadas con AIS, algunas de las cuales pueden estar involucradas en pesca ilegal, no declarada y no reglamentada (INDNR). En cualquier caso, las detecciones de SAR no emparejadas proporcionan información faltante sobre el tráfico de embarcaciones en el océano.\n\nFuente\n\nUtilizamos imágenes SAR del producto Sentinel-1 Interferometric Wide Swath Mode (IW) Level-1 Ground Range Detected (GRD) de la ESA, que cubre todas las aguas costeras del mundo con una resolución de aproximadamente 20 metros. Analizamos escenas SAR y detectamos objetos utilizando la plataforma Google Earth Engine y un clasificador de redes neuronales.\n\nZonas de detección\n\nLa 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\n\nFiltración\n\nGFW ha procesado posteriormente las detecciones de SAR para reducir el ruido (falsos positivos), eliminar las infraestructuras en alta mar y excluir áreas con hielo marino en latitudes altas\n",
|
|
1625
1622
|
"schema": {
|
|
1626
1623
|
"id": "id",
|
|
1627
1624
|
"lat": "lat",
|
|
@@ -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
|
+
}
|