@globalfishingwatch/i18n-labels 1.2.89 → 1.2.90
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/package.json +1 -1
- package/source/datasets.json +20 -0
package/package.json
CHANGED
package/source/datasets.json
CHANGED
|
@@ -2038,6 +2038,26 @@
|
|
|
2038
2038
|
"description": "90% of EEZ",
|
|
2039
2039
|
"schema": {}
|
|
2040
2040
|
},
|
|
2041
|
+
"public-norway-fishing-effort": {
|
|
2042
|
+
"name": "Norway VMS",
|
|
2043
|
+
"description": "Description pending",
|
|
2044
|
+
"schema": {
|
|
2045
|
+
"lat": "lat",
|
|
2046
|
+
"lon": "lon",
|
|
2047
|
+
"flag": {
|
|
2048
|
+
"keyword": "flag",
|
|
2049
|
+
"enum": {
|
|
2050
|
+
"NOR": "NOR"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"hours": "hours",
|
|
2054
|
+
"vessel_id": "vessel_id",
|
|
2055
|
+
"elevation_m": "elevation_m",
|
|
2056
|
+
"vessel-groups": "vessel-groups",
|
|
2057
|
+
"distance_from_port_m": "distance_from_port_m",
|
|
2058
|
+
"distance_from_shore_m": "distance_from_shore_m"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2041
2061
|
"public-panama-fishing-effort": {
|
|
2042
2062
|
"name": "Panama VMS",
|
|
2043
2063
|
"description": "Vessel monitoring system (VMS) data provided by the Panamanian Authority of Aquatic Resources (ARAP). Data is received by Panama’s VMS system via satellite and contains vessel identities, gear type, location, speed, direction and more. Panama’s carrier vessel data is also available here. Each point in the carrier vessel data layer represents a position of the carriers, but not all positions are displayed. Carrier vessel positions are displayed once per day. In the future, we expect to be able to display more positions. Click on a carrier vessel’s position to view the vessel’s complete track. Global Fishing Watch analyzes this data using the same algorithms we developed for automatic identification system (AIS) data to identify fishing activity and behaviors. The algorithm classifies each broadcast data point from vessels as either apparently fishing or not fishing and shows the former on the Global Fishing Watch fishing activity heat map. VMS broadcasts data quite differently from AIS and may give different measures of completeness, accuracy and quality. Over time our algorithms will improve across all our broadcast data formats. Global Fishing Watch’s fishing detection algorithm for VMS, as for AIS, is a best effort to algorithmically identify “apparent fishing activity.” It is possible that some fishing activity is not identified, or that the heat map may show apparent fishing activity where fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies the terms “fishing activity,” “fishing,” and “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 fishing detection algorithms are developed and tested using actual fishing event data collected by observers, combined with expert analysis of AIS 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.",
|