@globalfishingwatch/i18n-labels 1.2.18 → 1.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/en/datasets.json +137 -17
- package/es/datasets.json +120 -0
- package/fr/datasets.json +120 -0
- package/id/datasets.json +120 -0
- package/package.json +1 -1
- package/source/datasets.json +120 -0
package/en/datasets.json
CHANGED
|
@@ -81,6 +81,126 @@
|
|
|
81
81
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"public-ais-presence-viirs-match-prototype": {
|
|
85
|
+
"name": "VIIRS",
|
|
86
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nBased on the Suomi NPP satellite, the VIIRS sensor makes a pass across the entire planet at least once every night, detecting lights to provide at least one daily observation globally. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. <br/><br/>\n\nBecause the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that may not broadcast identity information and so may not be represented elsewhere on the Global Fishing Watch map. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by the <a href='[https://eogdata.mines.edu/products/vbd/](https://payneinstitute.mines.edu/eog/)' target='_blank' rel=noopener'>Earth](https://payneinstitute.mines.edu/eog/) [Observation Group</a> at the Colorado School of Mines. The data, known as VIIRS boat detections, picks up the presence of vessels, including those fishing using lights to attract catch or to conduct operations at night.Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Read more about VIIRS night light vessel detections, and download the <a href='[https://eogdata.mines.edu/products/vbd/](https://eogdata.mines.edu/products/vbd/)' target='_blank' rel=noopener'>data</a>. <br/><br/>\n\nGlobal Fishing Watch has developed a sophisticated system to match available automatic identification system (AIS) data to respective night light vessel detections. This matching is done using a probabilistic model that determines AIS-message/VIIRS-detection pairs based on all available AIS records right before and right after the time the satellite VIIRS image was taken, as well as the probability of pairing a specific AIS message to any of the vessels appearing on that image. Using this information, Global Fishing Watch has added the ability to filter detections based on vessel type and gear type within the VIIRS activity layer. <br/><br/>\n\nMore than 85% of the detections are from vessels that lack AIS or vessel monitoring system (VMS) transponders. The global addition of the VIIRS layer enables you to rapidly filter the night light detections that either were matched or not with AIS where vessel identification is available. <br/><br/>\n\nRadiance indicates the brightness of the light source received by the VIIRS sensor. Radiance is impacted by the moon, clouds, and the angle of the vessel from the satellite. Two vessels with the same brightness, or light intensity, may have different radiance levels depending on the conditions. In general, vessels that are not actively fishing using light may have lower radiance levels. Exceptions should be considered when vessels are approaching a coastline. To further explore how vessel lights at night emit different radiance levels, the VIIRS activity layer can be filtered to specific ranges of interest associated with different human behaviours. <br/><br/>\n\nThose using night light detections data should consider the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification.",
|
|
87
|
+
"schema": {
|
|
88
|
+
"cel": "cel",
|
|
89
|
+
"lat": "lat",
|
|
90
|
+
"lon": "lon",
|
|
91
|
+
"pos": "pos",
|
|
92
|
+
"flag": "flag",
|
|
93
|
+
"htime": "htime",
|
|
94
|
+
"source": {
|
|
95
|
+
"keyword": "source",
|
|
96
|
+
"enum": {
|
|
97
|
+
"unknown": "unknown",
|
|
98
|
+
"AIS": "AIS"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"matched": {
|
|
102
|
+
"keyword": "matched",
|
|
103
|
+
"enum": {
|
|
104
|
+
"true": true,
|
|
105
|
+
"false": false
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"geartype": {
|
|
109
|
+
"keyword": "geartype",
|
|
110
|
+
"enum": {
|
|
111
|
+
"unknown": "unknown",
|
|
112
|
+
"cargo": "cargo",
|
|
113
|
+
"container_reefer": "container_reefer",
|
|
114
|
+
"container_reefer,reefer": "container_reefer,reefer",
|
|
115
|
+
"dredge_fishing": "dredge_fishing",
|
|
116
|
+
"drifting_longlines": "drifting_longlines",
|
|
117
|
+
"drifting_longlines,purse_seine_support": "drifting_longlines,purse_seine_support",
|
|
118
|
+
"drifting_longlines,specialized_reefer": "drifting_longlines,specialized_reefer",
|
|
119
|
+
"fish_factory": "fish_factory",
|
|
120
|
+
"fish_factory|reefer": "fish_factory|reefer",
|
|
121
|
+
"fish_tender": "fish_tender",
|
|
122
|
+
"fish_tender,well_boat": "fish_tender,well_boat",
|
|
123
|
+
"fish_tender|pots_and_traps": "fish_tender|pots_and_traps",
|
|
124
|
+
"fish_tender|reefer": "fish_tender|reefer",
|
|
125
|
+
"fish_tender|reefer,reefer|fish_tender": "fish_tender|reefer,reefer|fish_tender",
|
|
126
|
+
"fish_tender|reefer,well_boat|reefer": "fish_tender|reefer,well_boat|reefer",
|
|
127
|
+
"fishing": "fishing",
|
|
128
|
+
"fishing|fish_tender,fish_tender": "fishing|fish_tender,fish_tender",
|
|
129
|
+
"fixed_gear": "fixed_gear",
|
|
130
|
+
"geartype": "geartype",
|
|
131
|
+
"other_purse_seines": "other_purse_seines",
|
|
132
|
+
"other_seines": "other_seines",
|
|
133
|
+
"pole_and_line": "pole_and_line",
|
|
134
|
+
"pots_and_traps": "pots_and_traps",
|
|
135
|
+
"pots_and_traps,fish_tender": "pots_and_traps,fish_tender",
|
|
136
|
+
"pots_and_traps|fish_tender": "pots_and_traps|fish_tender",
|
|
137
|
+
"purse_seine_support": "purse_seine_support",
|
|
138
|
+
"purse_seines": "purse_seines",
|
|
139
|
+
"purse_seines,purse_seine_support": "purse_seines,purse_seine_support",
|
|
140
|
+
"reefer": "reefer",
|
|
141
|
+
"reefer,container_reefer": "reefer,container_reefer",
|
|
142
|
+
"reefer,specialized_reefer": "reefer,specialized_reefer",
|
|
143
|
+
"reefer,well_boat|reefer": "reefer,well_boat|reefer",
|
|
144
|
+
"reefer|drifting_longlines|well_boat": "reefer|drifting_longlines|well_boat",
|
|
145
|
+
"reefer|fish_tender": "reefer|fish_tender",
|
|
146
|
+
"reefer|fish_tender,fish_tender": "reefer|fish_tender,fish_tender",
|
|
147
|
+
"reefer|fish_tender,well_boat|reefer": "reefer|fish_tender,well_boat|reefer",
|
|
148
|
+
"reefer|well_boat": "reefer|well_boat",
|
|
149
|
+
"reefer|well_boat,well_boat": "reefer|well_boat,well_boat",
|
|
150
|
+
"seiners": "seiners",
|
|
151
|
+
"set_gillnets": "set_gillnets",
|
|
152
|
+
"set_longlines": "set_longlines",
|
|
153
|
+
"specialized_reefer": "specialized_reefer",
|
|
154
|
+
"specialized_reefer,reefer": "specialized_reefer,reefer",
|
|
155
|
+
"specialized_reefer,specialized_reefer": "specialized_reefer,specialized_reefer",
|
|
156
|
+
"specialized_reefer|fish_factory|trawlers": "specialized_reefer|fish_factory|trawlers",
|
|
157
|
+
"specialized_reefer|well_boat": "specialized_reefer|well_boat",
|
|
158
|
+
"squid_jigger": "squid_jigger",
|
|
159
|
+
"trawlers": "trawlers",
|
|
160
|
+
"trawlers,fish_factory": "trawlers,fish_factory",
|
|
161
|
+
"trollers": "trollers",
|
|
162
|
+
"tuna_purse_seines": "tuna_purse_seines",
|
|
163
|
+
"well_boat": "well_boat",
|
|
164
|
+
"well_boat,reefer|well_boat": "well_boat,reefer|well_boat",
|
|
165
|
+
"well_boat,specialized_reefer": "well_boat,specialized_reefer",
|
|
166
|
+
"well_boat|reefer": "well_boat|reefer",
|
|
167
|
+
"well_boat|reefer,fish_tender|reefer": "well_boat|reefer,fish_tender|reefer",
|
|
168
|
+
"well_boat|reefer,well_boat": "well_boat|reefer,well_boat",
|
|
169
|
+
"well_boat|reefer,well_boat,reefer|well_boat": "well_boat|reefer,well_boat,reefer|well_boat"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"radiance": {
|
|
173
|
+
"keyword": "Radiance",
|
|
174
|
+
"enum": {
|
|
175
|
+
"1": 1,
|
|
176
|
+
"1000": 1000
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"shiptype": {
|
|
180
|
+
"keyword": "Vessel type",
|
|
181
|
+
"enum": {
|
|
182
|
+
"unknown": "Unknown",
|
|
183
|
+
"fishing": "Fishing",
|
|
184
|
+
"carrier": "Carrier",
|
|
185
|
+
"support": "Support"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"detect_id": "detect_id",
|
|
189
|
+
"qf_detect": {
|
|
190
|
+
"keyword": "qf_detect",
|
|
191
|
+
"enum": {
|
|
192
|
+
"1": 1,
|
|
193
|
+
"2": 2,
|
|
194
|
+
"3": 3,
|
|
195
|
+
"5": 5,
|
|
196
|
+
"7": 7,
|
|
197
|
+
"10": 10
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"timestamp": "timestamp",
|
|
201
|
+
"vessel_id": "vessel_id"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
84
204
|
"private-belize-fishing-effort": {
|
|
85
205
|
"name": "Belize VMS",
|
|
86
206
|
"description": "Vessel monitoring system (VMS) data is provided by the Belize High Seas Fisheries Unit (BHSFU). Data is collected using Belize's vessel monitoring system via satellites and is published on a three-day delay containing information on vessels’ location, speed, course, and movement. Global Fishing Watch analyzes this data using the same algorithms developed for automatic identification system (AIS) 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’s fishing activity heat map. VMS broadcasts data differently from AIS and may give different measures of completeness, accuracy, and quality. Global Fishing Watch is continually improving its algorithms across all broadcast data formats 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 when fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies the terms “fishing activity,” “fishing” or “fishing effort,” as apparent rather than certain. Any and all Global Fishing Watch information about “apparent fishing activity” should be considered an estimate and must be relied upon solely at the user’s discretion. Global Fishing Watch’s fishing detection algorithms are developed and tested using actual fishing event data collected by observers and is 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 to improve automated classification techniques.",
|
|
@@ -1570,15 +1690,15 @@
|
|
|
1570
1690
|
},
|
|
1571
1691
|
"public-global-viirs-presence": {
|
|
1572
1692
|
"name": "Night light detections",
|
|
1573
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\
|
|
1693
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nBased on the Suomi NPP satellite, the VIIRS sensor makes a pass across the entire planet at least once every night, detecting lights to provide at least one daily observation globally. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. <br/><br/>\n\nBecause the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that may not broadcast identity information and so may not be represented elsewhere on the Global Fishing Watch map. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by the <a href='[https://eogdata.mines.edu/products/vbd/](https://payneinstitute.mines.edu/eog/)' target='_blank' rel=noopener'>Earth](https://payneinstitute.mines.edu/eog/) [Observation Group</a> at the Colorado School of Mines. The data, known as VIIRS boat detections, picks up the presence of vessels, including those fishing using lights to attract catch or to conduct operations at night.Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Read more about VIIRS night light vessel detections, and download the <a href='[https://eogdata.mines.edu/products/vbd/](https://eogdata.mines.edu/products/vbd/)' target='_blank' rel=noopener'>data</a>. <br/><br/>\n\nGlobal Fishing Watch has developed a sophisticated system to match available automatic identification system (AIS) data to respective night light vessel detections. This matching is done using a probabilistic model that determines AIS-message/VIIRS-detection pairs based on all available AIS records right before and right after the time the satellite VIIRS image was taken, as well as the probability of pairing a specific AIS message to any of the vessels appearing on that image. Using this information, Global Fishing Watch has added the ability to filter detections based on vessel type and gear type within the VIIRS activity layer. <br/><br/>\n\nMore than 85% of the detections are from vessels that lack AIS or vessel monitoring system (VMS) transponders. The global addition of the VIIRS layer enables you to rapidly filter the night light detections that either were matched or not with AIS where vessel identification is available. <br/><br/>\n\nRadiance indicates the brightness of the light source received by the VIIRS sensor. Radiance is impacted by the moon, clouds, and the angle of the vessel from the satellite. Two vessels with the same brightness, or light intensity, may have different radiance levels depending on the conditions. In general, vessels that are not actively fishing using light may have lower radiance levels. Exceptions should be considered when vessels are approaching a coastline. To further explore how vessel lights at night emit different radiance levels, the VIIRS activity layer can be filtered to specific ranges of interest associated with different human behaviours. <br/><br/>\n\nThose using night light detections data should consider the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification.",
|
|
1574
1694
|
"schema": {
|
|
1575
1695
|
"cel": "cel",
|
|
1576
1696
|
"lat": "lat",
|
|
1577
|
-
"lon": "
|
|
1697
|
+
"lon": "Longitude",
|
|
1578
1698
|
"pos": "pos",
|
|
1579
1699
|
"htime": "htime",
|
|
1580
1700
|
"radiance": {
|
|
1581
|
-
"keyword": "
|
|
1701
|
+
"keyword": "Radiance",
|
|
1582
1702
|
"enum": {
|
|
1583
1703
|
"1": 1,
|
|
1584
1704
|
"2": 2,
|
|
@@ -1624,12 +1744,12 @@
|
|
|
1624
1744
|
"10": 10
|
|
1625
1745
|
}
|
|
1626
1746
|
},
|
|
1627
|
-
"timestamp": "
|
|
1747
|
+
"timestamp": "Timestamp"
|
|
1628
1748
|
}
|
|
1629
1749
|
},
|
|
1630
1750
|
"public-global-viirs": {
|
|
1631
|
-
"name": "VIIRS",
|
|
1632
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.
|
|
1751
|
+
"name": "Night light detections (VIIRS)",
|
|
1752
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nBased on the Suomi NPP satellite, the VIIRS sensor makes a pass across the entire planet at least once every night, detecting lights to provide at least one daily observation globally. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. <br/><br/>\n\nBecause the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that may not broadcast identity information and so may not be represented elsewhere on the Global Fishing Watch map. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by the <a href='[https://eogdata.mines.edu/products/vbd/](https://payneinstitute.mines.edu/eog/)' target='_blank' rel=noopener'>Earth](https://payneinstitute.mines.edu/eog/) [Observation Group</a> at the Colorado School of Mines. The data, known as VIIRS boat detections, picks up the presence of vessels, including those fishing using lights to attract catch or to conduct operations at night.Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Read more about VIIRS night light vessel detections, and download the <a href='[https://eogdata.mines.edu/products/vbd/](https://eogdata.mines.edu/products/vbd/)' target='_blank' rel=noopener'>data</a>. <br/><br/>\n\nGlobal Fishing Watch has developed a sophisticated system to match available automatic identification system (AIS) data to respective night light vessel detections. This matching is done using a probabilistic model that determines AIS-message/VIIRS-detection pairs based on all available AIS records right before and right after the time the satellite VIIRS image was taken, as well as the probability of pairing a specific AIS message to any of the vessels appearing on that image. Using this information, Global Fishing Watch has added the ability to filter detections based on vessel type and gear type within the VIIRS activity layer. <br/><br/>\n\nMore than 85% of the detections are from vessels that lack AIS or vessel monitoring system (VMS) transponders. The global addition of the VIIRS layer enables you to rapidly filter the night light detections that either were matched or not with AIS where vessel identification is available. <br/><br/>\n\nRadiance indicates the brightness of the light source received by the VIIRS sensor. Radiance is impacted by the moon, clouds, and the angle of the vessel from the satellite. Two vessels with the same brightness, or light intensity, may have different radiance levels depending on the conditions. In general, vessels that are not actively fishing using light may have lower radiance levels. Exceptions should be considered when vessels are approaching a coastline. To further explore how vessel lights at night emit different radiance levels, the VIIRS activity layer can be filtered to specific ranges of interest associated with different human behaviours. <br/><br/>\n\nThose using night light detections data should consider the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification.",
|
|
1633
1753
|
"schema": {
|
|
1634
1754
|
"cel": "cel",
|
|
1635
1755
|
"lat": "Latitude",
|
|
@@ -1637,7 +1757,7 @@
|
|
|
1637
1757
|
"pos": "pos",
|
|
1638
1758
|
"htime": "htime",
|
|
1639
1759
|
"radiance": {
|
|
1640
|
-
"keyword": "
|
|
1760
|
+
"keyword": "Radiance",
|
|
1641
1761
|
"enum": {
|
|
1642
1762
|
"1": 1,
|
|
1643
1763
|
"2": 2,
|
|
@@ -2015,8 +2135,8 @@
|
|
|
2015
2135
|
}
|
|
2016
2136
|
},
|
|
2017
2137
|
"public-presence-viirs-match-prototype": {
|
|
2018
|
-
"name": "VIIRS
|
|
2019
|
-
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.
|
|
2138
|
+
"name": "VIIRS",
|
|
2139
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night. <br/><br/>\n\nBased on the Suomi NPP satellite, the VIIRS sensor makes a pass across the entire planet at least once every night, detecting lights to provide at least one daily observation globally. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. <br/><br/>\n\nBecause the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that may not broadcast identity information and so may not be represented elsewhere on the Global Fishing Watch map. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by the <a href='[https://eogdata.mines.edu/products/vbd/](https://payneinstitute.mines.edu/eog/)' target='_blank' rel=noopener'>Earth](https://payneinstitute.mines.edu/eog/) [Observation Group</a> at the Colorado School of Mines. The data, known as VIIRS boat detections, picks up the presence of vessels, including those fishing using lights to attract catch or to conduct operations at night.Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Read more about VIIRS night light vessel detections, and download the <a href='[https://eogdata.mines.edu/products/vbd/](https://eogdata.mines.edu/products/vbd/)' target='_blank' rel=noopener'>data</a>. <br/><br/>\n\nGlobal Fishing Watch has developed a sophisticated system to match available automatic identification system (AIS) data to respective night light vessel detections. This matching is done using a probabilistic model that determines AIS-message/VIIRS-detection pairs based on all available AIS records right before and right after the time the satellite VIIRS image was taken, as well as the probability of pairing a specific AIS message to any of the vessels appearing on that image. Using this information, Global Fishing Watch has added the ability to filter detections based on vessel type and gear type within the VIIRS activity layer. <br/><br/>\n\nMore than 85% of the detections are from vessels that lack AIS or vessel monitoring system (VMS) transponders. The global addition of the VIIRS layer enables you to rapidly filter the night light detections that either were matched or not with AIS where vessel identification is available. <br/><br/>\n\nRadiance indicates the brightness of the light source received by the VIIRS sensor. Radiance is impacted by the moon, clouds, and the angle of the vessel from the satellite. Two vessels with the same brightness, or light intensity, may have different radiance levels depending on the conditions. In general, vessels that are not actively fishing using light may have lower radiance levels. Exceptions should be considered when vessels are approaching a coastline. To further explore how vessel lights at night emit different radiance levels, the VIIRS activity layer can be filtered to specific ranges of interest associated with different human behaviours. <br/><br/>\n\nThose using night light detections data should consider the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification.",
|
|
2020
2140
|
"schema": {
|
|
2021
2141
|
"cel": "cel",
|
|
2022
2142
|
"lat": "lat",
|
|
@@ -2043,7 +2163,7 @@
|
|
|
2043
2163
|
}
|
|
2044
2164
|
},
|
|
2045
2165
|
"matched": {
|
|
2046
|
-
"keyword": "
|
|
2166
|
+
"keyword": "Matched",
|
|
2047
2167
|
"enum": {
|
|
2048
2168
|
"true": true,
|
|
2049
2169
|
"false": false
|
|
@@ -2123,19 +2243,19 @@
|
|
|
2123
2243
|
}
|
|
2124
2244
|
},
|
|
2125
2245
|
"radiance": {
|
|
2126
|
-
"keyword": "
|
|
2246
|
+
"keyword": "Radiance",
|
|
2127
2247
|
"enum": {
|
|
2128
2248
|
"1": 1,
|
|
2129
2249
|
"1000": 1000
|
|
2130
2250
|
}
|
|
2131
2251
|
},
|
|
2132
2252
|
"shiptype": {
|
|
2133
|
-
"keyword": "
|
|
2253
|
+
"keyword": "Vessel type",
|
|
2134
2254
|
"enum": {
|
|
2135
|
-
"unknown": "
|
|
2136
|
-
"fishing": "
|
|
2137
|
-
"carrier": "
|
|
2138
|
-
"support": "
|
|
2255
|
+
"unknown": "Unknown",
|
|
2256
|
+
"fishing": "Fishing",
|
|
2257
|
+
"carrier": "Carrier",
|
|
2258
|
+
"support": "Support"
|
|
2139
2259
|
}
|
|
2140
2260
|
},
|
|
2141
2261
|
"detect_id": "detect_id",
|
|
@@ -2150,7 +2270,7 @@
|
|
|
2150
2270
|
"10": 10
|
|
2151
2271
|
}
|
|
2152
2272
|
},
|
|
2153
|
-
"timestamp": "
|
|
2273
|
+
"timestamp": "Timestamp",
|
|
2154
2274
|
"vessel_id": "vessel_id"
|
|
2155
2275
|
}
|
|
2156
2276
|
},
|
package/es/datasets.json
CHANGED
|
@@ -81,6 +81,126 @@
|
|
|
81
81
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"public-ais-presence-viirs-match-prototype": {
|
|
85
|
+
"name": "VIIRS Match",
|
|
86
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
87
|
+
"schema": {
|
|
88
|
+
"cel": "cel",
|
|
89
|
+
"lat": "lat",
|
|
90
|
+
"lon": "lon",
|
|
91
|
+
"pos": "pos",
|
|
92
|
+
"flag": "flag",
|
|
93
|
+
"htime": "htime",
|
|
94
|
+
"source": {
|
|
95
|
+
"keyword": "source",
|
|
96
|
+
"enum": {
|
|
97
|
+
"unknown": "unknown",
|
|
98
|
+
"AIS": "AIS"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"matched": {
|
|
102
|
+
"keyword": "matched",
|
|
103
|
+
"enum": {
|
|
104
|
+
"true": true,
|
|
105
|
+
"false": false
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"geartype": {
|
|
109
|
+
"keyword": "geartype",
|
|
110
|
+
"enum": {
|
|
111
|
+
"unknown": "unknown",
|
|
112
|
+
"cargo": "cargo",
|
|
113
|
+
"container_reefer": "container_reefer",
|
|
114
|
+
"container_reefer,reefer": "container_reefer,reefer",
|
|
115
|
+
"dredge_fishing": "dredge_fishing",
|
|
116
|
+
"drifting_longlines": "drifting_longlines",
|
|
117
|
+
"drifting_longlines,purse_seine_support": "drifting_longlines,purse_seine_support",
|
|
118
|
+
"drifting_longlines,specialized_reefer": "drifting_longlines,specialized_reefer",
|
|
119
|
+
"fish_factory": "fish_factory",
|
|
120
|
+
"fish_factory|reefer": "fish_factory|reefer",
|
|
121
|
+
"fish_tender": "fish_tender",
|
|
122
|
+
"fish_tender,well_boat": "fish_tender,well_boat",
|
|
123
|
+
"fish_tender|pots_and_traps": "fish_tender|pots_and_traps",
|
|
124
|
+
"fish_tender|reefer": "fish_tender|reefer",
|
|
125
|
+
"fish_tender|reefer,reefer|fish_tender": "fish_tender|reefer,reefer|fish_tender",
|
|
126
|
+
"fish_tender|reefer,well_boat|reefer": "fish_tender|reefer,well_boat|reefer",
|
|
127
|
+
"fishing": "fishing",
|
|
128
|
+
"fishing|fish_tender,fish_tender": "fishing|fish_tender,fish_tender",
|
|
129
|
+
"fixed_gear": "fixed_gear",
|
|
130
|
+
"geartype": "geartype",
|
|
131
|
+
"other_purse_seines": "other_purse_seines",
|
|
132
|
+
"other_seines": "other_seines",
|
|
133
|
+
"pole_and_line": "pole_and_line",
|
|
134
|
+
"pots_and_traps": "pots_and_traps",
|
|
135
|
+
"pots_and_traps,fish_tender": "pots_and_traps,fish_tender",
|
|
136
|
+
"pots_and_traps|fish_tender": "pots_and_traps|fish_tender",
|
|
137
|
+
"purse_seine_support": "purse_seine_support",
|
|
138
|
+
"purse_seines": "purse_seines",
|
|
139
|
+
"purse_seines,purse_seine_support": "purse_seines,purse_seine_support",
|
|
140
|
+
"reefer": "reefer",
|
|
141
|
+
"reefer,container_reefer": "reefer,container_reefer",
|
|
142
|
+
"reefer,specialized_reefer": "reefer,specialized_reefer",
|
|
143
|
+
"reefer,well_boat|reefer": "reefer,well_boat|reefer",
|
|
144
|
+
"reefer|drifting_longlines|well_boat": "reefer|drifting_longlines|well_boat",
|
|
145
|
+
"reefer|fish_tender": "reefer|fish_tender",
|
|
146
|
+
"reefer|fish_tender,fish_tender": "reefer|fish_tender,fish_tender",
|
|
147
|
+
"reefer|fish_tender,well_boat|reefer": "reefer|fish_tender,well_boat|reefer",
|
|
148
|
+
"reefer|well_boat": "reefer|well_boat",
|
|
149
|
+
"reefer|well_boat,well_boat": "reefer|well_boat,well_boat",
|
|
150
|
+
"seiners": "seiners",
|
|
151
|
+
"set_gillnets": "set_gillnets",
|
|
152
|
+
"set_longlines": "set_longlines",
|
|
153
|
+
"specialized_reefer": "specialized_reefer",
|
|
154
|
+
"specialized_reefer,reefer": "specialized_reefer,reefer",
|
|
155
|
+
"specialized_reefer,specialized_reefer": "specialized_reefer,specialized_reefer",
|
|
156
|
+
"specialized_reefer|fish_factory|trawlers": "specialized_reefer|fish_factory|trawlers",
|
|
157
|
+
"specialized_reefer|well_boat": "specialized_reefer|well_boat",
|
|
158
|
+
"squid_jigger": "squid_jigger",
|
|
159
|
+
"trawlers": "trawlers",
|
|
160
|
+
"trawlers,fish_factory": "trawlers,fish_factory",
|
|
161
|
+
"trollers": "trollers",
|
|
162
|
+
"tuna_purse_seines": "tuna_purse_seines",
|
|
163
|
+
"well_boat": "well_boat",
|
|
164
|
+
"well_boat,reefer|well_boat": "well_boat,reefer|well_boat",
|
|
165
|
+
"well_boat,specialized_reefer": "well_boat,specialized_reefer",
|
|
166
|
+
"well_boat|reefer": "well_boat|reefer",
|
|
167
|
+
"well_boat|reefer,fish_tender|reefer": "well_boat|reefer,fish_tender|reefer",
|
|
168
|
+
"well_boat|reefer,well_boat": "well_boat|reefer,well_boat",
|
|
169
|
+
"well_boat|reefer,well_boat,reefer|well_boat": "well_boat|reefer,well_boat,reefer|well_boat"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"radiance": {
|
|
173
|
+
"keyword": "radiance",
|
|
174
|
+
"enum": {
|
|
175
|
+
"1": 1,
|
|
176
|
+
"1000": 1000
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"shiptype": {
|
|
180
|
+
"keyword": "shiptype",
|
|
181
|
+
"enum": {
|
|
182
|
+
"unknown": "unknown",
|
|
183
|
+
"fishing": "fishing",
|
|
184
|
+
"carrier": "carrier",
|
|
185
|
+
"support": "support"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"detect_id": "detect_id",
|
|
189
|
+
"qf_detect": {
|
|
190
|
+
"keyword": "qf_detect",
|
|
191
|
+
"enum": {
|
|
192
|
+
"1": 1,
|
|
193
|
+
"2": 2,
|
|
194
|
+
"3": 3,
|
|
195
|
+
"5": 5,
|
|
196
|
+
"7": 7,
|
|
197
|
+
"10": 10
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"timestamp": "timestamp",
|
|
201
|
+
"vessel_id": "vessel_id"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
84
204
|
"private-belize-fishing-effort": {
|
|
85
205
|
"name": "VMS de Belice",
|
|
86
206
|
"description": "Los datos del sistema de monitoreo de embarcaciones (VMS) son proporcionados por \nla Unidad de Pesca en Alta Mar de Belice (BHSFU). Los datos se recopilan utilizando el sistema de seguimiento de embarcaciones de Belice a través de satélites y se publican con un retraso de tres días. Los datos contienen información sobre la ubicación, velocidad, rumbo y movimiento de las embarcaciones. Global Fishing Watch analiza estos datos utilizando los mismos algoritmos desarrollados para el sistema de identificación automática (AIS) para identificar la actividad y los comportamientos pesqueros. El algoritmo clasifica cada punto de datos transmitido por las embarcaciones como pesca aparentemente o no pesca, y muestra el primero en el mapa de calor de la actividad pesquera de Global Fishing Watch. El sistema VMS transmite datos de manera diferente a AIS y puede proporcionar diferentes medidas de integridad, precisión y calidad. Global Fishing Watch mejora continuamente sus algoritmos en todos los formatos de transmisión de datos para identificar algorítmicamente la \"actividad de pesca aparente\". Es posible que no se identifique alguna actividad pesquera o que el mapa de calor muestre una actividad pesquera aparente cuando la pesca no se está llevando a cabo. Por estas razones, Global Fishing Watch califica los términos “actividad pesquera”, “pesca” o “esfuerzo pesquero” como “aparentes” en lugar de “ciertos”. Toda la información de Global Fishing Watch sobre la \"aparente actividad pesquera\" debe considerarse una estimación y debe confiarse en ella únicamente a discreción del usuario. Los algoritmos de detección de pesca de Global Fishing Watch se desarrollan y prueban utilizando datos de eventos de pesca reales, recopilados por observadores y se combinan con análisis de expertos de datos de movimiento de embarcaciones AIS, lo que da como resultado la clasificación manual de miles de eventos de pesca conocidos. Global Fishing Watch también colabora ampliamente con investigadores académicos a través de nuestro programa de investigación para compartir datos de clasificación de la actividad pesquera y mejorar las técnicas de clasificación automatizadas.",
|
package/fr/datasets.json
CHANGED
|
@@ -81,6 +81,126 @@
|
|
|
81
81
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"public-ais-presence-viirs-match-prototype": {
|
|
85
|
+
"name": "VIIRS Match",
|
|
86
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
87
|
+
"schema": {
|
|
88
|
+
"cel": "cel",
|
|
89
|
+
"lat": "lat",
|
|
90
|
+
"lon": "lon",
|
|
91
|
+
"pos": "pos",
|
|
92
|
+
"flag": "flag",
|
|
93
|
+
"htime": "htime",
|
|
94
|
+
"source": {
|
|
95
|
+
"keyword": "source",
|
|
96
|
+
"enum": {
|
|
97
|
+
"unknown": "unknown",
|
|
98
|
+
"AIS": "AIS"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"matched": {
|
|
102
|
+
"keyword": "matched",
|
|
103
|
+
"enum": {
|
|
104
|
+
"true": true,
|
|
105
|
+
"false": false
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"geartype": {
|
|
109
|
+
"keyword": "geartype",
|
|
110
|
+
"enum": {
|
|
111
|
+
"unknown": "unknown",
|
|
112
|
+
"cargo": "cargo",
|
|
113
|
+
"container_reefer": "container_reefer",
|
|
114
|
+
"container_reefer,reefer": "container_reefer,reefer",
|
|
115
|
+
"dredge_fishing": "dredge_fishing",
|
|
116
|
+
"drifting_longlines": "drifting_longlines",
|
|
117
|
+
"drifting_longlines,purse_seine_support": "drifting_longlines,purse_seine_support",
|
|
118
|
+
"drifting_longlines,specialized_reefer": "drifting_longlines,specialized_reefer",
|
|
119
|
+
"fish_factory": "fish_factory",
|
|
120
|
+
"fish_factory|reefer": "fish_factory|reefer",
|
|
121
|
+
"fish_tender": "fish_tender",
|
|
122
|
+
"fish_tender,well_boat": "fish_tender,well_boat",
|
|
123
|
+
"fish_tender|pots_and_traps": "fish_tender|pots_and_traps",
|
|
124
|
+
"fish_tender|reefer": "fish_tender|reefer",
|
|
125
|
+
"fish_tender|reefer,reefer|fish_tender": "fish_tender|reefer,reefer|fish_tender",
|
|
126
|
+
"fish_tender|reefer,well_boat|reefer": "fish_tender|reefer,well_boat|reefer",
|
|
127
|
+
"fishing": "fishing",
|
|
128
|
+
"fishing|fish_tender,fish_tender": "fishing|fish_tender,fish_tender",
|
|
129
|
+
"fixed_gear": "fixed_gear",
|
|
130
|
+
"geartype": "geartype",
|
|
131
|
+
"other_purse_seines": "other_purse_seines",
|
|
132
|
+
"other_seines": "other_seines",
|
|
133
|
+
"pole_and_line": "pole_and_line",
|
|
134
|
+
"pots_and_traps": "pots_and_traps",
|
|
135
|
+
"pots_and_traps,fish_tender": "pots_and_traps,fish_tender",
|
|
136
|
+
"pots_and_traps|fish_tender": "pots_and_traps|fish_tender",
|
|
137
|
+
"purse_seine_support": "purse_seine_support",
|
|
138
|
+
"purse_seines": "purse_seines",
|
|
139
|
+
"purse_seines,purse_seine_support": "purse_seines,purse_seine_support",
|
|
140
|
+
"reefer": "reefer",
|
|
141
|
+
"reefer,container_reefer": "reefer,container_reefer",
|
|
142
|
+
"reefer,specialized_reefer": "reefer,specialized_reefer",
|
|
143
|
+
"reefer,well_boat|reefer": "reefer,well_boat|reefer",
|
|
144
|
+
"reefer|drifting_longlines|well_boat": "reefer|drifting_longlines|well_boat",
|
|
145
|
+
"reefer|fish_tender": "reefer|fish_tender",
|
|
146
|
+
"reefer|fish_tender,fish_tender": "reefer|fish_tender,fish_tender",
|
|
147
|
+
"reefer|fish_tender,well_boat|reefer": "reefer|fish_tender,well_boat|reefer",
|
|
148
|
+
"reefer|well_boat": "reefer|well_boat",
|
|
149
|
+
"reefer|well_boat,well_boat": "reefer|well_boat,well_boat",
|
|
150
|
+
"seiners": "seiners",
|
|
151
|
+
"set_gillnets": "set_gillnets",
|
|
152
|
+
"set_longlines": "set_longlines",
|
|
153
|
+
"specialized_reefer": "specialized_reefer",
|
|
154
|
+
"specialized_reefer,reefer": "specialized_reefer,reefer",
|
|
155
|
+
"specialized_reefer,specialized_reefer": "specialized_reefer,specialized_reefer",
|
|
156
|
+
"specialized_reefer|fish_factory|trawlers": "specialized_reefer|fish_factory|trawlers",
|
|
157
|
+
"specialized_reefer|well_boat": "specialized_reefer|well_boat",
|
|
158
|
+
"squid_jigger": "squid_jigger",
|
|
159
|
+
"trawlers": "trawlers",
|
|
160
|
+
"trawlers,fish_factory": "trawlers,fish_factory",
|
|
161
|
+
"trollers": "trollers",
|
|
162
|
+
"tuna_purse_seines": "tuna_purse_seines",
|
|
163
|
+
"well_boat": "well_boat",
|
|
164
|
+
"well_boat,reefer|well_boat": "well_boat,reefer|well_boat",
|
|
165
|
+
"well_boat,specialized_reefer": "well_boat,specialized_reefer",
|
|
166
|
+
"well_boat|reefer": "well_boat|reefer",
|
|
167
|
+
"well_boat|reefer,fish_tender|reefer": "well_boat|reefer,fish_tender|reefer",
|
|
168
|
+
"well_boat|reefer,well_boat": "well_boat|reefer,well_boat",
|
|
169
|
+
"well_boat|reefer,well_boat,reefer|well_boat": "well_boat|reefer,well_boat,reefer|well_boat"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"radiance": {
|
|
173
|
+
"keyword": "radiance",
|
|
174
|
+
"enum": {
|
|
175
|
+
"1": 1,
|
|
176
|
+
"1000": 1000
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"shiptype": {
|
|
180
|
+
"keyword": "shiptype",
|
|
181
|
+
"enum": {
|
|
182
|
+
"unknown": "unknown",
|
|
183
|
+
"fishing": "fishing",
|
|
184
|
+
"carrier": "carrier",
|
|
185
|
+
"support": "support"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"detect_id": "detect_id",
|
|
189
|
+
"qf_detect": {
|
|
190
|
+
"keyword": "qf_detect",
|
|
191
|
+
"enum": {
|
|
192
|
+
"1": 1,
|
|
193
|
+
"2": 2,
|
|
194
|
+
"3": 3,
|
|
195
|
+
"5": 5,
|
|
196
|
+
"7": 7,
|
|
197
|
+
"10": 10
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"timestamp": "timestamp",
|
|
201
|
+
"vessel_id": "vessel_id"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
84
204
|
"private-belize-fishing-effort": {
|
|
85
205
|
"name": "Belize VMS",
|
|
86
206
|
"description": "Les données du système de surveillance des navires par satellite (VMS) sont fournies par l'Unité des pêches en haute mer du Belize (BHSFU). Les données sont collectées à l'aide du système de suivi des navires du Belize via des satellites et publiées avec un retard de trois jours. Les données contiennent des informations sur l'emplacement, la vitesse, le cap et le mouvement des navires. Global Fishing Watch analyse ces données en utilisant les mêmes algorithmes développés pour le système d'identification automatique (AIS) afin d'identifier l'activité et les comportements de pêche. L'algorithme classe chaque point de données transmis par les navires comme apparemment en train de pêcher ou non, et affiche le premier sur la carte thermique de l'activité de pêche de Global Fishing Watch. Le système VMS transmet les données différemment de l'AIS et peut fournir différentes mesures d'intégrité, de précision et de qualité. Global Fishing Watch améliore continuellement ses algorithmes dans tous les formats de transmission de données pour identifier de manière algorithmique « l'activité de pêche apparente ». Il est possible qu'aucune activité de pêche ne soit identifiée ou que la carte thermique montre une activité de pêche apparente lorsque la pêche n'a pas lieu. Pour ces raisons, Global Fishing Watch classe les termes « activité de pêche », « pêche » ou « effort de pêche » comme apparents plutôt que vrais. Toutes les informations de Global Fishing Watch sur \"l'activité de pêche apparente\" doivent être considérées comme une estimation et doivent être invoquées uniquement à la discrétion de l'utilisateur. Les algorithmes de détection de pêche de Global Fishing Watch sont développés et testés en utilisant des données d'événements de pêche réelles collectées par des observateurs et combinées à une analyse experte des données de mouvement des navires AIS, résultant en une classification manuelle de milliers d'événements de pêche connus. Global Fishing Watch collabore également étroitement avec des chercheurs universitaires dans le cadre de son programme de recherche pour partager les données de classification des activités de pêche et améliorer les techniques de classification automatisées.",
|
package/id/datasets.json
CHANGED
|
@@ -81,6 +81,126 @@
|
|
|
81
81
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"public-ais-presence-viirs-match-prototype": {
|
|
85
|
+
"name": "VIIRS Match",
|
|
86
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
87
|
+
"schema": {
|
|
88
|
+
"cel": "cel",
|
|
89
|
+
"lat": "lat",
|
|
90
|
+
"lon": "lon",
|
|
91
|
+
"pos": "pos",
|
|
92
|
+
"flag": "flag",
|
|
93
|
+
"htime": "htime",
|
|
94
|
+
"source": {
|
|
95
|
+
"keyword": "source",
|
|
96
|
+
"enum": {
|
|
97
|
+
"unknown": "unknown",
|
|
98
|
+
"AIS": "AIS"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"matched": {
|
|
102
|
+
"keyword": "matched",
|
|
103
|
+
"enum": {
|
|
104
|
+
"true": true,
|
|
105
|
+
"false": false
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"geartype": {
|
|
109
|
+
"keyword": "geartype",
|
|
110
|
+
"enum": {
|
|
111
|
+
"unknown": "unknown",
|
|
112
|
+
"cargo": "cargo",
|
|
113
|
+
"container_reefer": "container_reefer",
|
|
114
|
+
"container_reefer,reefer": "container_reefer,reefer",
|
|
115
|
+
"dredge_fishing": "dredge_fishing",
|
|
116
|
+
"drifting_longlines": "drifting_longlines",
|
|
117
|
+
"drifting_longlines,purse_seine_support": "drifting_longlines,purse_seine_support",
|
|
118
|
+
"drifting_longlines,specialized_reefer": "drifting_longlines,specialized_reefer",
|
|
119
|
+
"fish_factory": "fish_factory",
|
|
120
|
+
"fish_factory|reefer": "fish_factory|reefer",
|
|
121
|
+
"fish_tender": "fish_tender",
|
|
122
|
+
"fish_tender,well_boat": "fish_tender,well_boat",
|
|
123
|
+
"fish_tender|pots_and_traps": "fish_tender|pots_and_traps",
|
|
124
|
+
"fish_tender|reefer": "fish_tender|reefer",
|
|
125
|
+
"fish_tender|reefer,reefer|fish_tender": "fish_tender|reefer,reefer|fish_tender",
|
|
126
|
+
"fish_tender|reefer,well_boat|reefer": "fish_tender|reefer,well_boat|reefer",
|
|
127
|
+
"fishing": "fishing",
|
|
128
|
+
"fishing|fish_tender,fish_tender": "fishing|fish_tender,fish_tender",
|
|
129
|
+
"fixed_gear": "fixed_gear",
|
|
130
|
+
"geartype": "geartype",
|
|
131
|
+
"other_purse_seines": "other_purse_seines",
|
|
132
|
+
"other_seines": "other_seines",
|
|
133
|
+
"pole_and_line": "pole_and_line",
|
|
134
|
+
"pots_and_traps": "pots_and_traps",
|
|
135
|
+
"pots_and_traps,fish_tender": "pots_and_traps,fish_tender",
|
|
136
|
+
"pots_and_traps|fish_tender": "pots_and_traps|fish_tender",
|
|
137
|
+
"purse_seine_support": "purse_seine_support",
|
|
138
|
+
"purse_seines": "purse_seines",
|
|
139
|
+
"purse_seines,purse_seine_support": "purse_seines,purse_seine_support",
|
|
140
|
+
"reefer": "reefer",
|
|
141
|
+
"reefer,container_reefer": "reefer,container_reefer",
|
|
142
|
+
"reefer,specialized_reefer": "reefer,specialized_reefer",
|
|
143
|
+
"reefer,well_boat|reefer": "reefer,well_boat|reefer",
|
|
144
|
+
"reefer|drifting_longlines|well_boat": "reefer|drifting_longlines|well_boat",
|
|
145
|
+
"reefer|fish_tender": "reefer|fish_tender",
|
|
146
|
+
"reefer|fish_tender,fish_tender": "reefer|fish_tender,fish_tender",
|
|
147
|
+
"reefer|fish_tender,well_boat|reefer": "reefer|fish_tender,well_boat|reefer",
|
|
148
|
+
"reefer|well_boat": "reefer|well_boat",
|
|
149
|
+
"reefer|well_boat,well_boat": "reefer|well_boat,well_boat",
|
|
150
|
+
"seiners": "seiners",
|
|
151
|
+
"set_gillnets": "set_gillnets",
|
|
152
|
+
"set_longlines": "set_longlines",
|
|
153
|
+
"specialized_reefer": "specialized_reefer",
|
|
154
|
+
"specialized_reefer,reefer": "specialized_reefer,reefer",
|
|
155
|
+
"specialized_reefer,specialized_reefer": "specialized_reefer,specialized_reefer",
|
|
156
|
+
"specialized_reefer|fish_factory|trawlers": "specialized_reefer|fish_factory|trawlers",
|
|
157
|
+
"specialized_reefer|well_boat": "specialized_reefer|well_boat",
|
|
158
|
+
"squid_jigger": "squid_jigger",
|
|
159
|
+
"trawlers": "trawlers",
|
|
160
|
+
"trawlers,fish_factory": "trawlers,fish_factory",
|
|
161
|
+
"trollers": "trollers",
|
|
162
|
+
"tuna_purse_seines": "tuna_purse_seines",
|
|
163
|
+
"well_boat": "well_boat",
|
|
164
|
+
"well_boat,reefer|well_boat": "well_boat,reefer|well_boat",
|
|
165
|
+
"well_boat,specialized_reefer": "well_boat,specialized_reefer",
|
|
166
|
+
"well_boat|reefer": "well_boat|reefer",
|
|
167
|
+
"well_boat|reefer,fish_tender|reefer": "well_boat|reefer,fish_tender|reefer",
|
|
168
|
+
"well_boat|reefer,well_boat": "well_boat|reefer,well_boat",
|
|
169
|
+
"well_boat|reefer,well_boat,reefer|well_boat": "well_boat|reefer,well_boat,reefer|well_boat"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"radiance": {
|
|
173
|
+
"keyword": "radiance",
|
|
174
|
+
"enum": {
|
|
175
|
+
"1": 1,
|
|
176
|
+
"1000": 1000
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"shiptype": {
|
|
180
|
+
"keyword": "shiptype",
|
|
181
|
+
"enum": {
|
|
182
|
+
"unknown": "unknown",
|
|
183
|
+
"fishing": "fishing",
|
|
184
|
+
"carrier": "carrier",
|
|
185
|
+
"support": "support"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"detect_id": "detect_id",
|
|
189
|
+
"qf_detect": {
|
|
190
|
+
"keyword": "qf_detect",
|
|
191
|
+
"enum": {
|
|
192
|
+
"1": 1,
|
|
193
|
+
"2": 2,
|
|
194
|
+
"3": 3,
|
|
195
|
+
"5": 5,
|
|
196
|
+
"7": 7,
|
|
197
|
+
"10": 10
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"timestamp": "timestamp",
|
|
201
|
+
"vessel_id": "vessel_id"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
84
204
|
"private-belize-fishing-effort": {
|
|
85
205
|
"name": "Belize VMS",
|
|
86
206
|
"description": "Vessel monitoring system (VMS) data is provided by the Belize High Seas Fisheries Unit (BHSFU). Data is collected using Belize's vessel monitoring system via satellites and is published on a three-day delay containing information on vessels’ location, speed, course, and movement. Global Fishing Watch analyzes this data using the same algorithms developed for automatic identification system (AIS) 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’s fishing activity heat map. VMS broadcasts data differently from AIS and may give different measures of completeness, accuracy, and quality. Global Fishing Watch is continually improving its algorithms across all broadcast data formats 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 when fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies the terms “fishing activity,” “fishing” or “fishing effort,” as apparent rather than certain. Any and all Global Fishing Watch information about “apparent fishing activity” should be considered an estimate and must be relied upon solely at the user’s discretion. Global Fishing Watch’s fishing detection algorithms are developed and tested using actual fishing event data collected by observers and is 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 to improve automated classification techniques.",
|
package/package.json
CHANGED
package/source/datasets.json
CHANGED
|
@@ -81,6 +81,126 @@
|
|
|
81
81
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"public-ais-presence-viirs-match-prototype": {
|
|
85
|
+
"name": "VIIRS Match",
|
|
86
|
+
"description": "The night lights vessel detections layer, known as visible infrared imaging radiometer suite or VIIRS, shows vessels at sea that satellites have detected by the light they emit at night. Though not exclusively associated with fishing vessels, this activity layer is likely to show vessels associated with activities like squid fishing, which use bright lights and fish at night.The satellite makes a single over-pass across the entire planet every night, detecting lights not obscured by clouds and designed to give at least one observation globally every day. Because the vessels are detected solely based on light emission, we can detect individual vessels and even entire fishing fleets that are not broadcasting automatic identification system (AIS) and so are not represented in the AIS apparent fishing effort layer. Lights from fixed offshore infrastructure and other non-vessel sources are excluded. Global Fishing Watch ingests boat detections processed from low light imaging data collected by the U.S. National Oceanic and Atmospheric Administration (NOAA) VIIRS. The boat detections are processed in near-real time by NOAA’s Earth Observation Group, located in Boulder, Colorado. The data, known as VIIRS boat detections, picks up the presence of fishing vessels using lights to attract catch or to conduct operations at night. More than 85% of the detections are from vessels that lack AIS or Vessel Monitoring System (VMS) transponders. Due to the orbit design of polar orbiting satellites, regions closer to polar will have more over-passes per day, while equatorial regions have only one over-pass daily. Read more about this product, and download the data <a href=\"https://ngdc.noaa.gov/eog/viirs/download_boat.html\" target=\"_blank\" rel=\"noopener\">here</a>.Those using night light detections data should acknowledge the South Atlantic Anomaly (SAA), an area where the Earth's inner Van Allen radiation belt is at its lowest altitude, allowing more energetic particles from space to penetrate. When such particles hit the sensors on a satellite, this can create a false signal which might cause the algorithm to recognize it as a boat detection. A filtration algorithm has been applied but there may still be some mis-identification. The GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1)",
|
|
87
|
+
"schema": {
|
|
88
|
+
"cel": "cel",
|
|
89
|
+
"lat": "lat",
|
|
90
|
+
"lon": "lon",
|
|
91
|
+
"pos": "pos",
|
|
92
|
+
"flag": "flag",
|
|
93
|
+
"htime": "htime",
|
|
94
|
+
"source": {
|
|
95
|
+
"keyword": "source",
|
|
96
|
+
"enum": {
|
|
97
|
+
"unknown": "unknown",
|
|
98
|
+
"AIS": "AIS"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"matched": {
|
|
102
|
+
"keyword": "matched",
|
|
103
|
+
"enum": {
|
|
104
|
+
"true": true,
|
|
105
|
+
"false": false
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"geartype": {
|
|
109
|
+
"keyword": "geartype",
|
|
110
|
+
"enum": {
|
|
111
|
+
"unknown": "unknown",
|
|
112
|
+
"cargo": "cargo",
|
|
113
|
+
"container_reefer": "container_reefer",
|
|
114
|
+
"container_reefer,reefer": "container_reefer,reefer",
|
|
115
|
+
"dredge_fishing": "dredge_fishing",
|
|
116
|
+
"drifting_longlines": "drifting_longlines",
|
|
117
|
+
"drifting_longlines,purse_seine_support": "drifting_longlines,purse_seine_support",
|
|
118
|
+
"drifting_longlines,specialized_reefer": "drifting_longlines,specialized_reefer",
|
|
119
|
+
"fish_factory": "fish_factory",
|
|
120
|
+
"fish_factory|reefer": "fish_factory|reefer",
|
|
121
|
+
"fish_tender": "fish_tender",
|
|
122
|
+
"fish_tender,well_boat": "fish_tender,well_boat",
|
|
123
|
+
"fish_tender|pots_and_traps": "fish_tender|pots_and_traps",
|
|
124
|
+
"fish_tender|reefer": "fish_tender|reefer",
|
|
125
|
+
"fish_tender|reefer,reefer|fish_tender": "fish_tender|reefer,reefer|fish_tender",
|
|
126
|
+
"fish_tender|reefer,well_boat|reefer": "fish_tender|reefer,well_boat|reefer",
|
|
127
|
+
"fishing": "fishing",
|
|
128
|
+
"fishing|fish_tender,fish_tender": "fishing|fish_tender,fish_tender",
|
|
129
|
+
"fixed_gear": "fixed_gear",
|
|
130
|
+
"geartype": "geartype",
|
|
131
|
+
"other_purse_seines": "other_purse_seines",
|
|
132
|
+
"other_seines": "other_seines",
|
|
133
|
+
"pole_and_line": "pole_and_line",
|
|
134
|
+
"pots_and_traps": "pots_and_traps",
|
|
135
|
+
"pots_and_traps,fish_tender": "pots_and_traps,fish_tender",
|
|
136
|
+
"pots_and_traps|fish_tender": "pots_and_traps|fish_tender",
|
|
137
|
+
"purse_seine_support": "purse_seine_support",
|
|
138
|
+
"purse_seines": "purse_seines",
|
|
139
|
+
"purse_seines,purse_seine_support": "purse_seines,purse_seine_support",
|
|
140
|
+
"reefer": "reefer",
|
|
141
|
+
"reefer,container_reefer": "reefer,container_reefer",
|
|
142
|
+
"reefer,specialized_reefer": "reefer,specialized_reefer",
|
|
143
|
+
"reefer,well_boat|reefer": "reefer,well_boat|reefer",
|
|
144
|
+
"reefer|drifting_longlines|well_boat": "reefer|drifting_longlines|well_boat",
|
|
145
|
+
"reefer|fish_tender": "reefer|fish_tender",
|
|
146
|
+
"reefer|fish_tender,fish_tender": "reefer|fish_tender,fish_tender",
|
|
147
|
+
"reefer|fish_tender,well_boat|reefer": "reefer|fish_tender,well_boat|reefer",
|
|
148
|
+
"reefer|well_boat": "reefer|well_boat",
|
|
149
|
+
"reefer|well_boat,well_boat": "reefer|well_boat,well_boat",
|
|
150
|
+
"seiners": "seiners",
|
|
151
|
+
"set_gillnets": "set_gillnets",
|
|
152
|
+
"set_longlines": "set_longlines",
|
|
153
|
+
"specialized_reefer": "specialized_reefer",
|
|
154
|
+
"specialized_reefer,reefer": "specialized_reefer,reefer",
|
|
155
|
+
"specialized_reefer,specialized_reefer": "specialized_reefer,specialized_reefer",
|
|
156
|
+
"specialized_reefer|fish_factory|trawlers": "specialized_reefer|fish_factory|trawlers",
|
|
157
|
+
"specialized_reefer|well_boat": "specialized_reefer|well_boat",
|
|
158
|
+
"squid_jigger": "squid_jigger",
|
|
159
|
+
"trawlers": "trawlers",
|
|
160
|
+
"trawlers,fish_factory": "trawlers,fish_factory",
|
|
161
|
+
"trollers": "trollers",
|
|
162
|
+
"tuna_purse_seines": "tuna_purse_seines",
|
|
163
|
+
"well_boat": "well_boat",
|
|
164
|
+
"well_boat,reefer|well_boat": "well_boat,reefer|well_boat",
|
|
165
|
+
"well_boat,specialized_reefer": "well_boat,specialized_reefer",
|
|
166
|
+
"well_boat|reefer": "well_boat|reefer",
|
|
167
|
+
"well_boat|reefer,fish_tender|reefer": "well_boat|reefer,fish_tender|reefer",
|
|
168
|
+
"well_boat|reefer,well_boat": "well_boat|reefer,well_boat",
|
|
169
|
+
"well_boat|reefer,well_boat,reefer|well_boat": "well_boat|reefer,well_boat,reefer|well_boat"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"radiance": {
|
|
173
|
+
"keyword": "radiance",
|
|
174
|
+
"enum": {
|
|
175
|
+
"1": 1,
|
|
176
|
+
"1000": 1000
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"shiptype": {
|
|
180
|
+
"keyword": "shiptype",
|
|
181
|
+
"enum": {
|
|
182
|
+
"unknown": "unknown",
|
|
183
|
+
"fishing": "fishing",
|
|
184
|
+
"carrier": "carrier",
|
|
185
|
+
"support": "support"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"detect_id": "detect_id",
|
|
189
|
+
"qf_detect": {
|
|
190
|
+
"keyword": "qf_detect",
|
|
191
|
+
"enum": {
|
|
192
|
+
"1": 1,
|
|
193
|
+
"2": 2,
|
|
194
|
+
"3": 3,
|
|
195
|
+
"5": 5,
|
|
196
|
+
"7": 7,
|
|
197
|
+
"10": 10
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"timestamp": "timestamp",
|
|
201
|
+
"vessel_id": "vessel_id"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
84
204
|
"private-belize-fishing-effort": {
|
|
85
205
|
"name": "Belize VMS",
|
|
86
206
|
"description": "Vessel monitoring system (VMS) data is provided by the Belize High Seas Fisheries Unit (BHSFU). Data is collected using Belize's vessel monitoring system via satellites and is published on a three-day delay containing information on vessels’ location, speed, course, and movement. Global Fishing Watch analyzes this data using the same algorithms developed for automatic identification system (AIS) 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’s fishing activity heat map. VMS broadcasts data differently from AIS and may give different measures of completeness, accuracy, and quality. Global Fishing Watch is continually improving its algorithms across all broadcast data formats 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 when fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies the terms “fishing activity,” “fishing” or “fishing effort,” as apparent rather than certain. Any and all Global Fishing Watch information about “apparent fishing activity” should be considered an estimate and must be relied upon solely at the user’s discretion. Global Fishing Watch’s fishing detection algorithms are developed and tested using actual fishing event data collected by observers and is 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 to improve automated classification techniques.",
|