@globalfishingwatch/i18n-labels 1.2.5 → 1.2.6
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 +7 -0
- package/en/datasets.json +1 -1
- package/package.json +4 -6
package/README.md
ADDED
package/en/datasets.json
CHANGED
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
},
|
|
720
720
|
"public-chile-fishing-effort": {
|
|
721
721
|
"name": "Chile VMS",
|
|
722
|
-
"description": "Vessel monitoring system (VMS) data provided by the Chilean government’s fisheries and aquaculture regulator (SERNAPESCA). It is possible to filter Chile’s VMS data for small-scale fishing vessels (under 18 meters) and industrial fishing vessels (over 18 meters). Note that some vessels are
|
|
722
|
+
"description": "Vessel monitoring system (VMS) data provided by the Chilean government’s fisheries and aquaculture regulator (SERNAPESCA). It is possible to filter Chile’s VMS data for small-scale fishing vessels (under 18 meters) and industrial fishing vessels (over 18 meters). Note that some vessels are under 18 meters but are considered industrial because they were registered in the capture of industrial quotas. SERNAPESCA is also using our map to visualize and track vessel positions for their fleet, including vessels involved in aquaculture. Data is collected using Chile’s VMS via satellites and terrestrial receivers and contains vessel identities, gear type, location, speed, direction and more. 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 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.",
|
|
723
723
|
"schema": {
|
|
724
724
|
"lat": "lat",
|
|
725
725
|
"lon": "lon",
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalfishingwatch/i18n-labels",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"main": "index.js",
|
|
3
|
+
"version": "1.2.6",
|
|
5
4
|
"license": "MIT",
|
|
6
5
|
"scripts": {
|
|
7
|
-
"
|
|
6
|
+
"start": "yarn kill && serve -p 8000 --cors=true",
|
|
8
7
|
"kill": "kill-port 8000"
|
|
9
8
|
},
|
|
10
9
|
"files": [
|
|
@@ -16,10 +15,9 @@
|
|
|
16
15
|
],
|
|
17
16
|
"devDependencies": {
|
|
18
17
|
"kill-port": "^1.6.1",
|
|
19
|
-
"serve": "
|
|
18
|
+
"serve": "13.0.2"
|
|
20
19
|
},
|
|
21
20
|
"publishConfig": {
|
|
22
21
|
"access": "public"
|
|
23
|
-
}
|
|
24
|
-
"gitHead": "8101c8fc240a1f56407208a66590aa9b33725b6e"
|
|
22
|
+
}
|
|
25
23
|
}
|