@globalfishingwatch/i18n-labels 1.2.18 → 1.2.21

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 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/' target='_blank' rel=noopener'>Earth 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/' 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": "AIS Matched",
105
+ "false": "AIS Unmatched"
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.",
@@ -92,10 +212,10 @@
92
212
  "geartype": {
93
213
  "keyword": "geartype",
94
214
  "enum": {
95
- "trawler": "trawler",
96
- "reefer": "reefer",
97
- "longline": "longline",
98
- "purse_seine": "purse_seine"
215
+ "trawler": "Trawler",
216
+ "reefer": "Reefer",
217
+ "longline": "Longline",
218
+ "purse_seine": "Purse Seine"
99
219
  }
100
220
  },
101
221
  "vessel_id": "vessel_id",
@@ -115,10 +235,10 @@
115
235
  "geartype": {
116
236
  "keyword": "geartype",
117
237
  "enum": {
118
- "trawler": "trawler",
119
- "reefer": "reefer",
120
- "longline": "longline",
121
- "purse_seine": "purse_seine"
238
+ "trawler": "Trawler",
239
+ "reefer": "Reefer",
240
+ "longline": "Longline",
241
+ "purse_seine": "Purse Seine"
122
242
  }
123
243
  },
124
244
  "callsign": "callsign",
@@ -140,10 +260,10 @@
140
260
  "geartype": {
141
261
  "keyword": "geartype",
142
262
  "enum": {
143
- "trawler": "trawler",
144
- "reefer": "reefer",
145
- "longline": "longline",
146
- "purse_seine": "purse_seine"
263
+ "trawler": "Trawler",
264
+ "reefer": "Reefer",
265
+ "longline": "Longline",
266
+ "purse_seine": "Purse Seine"
147
267
  }
148
268
  },
149
269
  "callsign": "callsign",
@@ -431,7 +551,7 @@
431
551
  },
432
552
  "private-ecuador-fishing-effort": {
433
553
  "name": "Ecuador VMS",
434
- "description": "\nVessel monitoring system (VMS) data is provided by the National Directorate of Aquatic Spaces of the Ecuadorian Navy. Data is collected using Ecuador's vessel monitoring system via satellites and is published on a seven-day delay containing information on vessels’ identity, 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.\n",
554
+ "description": "Vessel monitoring system (VMS) data is provided by the National Directorate of Aquatic Spaces of the Ecuadorian Navy. Data is collected using Ecuador's vessel monitoring system via satellites and is published on a seven-day delay containing information on vessels’ identity, 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.",
435
555
  "schema": {
436
556
  "lat": "lat",
437
557
  "lon": "lon",
@@ -546,7 +666,7 @@
546
666
  },
547
667
  "private-indonesia-presence": {
548
668
  "name": "VMS Indonesia (Presence)",
549
- "description": "VMS data for Indonesia is not currently available for the period from July 2020 to date.\nThis layer of Global Fishing Watch uses data provided by the Indonesian Government’s Ministry of Maritime Affairs and Fisheries. The data is collected using their Vessel Monitoring System (VMS) via satellites and terrestrial receivers, and contains vessel identities, gear type, location, speed, direction and more. The presence is determined by taking one position per day per vessel from the positions transmitted by VMS. \n",
669
+ "description": "VMS data for Indonesia is not currently available for the period from July 2020 to date. <br/><br/>\n\nThis layer of Global Fishing Watch uses data provided by the Indonesian Government’s Ministry of Maritime Affairs and Fisheries. The data is collected using their Vessel Monitoring System (VMS) via satellites and terrestrial receivers, and contains vessel identities, gear type, location, speed, direction and more. The presence is determined by taking one position per day per vessel from the positions transmitted by VMS.",
550
670
  "schema": {
551
671
  "lat": "lat",
552
672
  "lon": "lon",
@@ -831,10 +951,10 @@
831
951
  "geartype": {
832
952
  "keyword": "geartype",
833
953
  "enum": {
834
- "trawler": "trawler",
835
- "reefer": "reefer",
836
- "longline": "longline",
837
- "purse_seine": "purse_seine"
954
+ "trawler": "Trawler",
955
+ "reefer": "Reefer",
956
+ "longline": "Longline",
957
+ "purse_seine": "Purse Seine"
838
958
  }
839
959
  },
840
960
  "vessel_id": "vessel_id",
@@ -854,10 +974,10 @@
854
974
  "geartype": {
855
975
  "keyword": "geartype",
856
976
  "enum": {
857
- "trawler": "trawler",
858
- "reefer": "reefer",
859
- "longline": "longline",
860
- "purse_seine": "purse_seine"
977
+ "trawler": "Trawler",
978
+ "reefer": "Reefer",
979
+ "longline": "Longline",
980
+ "purse_seine": "Purse Seine"
861
981
  }
862
982
  },
863
983
  "callsign": "callsign",
@@ -1201,8 +1321,8 @@
1201
1321
  "schema": {}
1202
1322
  },
1203
1323
  "public-fao-areas-major-subareas": {
1204
- "name": "FAO Major Fishing Areas",
1205
- "description": "FAO major fishing areas for statistical purposes are arbitrary areas, the boundaries of which were determined in consultation with international fishery agencies. The major fishing areas, inland and marine, are listed below by two-digit codes and their names. To access maps and description of boundaries of each fishing area click on the relevant item in the list below or in the map showing the 19 major marine fishing areas.. <a href='https://www.fao.org/fishery/en/area/search' target='_blank'>Source</a>",
1324
+ "name": "FAO major fishing areas",
1325
+ "description": "Boundaries of major fishing areas and subareas (Source: <a href='https://www.fao.org/fishery/en/area/search' target='_blank'>FAO</a>).",
1206
1326
  "schema": {}
1207
1327
  },
1208
1328
  "public-fd-chlorophyl-ascension-v3": {
@@ -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\nThe 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. <br/><br/>\n\nGlobal 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>.<br/><br/>\n\nThose 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. <br/><br/>\n\nThe GFW layer includes quality flags (QF), including a filter to show only detections which NOAA has classified as vessels (QF1).",
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/' target='_blank' rel=noopener'>Earth 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/' 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": "lon",
1697
+ "lon": "Longitude",
1578
1698
  "pos": "pos",
1579
1699
  "htime": "htime",
1580
1700
  "radiance": {
1581
- "keyword": "radiance",
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": "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.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)",
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/' target='_blank' rel=noopener'>Earth 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/' 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": "radiance",
1760
+ "keyword": "Radiance",
1641
1761
  "enum": {
1642
1762
  "1": 1,
1643
1763
  "2": 2,
@@ -1687,8 +1807,8 @@
1687
1807
  }
1688
1808
  },
1689
1809
  "public-graticules": {
1690
- "name": "Graticules",
1691
- "description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
1810
+ "name": "Latitude longitude grids",
1811
+ "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>).",
1692
1812
  "schema": {}
1693
1813
  },
1694
1814
  "public-gs-as-simplified": {
@@ -2015,8 +2135,8 @@
2015
2135
  }
2016
2136
  },
2017
2137
  "public-presence-viirs-match-prototype": {
2018
- "name": "VIIRS Match",
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.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)",
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/' target='_blank' rel=noopener'>Earth 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/' 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": "matched",
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": "radiance",
2246
+ "keyword": "Radiance",
2127
2247
  "enum": {
2128
2248
  "1": 1,
2129
2249
  "1000": 1000
2130
2250
  }
2131
2251
  },
2132
2252
  "shiptype": {
2133
- "keyword": "shiptype",
2253
+ "keyword": "Vessel type",
2134
2254
  "enum": {
2135
- "unknown": "unknown",
2136
- "fishing": "fishing",
2137
- "carrier": "carrier",
2138
- "support": "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": "timestamp",
2273
+ "timestamp": "Timestamp",
2154
2274
  "vessel_id": "vessel_id"
2155
2275
  }
2156
2276
  },