@globalfishingwatch/i18n-labels 1.2.299 → 1.3.0

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.
@@ -82,11 +82,27 @@
82
82
  },
83
83
  "private-bra-onyxsat-vessel-identity-fishing": {
84
84
  "name": "VMS Brazil (Fishing Vessels)",
85
- "description": "Fishing Vessels (VMS Brazil)"
85
+ "description": "Fishing Vessels (VMS Brazil)",
86
+ "schema": {
87
+ "selfReportedInfo.codMarinha": {
88
+ "keyword": "codMarinha"
89
+ },
90
+ "selfReportedInfo.targetSpecies": {
91
+ "keyword": "targetSpecies"
92
+ }
93
+ }
86
94
  },
87
95
  "private-bra-onyxsat-vessel-identity-non-fishing": {
88
96
  "name": "VMS Brazil (Non Fishing Vessels)",
89
- "description": "Non Fishing Vessels (VMS Brazil)"
97
+ "description": "Non Fishing Vessels (VMS Brazil)",
98
+ "schema": {
99
+ "selfReportedInfo.codMarinha": {
100
+ "keyword": "codMarinha"
101
+ },
102
+ "selfReportedInfo.targetSpecies": {
103
+ "keyword": "targetSpecies"
104
+ }
105
+ }
90
106
  },
91
107
  "private-brazil-opentuna-presence": {
92
108
  "name": "Brazil VMS",
@@ -148,6 +164,9 @@
148
164
  "48": "48"
149
165
  }
150
166
  },
167
+ "is_closed": {
168
+ "keyword": "is_closed"
169
+ },
151
170
  "start_distance_from_port_trunc": {
152
171
  "keyword": "start_distance_from_port_trunc",
153
172
  "enum": {
@@ -172,6 +191,25 @@
172
191
  }
173
192
  }
174
193
  },
194
+ "private-global-planet-footprints": {
195
+ "name": "Planet footprints",
196
+ "description": "Planet footprints"
197
+ },
198
+ "private-global-planet-presence": {
199
+ "name": "Planet Imagery detections (Optical)",
200
+ "description": "<h2>Overview</h2> <p> This layer shows vessels detected using optical satellite imagery collected by the European Space Agency's Sentinel-2 satellites. Optical imagery is similar to high-quality aerial photography from space, using reflected sunlight in visible and near-infrared wavelengths. This type of imagery provides high-resolution detail that allows us to spot small vessels, identify wake patterns, and better understand activity near shore. </p> <p> Global Fishing Watch uses a machine learning model that processes each image to identify vessels and estimate their length, orientation, and speed based on wake features. The detections are then filtered using a secondary classifier to remove objects that are not vessels, such as clouds, rocks or icebergs. Each detection is linked to a cropped image (a thumbnail) so users can visually inspect what the model identified. </p> <p> Because optical satellites rely on sunlight and clear skies, detections are only possible during the day and when the area is not obscured by clouds or haze. Despite these limitations, detections with optical imagery are especially helpful in identifying small untracked vessels that may not appear in other tracking systems. </p> <h2>Use cases</h2> <ul> <li> Monitor vessel presence (both fishing and non-fishing) in areas of interest such as marine protected areas (MPAs), exclusive economic zones (EEZs), inshore exclusion zones (IEZs) and Regional Fisheries Management Organisations (RFMOs). In some cases, activity like bottom trawling can be seen through disturbance to seabed sediment. </li> <li> Assess presence of vessels that don't show up on cooperative tracking systems—including automatic identification system (AIS) and vessel monitoring system (VMS)—near vulnerable marine ecosystems and essential fish habitats. </li> <li> Goes beyond vessel detection in other satellite remote sensors like Sentinel-1 SAR and VIIRS which simply detect the presence of an object, with Sentinel-2 users can often infer the object's activity based on the wake of a detection, and in some cases, the dataset can be used to identify fishing activity e.g. sediment plumes of trawlers, net encircling fish in purse seine vessels. </li> <li> Support analyses on small-scale fishing. While the 10m resolution is still too coarse to comprehensively map small-scale fishing, Sentinel-2 detections have been integrated into multiple analyses related to regional small-scale fishery and demonstrated the potential as a valuable addition to the limited vessel tracking data. </li> </ul> <h2>Limitations</h2> <ul> <li> Vessel detection with optical imagery requires daylight and clear skies <ul> <li> Unlike radar, optical satellites cannot see through clouds, fog, or haze. Detections are only possible during daylight hours when the view is unobstructed. </li> </ul> </li> <li> Not all geographies are covered equally <ul> <li> Sentinel-2 coverage is mostly limited to coastal waters. It revisits most areas every five days, but the image availability depends on the weather. Cloudy or hazy regions have lower effective revisit frequencies than regions with better weather conditions. </li> </ul> </li> <li> The detections may include false positives <ul> <li> Despite post-processing, the model may still produce occasional false detections—e.g., picking up buoys, debris, fixed infrastructure, or image artifacts. These false positives are reduced using a secondary classifier, but not completely eliminated. </li> </ul> </li> <li> Uncertainty in some vessel features <ul> <li> Smaller or slower-moving vessels may not produce visible wakes, making it more difficult to estimate their speed or heading. Therefore, these values may be inaccurate for small boats. </li> </ul> </li> <li> Not all detections unmatched to AIS are untracked vessels <ul> <li> The detections include both vessels on AIS and untracked vessels. We try to match detections to AIS tracks, but sometimes matching is not feasible due to large time gaps between AIS positions and in areas with high density of detections. </li> </ul> </li> </ul> <h2>Methods</h2> <h3>Optical imagery</h3> <p> This layer is based on images from the Sentinel-2 satellites operated by the European Space Agency (ESA). These satellites capture medium-resolution images (10 m per pixel) of the ocean using visible and near-infrared light (among several other bands). Combined, the satellites acquire images of most coastal waters and dedicated areas in the open ocean roughly every five days, and the imagery is made freely available by the ESA. </p> <h3>Image processing and selection</h3> <p> We use pre-processed Sentinel-2 images that have been corrected for geometric distortions and aligned to the Earth's surface. These images are split into manageable tiles, and we selected the tiles that cover only ocean areas (image tiles over land are excluded). We use four image bands: red, green, blue (RGB), and near-infrared (NIR), all at 10-meter resolution. These bands give us the detail and contrast needed to detect and classify vessels. </p> <h3>Vessel detection</h3> <p> Our machine learning model scans each image tile to detect vessels. It is trained to look for features such as the shape, brightness, and wake of a vessel. When it finds a likely candidate, the model predicts a score for vessel presence alongside estimates of the vessel's location, size, orientation, and speed. </p> <p> The detection model was trained on over 11,000 manually reviewed vessel examples across thousands of Sentinel-2 scenes. This training process included many small vessels and scenes from around the world, helping the model to perform well across different environments and vessel types. </p> <h3>Image thumbnails</h3> <p> Each detection includes a small visual \"chip\" showing the detected vessel at the center. These thumbnails come in two formats: a color version from the RGB bands, and a grayscale version from the near-infrared band. Each chip covers an area of 1 km². These thumbnails are helpful for visually confirming a detection or understanding its context. For very small vessels (under 15 meters), it may still be difficult to see them clearly. </p> <h3>Reducing false positives</h3> <p> Not everything that looks like a vessel in satellite imagery actually is one. To help remove false detections (like buoys, offshore platforms, sea ice, or clouds), we run each detection through a secondary classifier. This classifier is a machine learning model that uses both the image thumbnail and additional information about the detection (such as distance from shore, local depth, and vessel density nearby, among others) to decide whether the object is likely to be a vessel. We also flag detections that are close to known fixed infrastructure or in areas with substantial sea ice or iceberg presence. </p> <p> If a detection is classified as likely non-vessel or flagged as potential infrastructure or ice, we remove it from the map layer so only high-confidence detections are included. We also clip the satellite footprints (displayed on the map layer) to exclude the areas under the icy-region mask. However, we provide all the false positives with labels through the data download portal for stakeholders who require a more complete dataset. </p> <h3>AIS matching and vessel identity</h3> <p> AIS data can reveal the identity of vessels, their owners and corporations, and fishing activity. Not all vessels, however, are required to use AIS devices, as regulations vary by country, vessel size, and activity. Vessels engaged in illicit activities can also turn off their AIS transponders or manipulate the locations they broadcast. Also, large \"blind spots\" along coastal waters arise from nations that restrict access to AIS data that are captured by terrestrial receptors instead of satellites or from poor reception due to high vessel density and low-quality AIS devices. Unmatched imagery detections therefore provide the missing information about vessel traffic in the ocean. </p> <p> Matching imagery detections to vessels' GPS coordinates from AIS is challenging because the timestamps of the images and AIS records do not coincide, and a single AIS identity can potentially match to multiple vessels appearing in the image, and vice versa. To determine the likelihood that a vessel broadcasting AIS corresponded to a specific detection, we developed a matching approach based on probability rasters of where a vessel is likely to be minutes before and after an AIS position was recorded. These rasters were produced from one year of global AIS data from the Global Fishing Watch pipeline, which sources satellite data from Spire Global and Orbcomm. The probability rasters are based on roughly 10 billion vessel positions and are computed for six different vessel classes, considering six different speeds and 36 time intervals. So we obtain the likely position of a vessel that could match a detection based on the vessel class, speed and time interval. In addition to the spatiotemporal matching, we factor in the similarity between the model-inferred vessel length and the length from AIS identity data to avoid (likely incorrect) matches with large discrepancies in size, e.g., AIS of a tugboat and the detection of a large vessel behind it. </p> <h3>Detection footprints</h3> <p> To help users understand where detections were possible, we show the detection \"footprints\" on the map. These polygons are the portions of the satellite images that cover the ocean and that were used for detection. Thus, if you see a footprint but no detections, it means no vessels were detected in that area. If there is no footprint, no image was processed for that location and time. </p> <h3>Automation and updates</h3> <p> Our detection and matching system runs automatically each day. It checks for new Sentinel-2 images published to Google Cloud and processes those that meet our quality criteria. New detections are typically available within 1–2 days of the satellite capturing the image. The automated pipeline also re-checks any images published late to ensure any data gaps are filled. </p> <h2>Source data and citations</h2> <p> All vessel data are freely available through the Global Fishing Watch data portal at <a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://globalfishingwatch.org/data-download/\" >https://globalfishingwatch.org/data-download/</a >. </p> <h2>License</h2> <p> Non-Commercial Use Only. The Site and the Services are provided for Non-Commercial use only in accordance with the CC BY-NC 4.0 license. If you would like to use the Site and/or the Services for commercial purposes, please contact us. </p>",
201
+ "schema": {
202
+ "length": {
203
+ "keyword": "length"
204
+ },
205
+ "matched": {
206
+ "keyword": "matched"
207
+ },
208
+ "shiptype": {
209
+ "keyword": "shiptype"
210
+ }
211
+ }
212
+ },
175
213
  "private-indonesia-aruna-fishing-effort": {
176
214
  "name": "Aruna: Indonesia Pelagic",
177
215
  "description": "Indonesia Aruna Fishing Effort"
@@ -256,11 +294,33 @@
256
294
  },
257
295
  "private-panama-vessel-identity-fishing": {
258
296
  "name": "Panama Private VMS (Private Fishing Vessels)",
259
- "description": "Dataset for VMS Panama (Private)"
297
+ "description": "Dataset for VMS Panama (Private)",
298
+ "schema": {
299
+ "selfReportedInfo.imo": {
300
+ "keyword": "imo"
301
+ },
302
+ "selfReportedInfo.nationalRegisterNumber": {
303
+ "keyword": "nationalRegisterNumber"
304
+ },
305
+ "selfReportedInfo.ssvid": {
306
+ "keyword": "ssvid"
307
+ }
308
+ }
260
309
  },
261
310
  "private-panama-vessel-identity-non-fishing": {
262
311
  "name": "Panama Private VMS (Private Non Fishing Vessels)",
263
- "description": "Dataset for VMS Panama (Private)"
312
+ "description": "Dataset for VMS Panama (Private)",
313
+ "schema": {
314
+ "selfReportedInfo.imo": {
315
+ "keyword": "imo"
316
+ },
317
+ "selfReportedInfo.nationalRegisterNumber": {
318
+ "keyword": "nationalRegisterNumber"
319
+ },
320
+ "selfReportedInfo.ssvid": {
321
+ "keyword": "ssvid"
322
+ }
323
+ }
264
324
  },
265
325
  "private-peru-fishing-effort": {
266
326
  "name": "Apparent Fishing Effort Peru VMS",
@@ -308,21 +368,17 @@
308
368
  },
309
369
  "private-peru-vessel-identity-fishing": {
310
370
  "name": "Private Peru VMS (Fishing Vessels)",
311
- "description": "Dataset for VMS Peru (Private)"
312
- },
313
- "private-png-fishing-effort": {
314
- "name": "Papua New Guinea VMS",
315
- "description": "Vessel monitoring system (VMS) data is provided by the The National Fisheries Authority of Papua New Guinea. Data is collected using Papua New Guinea's vessel monitoring (VMS) system via satellites, that contains vessel's identifiers and location, and is published on a five-day delay. Global Fishing Watch infers speed and course for each vessel location and 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",
371
+ "description": "Dataset for VMS Peru (Private)",
316
372
  "schema": {
317
- "flag": {
318
- "keyword": "flag",
319
- "enum": {
320
- "PNG": "PNG",
321
- "PHL": "PHL"
322
- }
373
+ "selfReportedInfo.nationalId": {
374
+ "keyword": "nationalId"
323
375
  }
324
376
  }
325
377
  },
378
+ "private-png-fishing-effort": {
379
+ "name": "Papua New Guinea VMS",
380
+ "description": "Vessel monitoring system (VMS) data is provided by the The National Fisheries Authority of Papua New Guinea. Data is collected using Papua New Guinea's vessel monitoring (VMS) system via satellites, that contains vessel's identifiers and location, and is published on a five-day delay. Global Fishing Watch infers speed and course for each vessel location and 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"
381
+ },
326
382
  "private-png-fishing-identity-vessels": {
327
383
  "name": "Papua New Guinea VMS (Fishing Vessels)",
328
384
  "description": "Dataset for VMS Papua New Guinea (Private)"
@@ -677,7 +733,7 @@
677
733
  "keyword": "duration",
678
734
  "enum": {
679
735
  "0": "0",
680
- "49": "49"
736
+ "48": "48"
681
737
  }
682
738
  },
683
739
  "type": {
@@ -728,7 +784,66 @@
728
784
  },
729
785
  "private-vms-bra-vessel-identity": {
730
786
  "name": "VMS Brazil",
731
- "description": "Vessels (VMS Brazil)"
787
+ "description": "Vessels (VMS Brazil)",
788
+ "schema": {
789
+ "selfReportedInfo.fishingLicenseCode": {
790
+ "keyword": "fishingLicenseCode"
791
+ },
792
+ "selfReportedInfo.fleetCode": {
793
+ "keyword": "fleetCode",
794
+ "enum": {
795
+ "1.1": "1.1",
796
+ "1.10": "1.10",
797
+ "1.12": "1.12",
798
+ "1.13": "1.13",
799
+ "1.14": "1.14",
800
+ "1.17": "1.17",
801
+ "1.18": "1.18",
802
+ "1.2": "1.2",
803
+ "1.3": "1.3",
804
+ "1.4": "1.4",
805
+ "1.5": "1.5",
806
+ "1.6": "1.6",
807
+ "1.7": "1.7",
808
+ "1.8": "1.8",
809
+ "1.9": "1.9",
810
+ "2.10": "2.10",
811
+ "2.11": "2.11",
812
+ "2.13": "2.13",
813
+ "2.2": "2.2",
814
+ "2.3": "2.3",
815
+ "2.4": "2.4",
816
+ "2.5": "2.5",
817
+ "3.1": "3.1",
818
+ "3.10": "3.10",
819
+ "3.11": "3.11",
820
+ "3.12": "3.12",
821
+ "3.13": "3.13",
822
+ "3.2": "3.2",
823
+ "3.3": "3.3",
824
+ "3.5": "3.5",
825
+ "3.6": "3.6",
826
+ "3.9": "3.9",
827
+ "4.1": "4.1",
828
+ "4.2": "4.2",
829
+ "4.3": "4.3",
830
+ "4.4": "4.4",
831
+ "4.6": "4.6",
832
+ "5.1": "5.1",
833
+ "5.10": "5.10",
834
+ "5.11": "5.11",
835
+ "5.2": "5.2",
836
+ "5.3": "5.3",
837
+ "5.4": "5.4",
838
+ "5.6": "5.6",
839
+ "5.9": "5.9",
840
+ "Sem código IN": "Sem código IN"
841
+ }
842
+ },
843
+ "selfReportedInfo.vesselRegistrationCode": {
844
+ "keyword": "vesselRegistrationCode"
845
+ }
846
+ }
732
847
  },
733
848
  "private-vms-chl-encounters-events": {
734
849
  "name": "Encounter Events. (CHL)",
@@ -770,8 +885,8 @@
770
885
  "source_fleet": {
771
886
  "keyword": "source_fleet",
772
887
  "enum": {
773
- "SMALL_FISHERIES": "SMALL_FISHERIES",
774
- "INDUSTRY": "INDUSTRY"
888
+ "INDUSTRY": "INDUSTRY",
889
+ "SMALL_FISHERIES": "SMALL_FISHERIES"
775
890
  }
776
891
  }
777
892
  }
@@ -839,10 +954,10 @@
839
954
  "source_fleet": {
840
955
  "keyword": "source_fleet",
841
956
  "enum": {
842
- "SMALL_FISHERIES": "SMALL_FISHERIES",
957
+ "AQUACULTURE": "AQUACULTURE",
843
958
  "INDUSTRY": "INDUSTRY",
844
- "TRANSPORT": "TRANSPORT",
845
- "AQUACULTURE": "AQUACULTURE"
959
+ "SMALL_FISHERIES": "SMALL_FISHERIES",
960
+ "TRANSPORT": "TRANSPORT"
846
961
  }
847
962
  },
848
963
  "speed": {
@@ -880,7 +995,7 @@
880
995
  },
881
996
  "private-vms-cri-encounters-events": {
882
997
  "name": "Encounter Events. (CRI)",
883
- "description": "<h2>Overview</h2> <h3> Encounter events identify instances where two vessels appear to meet at sea. </h3> <ul> <p> Global Fishing Watch classifies an event as an encounter when two vessels are detected: </p> <li>Within 500 meters of one another</li> <li>For a duration of at least 2 hours</li> <li>Traveling at a median speed of less than 2 knots</li> <li> And located at least 10 kilometers (5.4 nautical miles) from a coastal anchorage. </li> </ul> <ul> <p> Users can filter encounter events by vessel characteristics and context, including: </p> <li>Duration of encounter</li> <li> Vessel flag - Shows encounters where at least one vessel is flagged to the selected country </li> <li> Next port visit after the encounter - Shows encounters where at least one vessel is has visited the selected port(s) </li> <li>Vessel types involved in the encounter</li> <li>User saved vessel group</li> </ul> <ul> <p>Currently displayed encounter types include:</p> <li>Carrier ⇄ Bunker (experimental)</li> <li>Carrier Fishing</li> <li>Fishing Bunker (experimental)</li> <li>Fishing Fishing (experimental)</li> <li>Support Fishing</li> </ul> <p> To view more details about a specific encounter—such as its location or the identity of the encountered vessel—click the “See more” icon associated with the event. </p> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of rule-based algorithms being applied to AIS positional data. There are many potential reasons for vessels to meet at sea. Such interactions may include transshipment of catch or supplies, equipment transfers, crew changes, safety-related matters, and more. Encounter data should therefore be viewed as an indicator for review. </li> <li> Encounters that do not meet the specifications of GFW encounter events described above are not included in the map, such as encounters less than two hours and in-port encounters. </li> <li> Encounters between the same two vessels occurring within a 4-hour window are consolidated into a single encounter event. While multiple encounters within such a short timeframe are possible, they remain exceptionally rare. </li> <li> The 500-meter proximity threshold is calculated using implied positions—not raw AIS messages. Since AIS transmissions occur at irregular intervals, vessel positions are estimated by a 10-minute time grid using reported course and speed. Proximity is then calculated based on these estimated positions. Due to this modeling approach, it is possible that vessels identified in an encounter may not have been physically within 500 meters of each other for the entire 2-hour period. </li> <li> Bias in vessel identification and gear classification can result in the unexpected presence or absence of an encounter. Misclassifications in vessel type may occur due to inconsistent or incomplete vessel registry data. Misclassifications can also happen when algorithms struggle to appropriately categorize vessels, for instance, where vessels use several gears (thus changing their behavioral patterns) or when a vessel’s MMSI (maritime mobile service identity) number is used by more than one vessel. </li> <li> An encounter event position may not align exactly with the vessels' tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within the event. As a result it is possible the vessels never occupied that precise location during the encounter event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users due diligence process. </li> </ul> <h2>Learn more</h2> <p> You can read more about transshipment behaviour from our <a href=\"http://globalfishingwatch.org/wp-content/uploads/GlobalViewOfTransshipment_Aug2017.pdf\" >report</a > or <a href=\"https://www.frontiersin.org/articles/10.3389/fmars.2018.00240/full\" >scientific publication</a >. </p>",
998
+ "description": "<h2>Overview</h2> <p> Encounter events identify instances where two vessels appear to meet at sea. Our VMS Encounter dataset is currently experimental, and we calculate these events across all VMS sources. Because VMS predominantly tracks fishing vessels, encounters in this dataset are more likely to reflect fishing-related activity - such as pair fishing - than transshipment-related activity, which is more commonly observed in AIS data. </p> <p> Global Fishing Watch classifies an event as an encounter when two vessels are detected: </p> <ul> <li>Within 500 meters of one another</li> <li>For a duration of at least 2 hours</li> <li>Traveling at a median speed of less than 2 knots</li> <li> And located at least 10 kilometers (5.4 nautical miles) from a coastal anchorage </li> </ul> <h2>Caveats</h2> <ul> <li> When encounter events involve a vessel in a foreign VMS source, the foreign vessel will appear as anonymous due to MOU restrictions. Specifically, we only display the flag and vessel type for the foreign vessel and hide the rest of its identity fields, so the vessel name appears as “Unknown” on the map. </li> <li> Because VMS datasets consist predominantly of fishing vessels - unlike AIS, which captures a broader range of vessel types - encounter events are more likely to represent pair fishing activity than transshipment. As with all Global Fishing Watch encounter data, these events are derived from rule-based algorithms and may reflect a wide range of at-sea interactions, so they should not be taken as evidence of any specific activity without further investigation. </li> <li> Some vessels appear in multiple VMS sources simultaneously due to country regulations, which can cause a vessel to appear to encounter itself. To reduce this noise, we have applied a filter that removes encounters between vessels sharing the same name across different VMS sources, though this is not a perfect solution and we are continuing to work on improvements. </li> <li> Encounters between the same two vessels occurring within a 4-hour window are consolidated into a single encounter event. Note that the 10 km anchorage-distance filter is applied before this merging step, so in rare cases a merged encounter’s average location may fall within 10 km of an anchorage even though each underlying (pre-merge) encounter was more than 10 km from the nearest anchorage. </li> <li> It is a known issue that the encounter detection algorithm does not evaluate continuity across the day boundary (midnight UTC). As a result, encounters that span midnight are not detected and will be missing from the dataset. Specifically those that start after ~22:00 UTC or end before ~02:00 UTC. </li> <li> Encounter detection relies on first creating a regular 10-minute timeline of a vessel’s positions. This timeline is created by interpolating between consecutive positions only when they are less than 60 minutes apart. If a vessel’s polling rate is 60 minutes or longer, no interpolation is performed, so encounters for that vessel are less likely to be detected and may be missed. </li> <li> An encounter event position may not align exactly with the vessels' tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within the event. </li> <li> Global Fishing Watch recommends visually inspecting vessel tracks, always referring to additional data sources and/or information, and requesting records from a vessel to confirm any findings, as part of the users' due diligence process. </li> </ul>",
884
999
  "schema": {
885
1000
  "duration": {
886
1001
  "keyword": "duration",
@@ -918,16 +1033,16 @@
918
1033
  "source_fleet": {
919
1034
  "keyword": "source_fleet",
920
1035
  "enum": {
1036
+ "ATUNEROS": "ATUNEROS",
921
1037
  "AVANZADOS": "AVANZADOS",
922
- "SARDINEROS": "SARDINEROS",
923
- "ATUNEROS": "ATUNEROS"
1038
+ "SARDINEROS": "SARDINEROS"
924
1039
  }
925
1040
  }
926
1041
  }
927
1042
  },
928
1043
  "private-vms-cri-loitering-events": {
929
1044
  "name": "Loitering Events (CRI)",
930
- "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1045
+ "description": "<h2>Overview</h2> <p> Encounter events identify instances where two vessels appear to meet at sea. Our VMS Encounter dataset is currently experimental, and we calculate these events across all VMS sources. Because VMS predominantly tracks fishing vessels, encounters in this dataset are more likely to reflect fishing-related activity - such as pair fishing - than transshipment-related activity, which is more commonly observed in AIS data. </p> <p> Global Fishing Watch classifies an event as an encounter when two vessels are detected: </p> <ul> <li>Within 500 meters of one another</li> <li>For a duration of at least 2 hours</li> <li>Traveling at a median speed of less than 2 knots</li> <li> And located at least 10 kilometers (5.4 nautical miles) from a coastal anchorage </li> </ul> <h2>Caveats</h2> <ul> <li> When encounter events involve a vessel in a foreign VMS source, the foreign vessel will appear as anonymous due to MOU restrictions. </li> <li> Because VMS datasets consist predominantly of fishing vessels - unlike AIS, which captures a broader range of vessel types - encounter events are more likely to represent pair fishing activity than transshipment. As with all Global Fishing Watch encounter data, these events are derived from rule-based algorithms and may reflect a wide range of at-sea interactions, so they should not be taken as evidence of any specific activity without further investigation. </li> <li> Some vessels appear in multiple VMS sources simultaneously due to country regulations, which can cause a vessel to appear to encounter itself. To reduce this noise, we have applied a filter that removes encounters between vessels sharing the same name across different VMS sources, though this is not a perfect solution and we are continuing to work on improvements. </li> <li> Encounters between the same two vessels occurring within a 4-hour window are consolidated into a single encounter event. </li> <li> An encounter event position may not align exactly with the vessels' tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within the event. </li> <li> Global Fishing Watch recommends visually inspecting vessel tracks, always referring to additional data sources and/or information, and requesting records from a vessel to confirm any findings, as part of the users' due diligence process. </li> </ul>",
931
1046
  "schema": {
932
1047
  "duration": {
933
1048
  "keyword": "duration",
@@ -951,7 +1066,7 @@
951
1066
  },
952
1067
  "private-vms-cri-port-visits-events": {
953
1068
  "name": "Port Visits Events (CRI)",
954
- "description": "The dataset contains port visits events for CRI",
1069
+ "description": "<h2>Overview</h2> <p> The Port Visits VMS dataset detects vessel movements in and out of ports. To identify these, we use a combined anchorage list derived from our AIS dataset, supplemented by smaller ports - not captured in AIS - that were shared by our country partners. If you believe a port in your country is missing from this dataset, please do not hesitate to reach out to our support team at <a href=\"mailto:support@globalfishingwatch.org\" >support@globalfishingwatch.org</a >. </p> <p>A port visit is shown on the map when VMS data shows a vessel:</p> <ul> <li>Entering within 3 kilometers of an anchorage point at the port entry,</li> <li> Exiting within 4 kilometers of an anchorage point designated as the port exit <ul> <li> Experiencing a port gap (i.e. no VMS transmissions for 4 hours or more, which may indicate VMS was turned off while in port), or </li> <li> Undergoing a port stop, where the vessel's speed drops below 0.2 knots and later increases above 0.5 knots. </li> </ul> </li> </ul> <p> Port stops are used to distinguish actual port visits from coastal transits. </p> <h2>Caveats</h2> <ul> <li> In our VMS port events, residual positions within port can sometimes persist after a vessel has departed, causing events to appear extended beyond the vessel's actual time in port. This is a result of the limited filtering currently applied to our VMS data, as we are still working on adapting filters that effectively remove noisy positions without discarding valid ones. We aim to address this in future releases. </li> <li> Lower-confidence port visits - often caused by noisy, sparse, or incomplete VMS transmissions - are currently excluded from the map. Lower-confidence port visits, while sometimes legitimate, can falsely suggest a port visit that did not occur. </li> <li> Ongoing port visits will not be identified on the map, as a port exit is required by definition for high-confidence port visits to be detected. </li> <li> Global Fishing Watch recommends to verify port visits, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users' due diligence process. </li> </ul>",
955
1070
  "schema": {
956
1071
  "confidences": {
957
1072
  "keyword": "confidences",
@@ -988,9 +1103,9 @@
988
1103
  "source_fleet": {
989
1104
  "keyword": "source_fleet",
990
1105
  "enum": {
1106
+ "ATUNEROS": "ATUNEROS",
991
1107
  "AVANZADOS": "AVANZADOS",
992
- "SARDINEROS": "SARDINEROS",
993
- "ATUNEROS": "ATUNEROS"
1108
+ "SARDINEROS": "SARDINEROS"
994
1109
  }
995
1110
  },
996
1111
  "speed": {
@@ -1026,19 +1141,19 @@
1026
1141
  "name": "VMS Costa Rica",
1027
1142
  "description": "Vessels (VMS Costa Rica)",
1028
1143
  "schema": {
1029
- "source_fleet": {
1030
- "keyword": "source_fleet",
1144
+ "selfReportedInfo.sourceFleet": {
1145
+ "keyword": "sourceFleet",
1031
1146
  "enum": {
1032
- "costarica_vms_industrial_longline": "costarica_vms_industrial_longline",
1033
- "costarica_vms_atuneros": "costarica_vms_atuneros",
1034
- "costarica_vms_sardineros": "costarica_vms_sardineros"
1147
+ "ATUNEROS": "ATUNEROS",
1148
+ "AVANZADOS": "AVANZADOS",
1149
+ "SARDINEROS": "SARDINEROS"
1035
1150
  }
1036
1151
  }
1037
1152
  }
1038
1153
  },
1039
1154
  "private-vms-ecu-encounters-events": {
1040
1155
  "name": "Encounter Events. (ECU)",
1041
- "description": "<h2>Overview</h2> <h3> Encounter events identify instances where two vessels appear to meet at sea. </h3> <ul> <p> Global Fishing Watch classifies an event as an encounter when two vessels are detected: </p> <li>Within 500 meters of one another</li> <li>For a duration of at least 2 hours</li> <li>Traveling at a median speed of less than 2 knots</li> <li> And located at least 10 kilometers (5.4 nautical miles) from a coastal anchorage. </li> </ul> <ul> <p> Users can filter encounter events by vessel characteristics and context, including: </p> <li>Duration of encounter</li> <li> Vessel flag - Shows encounters where at least one vessel is flagged to the selected country </li> <li> Next port visit after the encounter - Shows encounters where at least one vessel is has visited the selected port(s) </li> <li>Vessel types involved in the encounter</li> <li>User saved vessel group</li> </ul> <ul> <p>Currently displayed encounter types include:</p> <li>Carrier ⇄ Bunker (experimental)</li> <li>Carrier Fishing</li> <li>Fishing Bunker (experimental)</li> <li>Fishing Fishing (experimental)</li> <li>Support Fishing</li> </ul> <p> To view more details about a specific encounter—such as its location or the identity of the encountered vessel—click the “See more” icon associated with the event. </p> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of rule-based algorithms being applied to AIS positional data. There are many potential reasons for vessels to meet at sea. Such interactions may include transshipment of catch or supplies, equipment transfers, crew changes, safety-related matters, and more. Encounter data should therefore be viewed as an indicator for review. </li> <li> Encounters that do not meet the specifications of GFW encounter events described above are not included in the map, such as encounters less than two hours and in-port encounters. </li> <li> Encounters between the same two vessels occurring within a 4-hour window are consolidated into a single encounter event. While multiple encounters within such a short timeframe are possible, they remain exceptionally rare. </li> <li> The 500-meter proximity threshold is calculated using implied positions—not raw AIS messages. Since AIS transmissions occur at irregular intervals, vessel positions are estimated by a 10-minute time grid using reported course and speed. Proximity is then calculated based on these estimated positions. Due to this modeling approach, it is possible that vessels identified in an encounter may not have been physically within 500 meters of each other for the entire 2-hour period. </li> <li> Bias in vessel identification and gear classification can result in the unexpected presence or absence of an encounter. Misclassifications in vessel type may occur due to inconsistent or incomplete vessel registry data. Misclassifications can also happen when algorithms struggle to appropriately categorize vessels, for instance, where vessels use several gears (thus changing their behavioral patterns) or when a vessel’s MMSI (maritime mobile service identity) number is used by more than one vessel. </li> <li> An encounter event position may not align exactly with the vessels' tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within the event. As a result it is possible the vessels never occupied that precise location during the encounter event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users due diligence process. </li> </ul> <h2>Learn more</h2> <p> You can read more about transshipment behaviour from our <a href=\"http://globalfishingwatch.org/wp-content/uploads/GlobalViewOfTransshipment_Aug2017.pdf\" >report</a > or <a href=\"https://www.frontiersin.org/articles/10.3389/fmars.2018.00240/full\" >scientific publication</a >. </p>",
1156
+ "description": "<h2>Overview</h2> <p> Encounter events identify instances where two vessels appear to meet at sea. Our VMS Encounter dataset is currently experimental, and we calculate these events across all VMS sources. Because VMS predominantly tracks fishing vessels, encounters in this dataset are more likely to reflect fishing-related activity - such as pair fishing - than transshipment-related activity, which is more commonly observed in AIS data. </p> <p> Global Fishing Watch classifies an event as an encounter when two vessels are detected: </p> <ul> <li>Within 500 meters of one another</li> <li>For a duration of at least 2 hours</li> <li>Traveling at a median speed of less than 2 knots</li> <li> And located at least 10 kilometers (5.4 nautical miles) from a coastal anchorage </li> </ul> <h2>Caveats</h2> <ul> <li> When encounter events involve a vessel in a foreign VMS source, the foreign vessel will appear as anonymous due to MOU restrictions. Specifically, we only display the flag and vessel type for the foreign vessel and hide the rest of its identity fields, so the vessel name appears as “Unknown” on the map. </li> <li> Because VMS datasets consist predominantly of fishing vessels - unlike AIS, which captures a broader range of vessel types - encounter events are more likely to represent pair fishing activity than transshipment. As with all Global Fishing Watch encounter data, these events are derived from rule-based algorithms and may reflect a wide range of at-sea interactions, so they should not be taken as evidence of any specific activity without further investigation. </li> <li> Some vessels appear in multiple VMS sources simultaneously due to country regulations, which can cause a vessel to appear to encounter itself. To reduce this noise, we have applied a filter that removes encounters between vessels sharing the same name across different VMS sources, though this is not a perfect solution and we are continuing to work on improvements. </li> <li> Encounters between the same two vessels occurring within a 4-hour window are consolidated into a single encounter event. Note that the 10 km anchorage-distance filter is applied before this merging step, so in rare cases a merged encounter’s average location may fall within 10 km of an anchorage even though each underlying (pre-merge) encounter was more than 10 km from the nearest anchorage. </li> <li> It is a known issue that the encounter detection algorithm does not evaluate continuity across the day boundary (midnight UTC). As a result, encounters that span midnight are not detected and will be missing from the dataset. Specifically those that start after ~22:00 UTC or end before ~02:00 UTC. </li> <li> Encounter detection relies on first creating a regular 10-minute timeline of a vessel’s positions. This timeline is created by interpolating between consecutive positions only when they are less than 60 minutes apart. If a vessel’s polling rate is 60 minutes or longer, no interpolation is performed, so encounters for that vessel are less likely to be detected and may be missed. </li> <li> An encounter event position may not align exactly with the vessels' tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within the event. </li> <li> Global Fishing Watch recommends visually inspecting vessel tracks, always referring to additional data sources and/or information, and requesting records from a vessel to confirm any findings, as part of the users' due diligence process. </li> </ul>",
1042
1157
  "schema": {
1043
1158
  "duration": {
1044
1159
  "keyword": "duration",
@@ -1089,7 +1204,7 @@
1089
1204
  },
1090
1205
  "private-vms-ecu-loitering-events": {
1091
1206
  "name": "Loitering Events (ECU)",
1092
- "description": "<h2>Overview</h2> <h3> Loitering events identify when a vessel is operating away from shore while moving at low speeds. Loitering events highlight when a vessel is behaving in a manner consistent with a potential encounter event (i.e. stationary or drifting slowly at sea) but no encountering vessel is visible on AIS. As such, these should not be considered indicators of likely encounter events, but rather periods of time when undetected encounters could have potentially occurred. </h3> <ul> <p>Global Fishing Watch classifies an event as a loitering event when:</p> <li> The vessel is located more than 20 nautical miles (37.04 kilometers) from shore, and </li> <li>Maintains an average speed of less than 2 knots,</li> <li>For a continuous period of at least 1 hour.</li> </ul> <h2>Caveats</h2> <ul> <li> Global Fishing Watch events are the result of a rule-based algorithm being applied to AIS positional data. Loitering events should be cross-verified with other sources of information (like RFMO transshipment records) when possible. </li> <li> Vessels in loitering events may not be meeting any other vessels at the time of the event. Other events in which a vessel may remain fairly stationary or moving slowly while at sea include: maintenance, losing vessel power, idling during poor weather, waiting outside of port for permission to dock, normal fishing behavior, and more. </li> <li> Due to the individual definitions of loitering events, fishing events, and encounter events, it is possible for a single vessel movement pattern to trigger multiple event types. </li> <li> A loitering event position may not align exactly with the vessel’s tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within that event. As a result it is possible the vessel never occupied that precise location during the event. </li> <li> Global Fishing Watch recommends to visually inspect vessel tracks, always refer to additional data source and/or information, and request records from a vessel to confirm any findings, as part of the users due diligence process. </li> </ul> <h2>Learn more</h2> <p> Learn more about considerations of using AIS data by looking at the <a href=\"https://globalfishingwatch.org/data-documentation/apparent-fishing-events-ais/\" >AIS limitations section in the Apparent fishing events (AIS) data documentation.</a >. </p>",
1207
+ "description": "<h2>Overview</h2> <p> Encounter events identify instances where two vessels appear to meet at sea. Our VMS Encounter dataset is currently experimental, and we calculate these events across all VMS sources. Because VMS predominantly tracks fishing vessels, encounters in this dataset are more likely to reflect fishing-related activity - such as pair fishing - than transshipment-related activity, which is more commonly observed in AIS data. </p> <p> Global Fishing Watch classifies an event as an encounter when two vessels are detected: </p> <ul> <li>Within 500 meters of one another</li> <li>For a duration of at least 2 hours</li> <li>Traveling at a median speed of less than 2 knots</li> <li> And located at least 10 kilometers (5.4 nautical miles) from a coastal anchorage </li> </ul> <h2>Caveats</h2> <ul> <li> When encounter events involve a vessel in a foreign VMS source, the foreign vessel will appear as anonymous due to MOU restrictions. </li> <li> Because VMS datasets consist predominantly of fishing vessels - unlike AIS, which captures a broader range of vessel types - encounter events are more likely to represent pair fishing activity than transshipment. As with all Global Fishing Watch encounter data, these events are derived from rule-based algorithms and may reflect a wide range of at-sea interactions, so they should not be taken as evidence of any specific activity without further investigation. </li> <li> Some vessels appear in multiple VMS sources simultaneously due to country regulations, which can cause a vessel to appear to encounter itself. To reduce this noise, we have applied a filter that removes encounters between vessels sharing the same name across different VMS sources, though this is not a perfect solution and we are continuing to work on improvements. </li> <li> Encounters between the same two vessels occurring within a 4-hour window are consolidated into a single encounter event. </li> <li> An encounter event position may not align exactly with the vessels' tracks. Global Fishing Watch determines a single location for each event by calculating the average latitude and longitude of all positions within the event. </li> <li> Global Fishing Watch recommends visually inspecting vessel tracks, always referring to additional data sources and/or information, and requesting records from a vessel to confirm any findings, as part of the users' due diligence process. </li> </ul>",
1093
1208
  "schema": {
1094
1209
  "duration": {
1095
1210
  "keyword": "duration",
@@ -1178,7 +1293,12 @@
1178
1293
  },
1179
1294
  "private-vms-ecu-vessel-identity": {
1180
1295
  "name": "VMS Ecuador",
1181
- "description": "Vessels (VMS Ecuador)"
1296
+ "description": "Vessels (VMS Ecuador)",
1297
+ "schema": {
1298
+ "selfReportedInfo.registryNumber": {
1299
+ "keyword": "registryNumber"
1300
+ }
1301
+ }
1182
1302
  },
1183
1303
  "private-vms-mne-encounters-events": {
1184
1304
  "name": "Encounter Events. (MNE)",
@@ -1194,7 +1314,8 @@
1194
1314
  "encounter_type": {
1195
1315
  "keyword": "encounter_type",
1196
1316
  "enum": {
1197
- "FISHING-FISHING": "FISHING-FISHING"
1317
+ "FISHING-FISHING": "FISHING-FISHING",
1318
+ "FISHING-SUPPORT": "FISHING-SUPPORT"
1198
1319
  }
1199
1320
  }
1200
1321
  }
@@ -1213,17 +1334,6 @@
1213
1334
  "4": "4",
1214
1335
  "5": "5"
1215
1336
  }
1216
- },
1217
- "vessel_type": {
1218
- "keyword": "vessel_type",
1219
- "enum": {
1220
- "FISHING": "FISHING",
1221
- "NON_FISHING": "NON_FISHING",
1222
- "SUPPORT": "SUPPORT",
1223
- "CARRIER": "CARRIER",
1224
- "RESEARCH": "RESEARCH",
1225
- "": ""
1226
- }
1227
1337
  }
1228
1338
  }
1229
1339
  },
@@ -1234,7 +1344,7 @@
1234
1344
  "duration": {
1235
1345
  "keyword": "duration",
1236
1346
  "enum": {
1237
- "2": "2",
1347
+ "0": "0",
1238
1348
  "48": "48"
1239
1349
  }
1240
1350
  },
@@ -1266,7 +1376,7 @@
1266
1376
  "duration": {
1267
1377
  "keyword": "duration",
1268
1378
  "enum": {
1269
- "2": "2",
1379
+ "0": "0",
1270
1380
  "48": "48"
1271
1381
  }
1272
1382
  },
@@ -1318,7 +1428,15 @@
1318
1428
  },
1319
1429
  "private-vms-mne-vessel-identity": {
1320
1430
  "name": "VMS Montenegro",
1321
- "description": "Vessels (VMS Montenegro)"
1431
+ "description": "Vessels (VMS Montenegro)",
1432
+ "schema": {
1433
+ "selfReportedInfo.externalId": {
1434
+ "keyword": "externalId"
1435
+ },
1436
+ "selfReportedInfo.imo": {
1437
+ "keyword": "imo"
1438
+ }
1439
+ }
1322
1440
  },
1323
1441
  "private-vms-nor-encounters-events": {
1324
1442
  "name": "Encounter Events. (NOR)",
@@ -1365,7 +1483,7 @@
1365
1483
  "duration": {
1366
1484
  "keyword": "duration",
1367
1485
  "enum": {
1368
- "2": "2",
1486
+ "0": "0",
1369
1487
  "48": "48"
1370
1488
  }
1371
1489
  },
@@ -1397,7 +1515,7 @@
1397
1515
  "duration": {
1398
1516
  "keyword": "duration",
1399
1517
  "enum": {
1400
- "2": "2",
1518
+ "0": "0",
1401
1519
  "48": "48"
1402
1520
  }
1403
1521
  },
@@ -1510,7 +1628,7 @@
1510
1628
  "duration": {
1511
1629
  "keyword": "duration",
1512
1630
  "enum": {
1513
- "2": "2",
1631
+ "0": "0",
1514
1632
  "48": "48"
1515
1633
  }
1516
1634
  },
@@ -1542,7 +1660,7 @@
1542
1660
  "duration": {
1543
1661
  "keyword": "duration",
1544
1662
  "enum": {
1545
- "2": "2",
1663
+ "0": "0",
1546
1664
  "48": "48"
1547
1665
  }
1548
1666
  },
@@ -1602,7 +1720,18 @@
1602
1720
  },
1603
1721
  "private-vms-pan-vessel-identity": {
1604
1722
  "name": "VMS Panama",
1605
- "description": "Vessels (VMS Panama)"
1723
+ "description": "Vessels (VMS Panama)",
1724
+ "schema": {
1725
+ "selfReportedInfo.externalId": {
1726
+ "keyword": "externalId"
1727
+ },
1728
+ "selfReportedInfo.imo": {
1729
+ "keyword": "imo"
1730
+ },
1731
+ "selfReportedInfo.ssvid": {
1732
+ "keyword": "ssvid"
1733
+ }
1734
+ }
1606
1735
  },
1607
1736
  "private-vms-per-encounters-events": {
1608
1737
  "name": "Encounter Events. (PER)",
@@ -1669,7 +1798,7 @@
1669
1798
  "duration": {
1670
1799
  "keyword": "duration",
1671
1800
  "enum": {
1672
- "2": "2",
1801
+ "0": "0",
1673
1802
  "48": "48"
1674
1803
  }
1675
1804
  },
@@ -1701,7 +1830,7 @@
1701
1830
  "duration": {
1702
1831
  "keyword": "duration",
1703
1832
  "enum": {
1704
- "2": "2",
1833
+ "0": "0",
1705
1834
  "48": "48"
1706
1835
  }
1707
1836
  },
@@ -1760,7 +1889,10 @@
1760
1889
  "name": "VMS Peru",
1761
1890
  "description": "Vessels (VMS Peru)",
1762
1891
  "schema": {
1763
- "hull": {
1892
+ "selfReportedInfo.externalId": {
1893
+ "keyword": "externalId"
1894
+ },
1895
+ "selfReportedInfo.hull": {
1764
1896
  "keyword": "hull",
1765
1897
  "enum": {
1766
1898
  "ACERO NAVAL": "ACERO NAVAL",
@@ -1770,19 +1902,20 @@
1770
1902
  "FIBRA DE VIDRIO": "FIBRA DE VIDRIO"
1771
1903
  }
1772
1904
  },
1773
- "origin": {
1905
+ "selfReportedInfo.origin": {
1774
1906
  "keyword": "origin",
1775
1907
  "enum": {
1776
- "Peru": "Peru",
1777
- "Foreign": "Foreign"
1908
+ "PERU": "PERU",
1909
+ "FOREIGN": "FOREIGN"
1778
1910
  }
1779
1911
  },
1780
- "sourceFleet": {
1912
+ "selfReportedInfo.sourceFleet": {
1781
1913
  "keyword": "sourceFleet",
1782
1914
  "enum": {
1783
- "industrial": "industrial",
1784
- "artisanal": "artisanal",
1785
- "not defined": "not defined"
1915
+ "": "",
1916
+ "ARTISANAL": "ARTISANAL",
1917
+ "INDUSTRIAL": "INDUSTRIAL",
1918
+ "SMALL-SCALE": "SMALL-SCALE"
1786
1919
  }
1787
1920
  }
1788
1921
  }
@@ -1844,17 +1977,6 @@
1844
1977
  "4": "4",
1845
1978
  "5": "5"
1846
1979
  }
1847
- },
1848
- "vessel_type": {
1849
- "keyword": "vessel_type",
1850
- "enum": {
1851
- "FISHING": "FISHING",
1852
- "NON_FISHING": "NON_FISHING",
1853
- "SUPPORT": "SUPPORT",
1854
- "CARRIER": "CARRIER",
1855
- "RESEARCH": "RESEARCH",
1856
- "": ""
1857
- }
1858
1980
  }
1859
1981
  }
1860
1982
  },
@@ -1865,7 +1987,7 @@
1865
1987
  "duration": {
1866
1988
  "keyword": "duration",
1867
1989
  "enum": {
1868
- "2": "2",
1990
+ "0": "0",
1869
1991
  "48": "48"
1870
1992
  }
1871
1993
  },
@@ -1897,7 +2019,7 @@
1897
2019
  "duration": {
1898
2020
  "keyword": "duration",
1899
2021
  "enum": {
1900
- "2": "2",
2022
+ "0": "0",
1901
2023
  "48": "48"
1902
2024
  }
1903
2025
  },
@@ -1949,7 +2071,12 @@
1949
2071
  },
1950
2072
  "private-vms-plw-vessel-identity": {
1951
2073
  "name": "VMS Palau",
1952
- "description": "Vessels (VMS Palau)"
2074
+ "description": "Vessels (VMS Palau)",
2075
+ "schema": {
2076
+ "selfReportedInfo.imo": {
2077
+ "keyword": "imo"
2078
+ }
2079
+ }
1953
2080
  },
1954
2081
  "private-vms-png-encounters-events": {
1955
2082
  "name": "Encounter Events. (PNG)",
@@ -1998,7 +2125,7 @@
1998
2125
  "duration": {
1999
2126
  "keyword": "duration",
2000
2127
  "enum": {
2001
- "2": "2",
2128
+ "0": "0",
2002
2129
  "48": "48"
2003
2130
  }
2004
2131
  },
@@ -2030,7 +2157,7 @@
2030
2157
  "duration": {
2031
2158
  "keyword": "duration",
2032
2159
  "enum": {
2033
- "2": "2",
2160
+ "0": "0",
2034
2161
  "48": "48"
2035
2162
  }
2036
2163
  },
@@ -2177,7 +2304,15 @@
2177
2304
  },
2178
2305
  "public-bra-onyxsat-vessel-identity-fishing": {
2179
2306
  "name": "VMS Brazil (Fishing Vessels)",
2180
- "description": "Fishing Vessels (VMS Brazil)"
2307
+ "description": "Fishing Vessels (VMS Brazil)",
2308
+ "schema": {
2309
+ "selfReportedInfo.targetSpecies": {
2310
+ "keyword": "targetSpecies"
2311
+ },
2312
+ "targetSpecies": {
2313
+ "keyword": "targetSpecies"
2314
+ }
2315
+ }
2181
2316
  },
2182
2317
  "public-brazil-opentuna-presence": {
2183
2318
  "name": "Brazil Open Tuna VMS",
@@ -2185,7 +2320,59 @@
2185
2320
  },
2186
2321
  "public-brazil-opentuna-vessel-identity-fishing": {
2187
2322
  "name": "Brazil Open Tuna VMS (Fishing vessels)",
2188
- "description": "Dataset for VMS Brazil (Public)"
2323
+ "description": "Dataset for VMS Brazil (Public)",
2324
+ "schema": {
2325
+ "selfReportedInfo.code": {
2326
+ "keyword": "code"
2327
+ }
2328
+ }
2329
+ },
2330
+ "public-cfc-exploration-areas-individual": {
2331
+ "name": "CFC Exploration Areas",
2332
+ "description": "Cobalt-rich ferromanganese crusts are often found along the tops and edges of seamounts, knolls, and plateaus at depths ranging between 800 meters to 2500+ meters. These crusts can contain cobalt, nickel, manganese, and rare earth elements. Proposed methods for mining cobalt-rich ferromanganese crusts include grinding and entirely removing the crust from the host rock – which are inhabited by marine biodiversity – then delivering the resulting slurry to the surface. For cobalt-rich ferromanganese crusts, the exploration area allocated to each contractor is 3,000 square kilometres and consists of 150 blocks. Each block is no greater than 20 square kilometres.",
2333
+ "schema": {
2334
+ "act_date": {
2335
+ "keyword": "act_date",
2336
+ "enum": {
2337
+ "1447023600000": "1447023600000",
2338
+ "1697752800000": "1697752800000"
2339
+ }
2340
+ },
2341
+ "area_key": {
2342
+ "keyword": "area_key"
2343
+ },
2344
+ "contract_id": {
2345
+ "keyword": "contract_id",
2346
+ "enum": {
2347
+ "KOREACRFC1": "KOREACRFC1",
2348
+ "COMRACRFC1": "COMRACRFC1",
2349
+ "BrazilCRFC1": "BrazilCRFC1",
2350
+ "JOGMECCRFC1": "JOGMECCRFC1",
2351
+ "RUSMNRCRFC1": "RUSMNRCRFC1"
2352
+ }
2353
+ }
2354
+ }
2355
+ },
2356
+ "public-cfc-reserved-areas-individual": {
2357
+ "name": "CFC Reserved Areas",
2358
+ "description": "Cobalt-rich ferromanganese crusts are often found along the tops and edges of seamounts, knolls, and plateaus at depths ranging between 800 meters to 2500+ meters. These crusts can contain cobalt, nickel, manganese, and rare earth elements. Proposed methods for mining cobalt-rich ferromanganese crusts include grinding and entirely removing the crust from the host rock – which are inhabited by marine biodiversity – then delivering the resulting slurry to the surface. Reserved Areas under the International Seabed Authority are a critical mechanism to ensure developing countries have access to deep-sea mineral resources in the future. These areas are typically contributed by developed States when they apply for exploration rights.",
2359
+ "schema": {
2360
+ "act_date": {
2361
+ "keyword": "act_date",
2362
+ "enum": {
2363
+ "1425942000000": "1425942000000"
2364
+ }
2365
+ },
2366
+ "area_key": {
2367
+ "keyword": "area_key"
2368
+ },
2369
+ "contract_id": {
2370
+ "keyword": "contract_id",
2371
+ "enum": {
2372
+ "CRFCReserved": "CRFCReserved"
2373
+ }
2374
+ }
2375
+ }
2189
2376
  },
2190
2377
  "public-chile-fishing-effort": {
2191
2378
  "name": "Chile VMS",
@@ -2223,6 +2410,10 @@
2223
2410
  "name": "Chile VMS (Non fishing Vessels)",
2224
2411
  "description": "Dataset for VMS Chile (Public)"
2225
2412
  },
2413
+ "public-clarion-clipperton-zone-isa-claim-areas": {
2414
+ "name": "Clarion-Clipperton Zone ISA License Areas",
2415
+ "description": "This area represents the cumulative and contiguous area of the Clarion-Clipperton Zone, a region in the Eastern Pacific that is being targeted for seabed mining and managed by the International Seabed Authority. This region includes claim areas slated for exploration, areas reserved for developing states, and areas protected for environmental interest. The primary resource targeted in this region is polymetallic nodules."
2416
+ },
2226
2417
  "public-cold-water-corals": {
2227
2418
  "name": "Cold Water Corals",
2228
2419
  "description": "Buffered at ~1km"
@@ -2249,7 +2440,7 @@
2249
2440
  "name": "Costa Rica VMS",
2250
2441
  "description": "Dataset for VMS Costa Rica (Public)",
2251
2442
  "schema": {
2252
- "fleet": {
2443
+ "selfReportedInfo.fleet": {
2253
2444
  "keyword": "fleet",
2254
2445
  "enum": {
2255
2446
  "costarica_vms_industrial_longline": "costarica_vms_industrial_longline",
@@ -2286,11 +2477,27 @@
2286
2477
  },
2287
2478
  "public-ecuador-vessel-identity-fishing": {
2288
2479
  "name": "Ecuador VMS (Fishing vessels)",
2289
- "description": "VMS Ecuador (Fishing vessels)"
2480
+ "description": "VMS Ecuador (Fishing vessels)",
2481
+ "schema": {
2482
+ "selfReportedInfo.nationalId": {
2483
+ "keyword": "nationalId"
2484
+ },
2485
+ "selfReportedInfo.nNationalId": {
2486
+ "keyword": "nNationalId"
2487
+ }
2488
+ }
2290
2489
  },
2291
2490
  "public-ecuador-vessel-identity-non-fishing": {
2292
2491
  "name": "Ecuador VMS (Non fishing vessels)",
2293
- "description": "VMS Ecuador (Non fishing vessels)"
2492
+ "description": "VMS Ecuador (Non fishing vessels)",
2493
+ "schema": {
2494
+ "selfReportedInfo.nationalId": {
2495
+ "keyword": "nationalId"
2496
+ },
2497
+ "selfReportedInfo.nNationalId": {
2498
+ "keyword": "nNationalId"
2499
+ }
2500
+ }
2294
2501
  },
2295
2502
  "public-eez-areas": {
2296
2503
  "name": "EEZs",
@@ -2312,20 +2519,6 @@
2312
2519
  "name": "FAO major fishing areas",
2313
2520
  "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>. See more detailed <a href='https://globalfishingwatch.org/faqs/reference-layer-sources/' target='_blank' rel=noopener'>metadata information</a> for this layer"
2314
2521
  },
2315
- "public-fixed-infrastructure": {
2316
- "name": "Fixed infrastructure",
2317
- "description": "SAR identified fixed infrastructure",
2318
- "schema": {
2319
- "label": {
2320
- "keyword": "label",
2321
- "enum": {
2322
- "oil": "oil",
2323
- "wind": "wind",
2324
- "unknown": "unknown"
2325
- }
2326
- }
2327
- }
2328
- },
2329
2522
  "public-fixed-infrastructure-filtered": {
2330
2523
  "name": "Offshore Fixed Infrastructure (SAR, Optical)",
2331
2524
  "description": "<h2>Overview</h2> <p>Offshore fixed infrastructure is a global dataset that uses AI and machine learning to detect and classify structures throughout the world’s oceans.</p> <p>Classification labels (oil, wind, and unknown) are provided, as well as confidence levels (high, medium, or low) reflecting our certainty in the assigned label. Detections can be filtered and colored on the map using both label and confidence level.<em></em>The data is updated on a monthly basis, and new classified detections are added at the beginning of every month. Viewing change using the timebar is simple, and allows anyone to recognize the rapid industrialization of the world’s oceans. For example, you can easily observe the expansion of wind farms in the North and East China Seas, or changes in oil infrastructure in the Gulf of Mexico or Persian Gulf.</p> <p>By overlaying the existing map layers, you can explore how vessels interact with oil and wind structures, visualise the density of synthetic aperture radar (SAR) and Visible Infrared Imaging Radiometer Suite (VIIRS) vessel detections around infrastructure, or determine which marine protected areas (MPAs) contain wind, oil, or other infrastructure types. These are only examples of the types of questions we can now ask. Offshore fixed infrastructure is a first of its kind dataset that not only brings to light the extensive industrialization of our oceans, but enables users across industries to use this information in research, monitoring and management.</p> <h2>Use cases</h2> <ul> <li>Maritime domain awareness</li> <ul> <li>Infrastructure locations can support maritime domain awareness, and understanding of other activities occurring at sea.</li> <li>Infrastructure data supports assessments of ocean industrialization, facilitating monitoring of areas experiencing build-up or new development</li> </ul> <li>Monitoring vessels</li> <ul> <li>Infrastructure locations can be used to analyse the behaviour of vessels associated with infrastructure, including grouping vessels based on their interaction with oil and wind structures.</li> <li>Interactions between vessels and infrastructure can help quantify the resources required to support offshore industrial activity</li> <li>The impacts of infrastructure on fishing, including attracting or deterring fishing, can be analysed.</li> </ul> <li>Marine protected areas (MPAs) and marine spatial planning</li> <ul> <li>During the planning stage in the designation of new protected areas, knowing the location of existing infrastructure will be vital to understand which stakeholders shall be included in the consultation process, to understand potential conflicts, and identify easy wins.</li> </ul> <li>Environmental impacts</li> <ul> <li>Infrastructure locations can be used to help detect marine pollution events, and to differentiate between types of pollution events (e.g. pollution from vessels versus pollution from platforms)</li> </ul> </ul> <h2>Caveats</h2> <ul> <li><strong>Sentinel-1 and Sentinel-2 satellites do not sample most of the open ocean.</strong></li> <ul> <li>Most industrial activity happens relatively close to shore.</li> <li>The extent and frequency of SAR acquisitions is determined by the mission priorities.</li> <li>For more info see: https://www.nature.com/articles/s41586-023-06825-8/figures/5</li> </ul> <li><strong>We do not provide detections of infrastructure within 1 km of shore</strong></li> <ul> <li>We do not classify objects within 1 km of shore because it is difficult to map where the shoreline begins, and ambiguous coastlines and rocks cause false positives.</li> <li>The bulk of industrial activities, including offshore development with medium-to-large oil rigs and wind farms, occur several kilometers from shore.</li> </ul> <li> <strong>False positives can be produced from noise artifacts.</strong> </li> <ul> <li>Rocks, small islands, sea ice, radar ambiguities (radar echoes), and image artifacts can cause false positives</li> <li>Detections in some areas including Southern Chile, the Arctic, and the Norwegian Sea have been filtered to remove noise.</li> </ul> <li><strong>Spatial coverage varies over time, which can produce different detections results year on year - <a target=\"_blank\" href=\"https://share.cleanshot.com/yG0qfF\"> <span style=\"color:rgb(0, 0, 0);\">Example</span> </a></strong> </li> <ul> <li>Infrastructure detentions from 2017-01-01 to near real time are available, and updated on a monthly basis.</li> </ul> <li> <strong>Labels can change over time</strong> </li> <ul> <li>The label assigned to a structure is the greatest predicted label averaged across time. As we get more data, the label may change, and more accurately predict the true infrastructure type.</li> </ul> <li><strong>Global datasets aren’t perfect</strong></li> <ul> <li>We’ve done our best to create the most accurate product possible, but there will be infrastructure that isn’t detected, or has been classified incorrectly. This will be most evident when working at the project level.</li> <li>We strongly encourage users to provide feedback to the research team so that we may improve future versions of the model. All feedback is greatly appreciated.</li> </ul> </ul> <h2>Methods</h2> <h3>SAR imagery</h3> <p>We use SAR imagery from the Copernicus Sentinel-1 mission of the European Space Agency (ESA) [1]. The images are sourced from two satellites (S1A and S1B up until December 2021 when S1B stopped operating, and S1A only from 2022 onward) that orbit 180 degrees out of phase with each other in a polar, sun-synchronous orbit. Each satellite has a repeat-cycle of 12 days, so that together they provide a global mapping of coastal waters around the world approximately every six days for the period that both were operating. The number of images per location, however, varies greatly depending on mission priorities, latitude, and degree of overlap between adjacent satellite passes. Spatial coverage also varies over time [2]. Our data consist of dual-polarization images (VH and VV) from the Interferometric Wide (IW) swath mode, with a resolution of about 20 m.</p> <p>[1] <a target=\"_blank\" href=\"https://sedas.satapps.org/wp-content/uploads/2015/07/Sentinel-1_User_Handbook.pdf\"> <span style=\"color:rgb(0, 0, 0);\">https://sedas.satapps.org/wp-content/uploads/2015/07/Sentinel-1_User_Handbook.pdf</span> </a> </p> <p>[2]<a target=\"_blank\" href=\"https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-1/observation-scenario\"> <span style=\"color:rgb(0, 0, 0);\"></span> <span style=\"color:rgb(0, 0, 0);\">https://sentinels.copernicus.eu/web/sentinel/missions/sentinel-1/observation-scenario</span> </a> </p> <h3>Infrastructure detection by SAR</h3> <p>Detecting infrastructure with SAR is based on the widely used Constant False Alarm Rate (CFAR) algorithm, an anomaly detection method conceived for detecting ships in synthetic aperture radar images, that has been modified to remove non-stationary objects. This algorithm is designed to search for pixel values that are unusually bright (the targets) compared to those in the surrounding area (the sea clutter). This method sets a threshold based on the pixel values of the local background (within a window), scanning the whole image pixel-by-pixel. Pixel values above the threshold constitute an anomaly and are likely to be samples from a target.</p> <h3>Infrastructure classification</h3> <p>To classify every detected offshore infrastructure, we used deep learning and designed a ConvNet based on the ConvNeXt architecture. A novel aspect of our deep learning classification approach is the combination of SAR imagery from Sentinel-1 with optical imagery from Sentinel-2. From six-month composites of dual-band SAR (VH and VV) and four-band optical (RGB and NIR) images, we extracted small tiles for every detected fixed infrastructure, with the respective objects at the center of the tile. A single model output includes the probabilities for the specified classes: wind, oil, unknown, lake maracaibo, and noise.</p> <h3>Filtering</h3> <p>GFW post-processed the classified SAR detections to reduce noise (false positives), remove vessels, exclude areas with sea ice at high latitudes, and incorporate expert feedback. We used a clustering approach to identify detections across time (within a 50 m radius) that were likely the same structure but their coordinates differed slightly, and assigned them the greatest average predicted label of the cluster. We also filled in gaps for fixed structures that were missing in one timestep but detected in the previous and following timesteps, and dropped detections appearing in a single timestep. Finally, the dataset underwent extensive manual review and editing by researchers and industry experts in order to refine the final product, and provide the most accurate dataset possible.</p> <h3>Data field descriptions</h3> <p>Each detection has a unique individual identifier (<em>detection_id</em>). A six-month image composite is used in the classification, therefore the <em>detection_date</em> represents the middle of the six month period. This helps to remove non-stationary objects (i.e. vessels), and avoid confusion in the model if a structure is being built, or there isn’t adequate imagery available. <em>structure_id</em> allows you to track a structure through time. There are therefore many <em>detection_id</em> (one for each month the structure is detected) for each <em>structure_id</em>. Labels of <em>wind</em> and <em>oil </em>represent any wind or oil related structure respectively. <em>Unknown</em> represents a structure that is not oil or wind related, such as bridges or navigational buoys. </p> <p>Label confidence levels of ‘High’. ‘Medium’ and ‘Low’ are assigned to each structure, and are conditional on where the detections fell in relation to the boundaries of manually developed wind and oil polygons, and whether the label has changed from the previous month. The <em>label_confidence</em> field can be used to filter analysis. </p> <h2>Resources, code and other notes</h2> <p>Two repos are used in the automation process, both of which are private, and should not be shared publicly.</p> <p>Detection and classification: https://github.com/GlobalFishingWatch/sentinel-1-ee/tree/master</p> <p>Clustering and reclassification: https://github.com/GlobalFishingWatch/infrastructure-post-processing</p> <p>All code developed for the paper, Paolo, F.S., Kroodsma, D., Raynor, J. et al. Satellite mapping reveals extensive industrial activity at sea. Nature 625, 85–91 (2024). https://doi.org/10.1038/s41586-023-06825-8, including SAR detection, deep learning models, and analyses is open source and freely available at https://github.com/GlobalFishingWatch/paper-industrial-activity.</p> <h2>Sources data and citations</h2> <p>Copernicus Sentinel data 2017-current</p> <p>Lujala, Päivi; Jan Ketil Rød &amp; Nadia Thieme, 2007. 'Fighting over Oil: Introducing A New Dataset', Conflict Management and Peace Science 24(3), 239-256</p> <p>Sabbatino, M., Romeo, L., Baker, V., Bauer, J., Barkhurst, A., Bean, A., DiGiulio, J., Jones, K., Jones, T.J., Justman, D., Miller III, R., Rose, K., and Tong., A., Global Oil &amp; Gas Infrastructure Features Database Geocube Collection, 2019-03-25, https://edx.netl.doe.gov/dataset/global-oil-gas-infrastructure-features-database-geocube-collection, DOI: 10.18141/1502839</p> <h2>License</h2> <p>Non-Commercial Use Only. The Site and the Services are provided for Non-Commercial use only in accordance with the CC BY-NC 4.0 license. If you would like to use the Site and/or the Services for commercial purposes, please contact us.</p> <h2>Global Fishing Watch metadata</h2> <p>Infrastructure development methods should reference the paper:</p> <p>Paolo, F.S., Kroodsma, D., Raynor, J. et al. Satellite mapping reveals extensive industrial activity at sea. Nature 625, 85–91 (2024). https://doi.org/10.1038/s41586-023-06825-8</p> <p>All code developed for the paper, including SAR detection, deep learning models, and analyses is open source and freely available at https://github.com/GlobalFishingWatch/paper-industrial-activity. All the data generated and used by these scripts can reference the following data repos:</p> <p>Analysis and Figures: https://doi.org/10.6084/m9.figshare.24309475</p> <p>Training and Evaluation: https://doi.org/10.6084/m9.figshare.24309469</p>",
@@ -2345,6 +2538,15 @@
2345
2538
  "medium": "medium",
2346
2539
  "low": "low"
2347
2540
  }
2541
+ },
2542
+ "structure_end_date": {
2543
+ "keyword": "structure_end_date"
2544
+ },
2545
+ "structure_id": {
2546
+ "keyword": "structure_id"
2547
+ },
2548
+ "structure_start_date": {
2549
+ "keyword": "structure_start_date"
2348
2550
  }
2349
2551
  }
2350
2552
  },
@@ -2526,7 +2728,18 @@
2526
2728
  },
2527
2729
  "public-global-ports-footprint": {
2528
2730
  "name": "Anchorages convex hulls by portId",
2529
- "description": "Anchorages footprint using the convex hull grouped by portId"
2731
+ "description": "Anchorages footprint using the convex hull grouped by portId",
2732
+ "schema": {
2733
+ "area": {
2734
+ "keyword": "area"
2735
+ },
2736
+ "label": {
2737
+ "keyword": "label"
2738
+ },
2739
+ "perimeter": {
2740
+ "keyword": "perimeter"
2741
+ }
2742
+ }
2530
2743
  },
2531
2744
  "public-global-presence-vi-653": {
2532
2745
  "name": "AIS",
@@ -2680,11 +2893,111 @@
2680
2893
  },
2681
2894
  "public-global-vessel-identity-vi-653": {
2682
2895
  "name": "AIS (all vessel types)",
2683
- "description": "Vessel Identity (all shiptypes)"
2896
+ "description": "Vessel Identity (all shiptypes)",
2897
+ "schema": {
2898
+ "imo": {
2899
+ "keyword": "imo"
2900
+ },
2901
+ "registryInfo.callsign": {
2902
+ "keyword": "callsign"
2903
+ },
2904
+ "registryInfo.flag": {
2905
+ "keyword": "flag"
2906
+ },
2907
+ "registryInfo.imo": {
2908
+ "keyword": "imo"
2909
+ },
2910
+ "registryInfo.nShipname": {
2911
+ "keyword": "nShipname"
2912
+ },
2913
+ "registryInfo.recordId": {
2914
+ "keyword": "recordId"
2915
+ },
2916
+ "registryInfo.shipname": {
2917
+ "keyword": "shipname"
2918
+ },
2919
+ "registryInfo.ssvid": {
2920
+ "keyword": "ssvid"
2921
+ },
2922
+ "registryInfo.transmissionDateFrom": {
2923
+ "keyword": "transmissionDateFrom"
2924
+ },
2925
+ "registryInfo.transmissionDateTo": {
2926
+ "keyword": "transmissionDateTo"
2927
+ },
2928
+ "registryLastUpdateDate": {
2929
+ "keyword": "registryLastUpdateDate"
2930
+ },
2931
+ "registryOwners.name": {
2932
+ "keyword": "name"
2933
+ },
2934
+ "registryTmtExtraFields.masterEntityId": {
2935
+ "keyword": "masterEntityId"
2936
+ },
2937
+ "selfReportedInfo.imo": {
2938
+ "keyword": "imo"
2939
+ },
2940
+ "selfReportedInfo.ssvid": {
2941
+ "keyword": "ssvid"
2942
+ },
2943
+ "ssvid": {
2944
+ "keyword": "ssvid"
2945
+ }
2946
+ }
2684
2947
  },
2685
2948
  "public-global-vessel-identity": {
2686
2949
  "name": "AIS (all vessel types)",
2687
- "description": "Vessel Identity (all shiptypes)"
2950
+ "description": "Vessel Identity (all shiptypes)",
2951
+ "schema": {
2952
+ "imo": {
2953
+ "keyword": "imo"
2954
+ },
2955
+ "registryInfo.callsign": {
2956
+ "keyword": "callsign"
2957
+ },
2958
+ "registryInfo.flag": {
2959
+ "keyword": "flag"
2960
+ },
2961
+ "registryInfo.imo": {
2962
+ "keyword": "imo"
2963
+ },
2964
+ "registryInfo.nShipname": {
2965
+ "keyword": "nShipname"
2966
+ },
2967
+ "registryInfo.recordId": {
2968
+ "keyword": "recordId"
2969
+ },
2970
+ "registryInfo.shipname": {
2971
+ "keyword": "shipname"
2972
+ },
2973
+ "registryInfo.ssvid": {
2974
+ "keyword": "ssvid"
2975
+ },
2976
+ "registryInfo.transmissionDateFrom": {
2977
+ "keyword": "transmissionDateFrom"
2978
+ },
2979
+ "registryInfo.transmissionDateTo": {
2980
+ "keyword": "transmissionDateTo"
2981
+ },
2982
+ "registryLastUpdateDate": {
2983
+ "keyword": "registryLastUpdateDate"
2984
+ },
2985
+ "registryOwners.name": {
2986
+ "keyword": "name"
2987
+ },
2988
+ "registryTmtExtraFields.masterEntityId": {
2989
+ "keyword": "masterEntityId"
2990
+ },
2991
+ "selfReportedInfo.imo": {
2992
+ "keyword": "imo"
2993
+ },
2994
+ "selfReportedInfo.ssvid": {
2995
+ "keyword": "ssvid"
2996
+ },
2997
+ "ssvid": {
2998
+ "keyword": "ssvid"
2999
+ }
3000
+ }
2688
3001
  },
2689
3002
  "public-global-vessel-insights": {
2690
3003
  "name": "AIS (Insights)",
@@ -2779,6 +3092,10 @@
2779
3092
  "name": "Important Marine Mammal Areas (IMMA)",
2780
3093
  "description": "<h2>Overview</h2>\n<p>Important Marine Mammal Areas (IMMAs) are defined as discrete portions of habitat, important to marine mammal species, that have the potential to be delineated and managed for conservation.</p>\n<p>IMMAs are not marine protected areas (MPAs). IMMAs are identified based on scientific expert knowledge, along with peer review, in order to prioritise their consideration for conservation measures by governments, intergovernmental organisations, conservation groups, industry or business, and the general public.</p>\n<p>The IMMA spatial layer aims to attract the attention of policy- and decision-makers to the opportunity, as well as to the need, to ensure the favourable conservation status of marine mammals in specific areas through the implementation of the most appropriate management measures. This can include an MPA designation, shipping or fishing regulations, and/or monitoring. However, IMMAs per se are a scientific knowledge product totally devoid of management implications.</p>\n<p>Please note the following:</p>\n<ul>\n<li>Dedicated efforts to identify IMMAs have not yet covered all of the global ocean but global coverage is anticipated in the near future.</li><li>Waters outside of IMMAs in all areas of the ocean may still be important for the long-term survival and well-being of marine mammals.</li><li>Human activities taking place in marine environments everywhere must be conducted responsibly.</li></ul>"
2781
3094
  },
3095
+ "public-indian-ocean-isa-claim-areas": {
3096
+ "name": "Indian Ocean ISA License Areas",
3097
+ "description": "This layer depicts the ISA license areas for seabed mining in the Indian Ocean, which primarily contain polymetallic sulfides and polymetallic nodules. Exploration leases in this region are currently held by India, Germany, South Korea, and China."
3098
+ },
2782
3099
  "public-indonesia-fishing-effort": {
2783
3100
  "name": "Indonesia VMS",
2784
3101
  "description": "VMS data for Indonesia is not currently available for the period from July 2020.\n\nVessel monitoring system (VMS) data provided by the Indonesian Government’s Ministry of Maritime Affairs and Fisheries. Data is collected using their VMS via satellites and terrestrial receivers, and contains a vessel identities, gear type, location, speed, direction and more. Global Fishing Watch analyzes this data using the same algorithms developed for automatic identification system (AIS) data to identify fishing activity and behaviors. The algorithm classifies each broadcast data point for these vessels as either apparently fishing or not fishing and shows the former on the Global Fishing Watch fishing activity heat map. VMS broadcasts data quite differently from AIS and may give different measures of completeness, accuracy and quality. Over time our algorithms will improve across all our broadcast data formats. Global Fishing Watch’s fishing presence algorithm for VMS, as for AIS, is a best effort to algorithmically identify “apparent fishing activity.” It is possible that some fishing activity is not identified, or that the heat map may show apparent fishing activity where fishing is not actually taking place. For these reasons, Global Fishing Watch qualifies the terms “fishing activity,” “fishing” or “fishing effort,” as “apparent,” rather than certain. Any/all Global Fishing Watch information about “apparent fishing activity” should be considered an estimate and must be relied upon solely at your own risk. Global Fishing Watch fishing presence algorithms are developed and tested using actual fishing event data collected by observers, combined with expert analysis of AIS vessel movement data resulting in the manual classification of thousands of known fishing events. Global Fishing Watch also collaborates extensively with academic researchers through our research program to share fishing activity classification data and automated classification techniques."
@@ -2799,32 +3116,81 @@
2799
3116
  "name": "Inshore Fishing Zone",
2800
3117
  "description": "50 nm around the Tristan Archipelago and 40nm around Gough (8% of EEZ)"
2801
3118
  },
3119
+ "public-isa-areas-contractor": {
3120
+ "name": "ISA Areas by Contractor",
3121
+ "description": "<h2>ISA Contractor Information</h2> <table> <thead> <tr> <th>Contractor ID</th> <th>Preferred Contractor Name</th> <th>Nationality</th> </tr> </thead> <tbody> <tr> <td>BGRPMN1</td> <td> Federal Institute for Geosciences and Natural Resources of Germany - PMN </td> <td>Germany</td> </tr> <tr> <td>BGRPMS1</td> <td> Federal Institute for Geosciences and Natural Resources of Germany - PMS </td> <td>Germany</td> </tr> <tr> <td>BMJPMN1</td> <td>Blue Minerals Jamaica Limited (BMJ) - PMN</td> <td>Jamaica</td> </tr> <tr> <td>BPHDCPMN1</td> <td>Beijing Pioneer Hi-Tech Development Corporation - PMN</td> <td>China</td> </tr> <tr> <td>BrazilCRFC1</td> <td>Companhia de Pesquisa de Recursos Minerais S.A. - CRFC</td> <td>Brazil</td> </tr> <tr> <td>CIICPMN1</td> <td>Cook Islands Investment Corporation - PMN</td> <td>Cook Islands</td> </tr> <tr> <td>CMMPMN1</td> <td>China Minmetals Corporation - PMN</td> <td>China</td> </tr> <tr> <td>COMRACRFC1</td> <td> China Ocean Mineral Resources Research and Development Association - CRFC </td> <td>China</td> </tr> <tr> <td>COMRAPMN1</td> <td> China Ocean Mineral Resources Research and Development Association - PMN </td> <td>China</td> </tr> <tr> <td>COMRAPMS1</td> <td> China Ocean Mineral Resources Research and Development Association - PMS </td> <td>China</td> </tr> <tr> <td>DORDPMN1</td> <td>Deep Ocean Resources Development Co. Ltd. - PMN</td> <td>Japan</td> </tr> <tr> <td>GSRPMN1</td> <td>Global Sea Mineral Resources NV - PMN</td> <td>Belgium</td> </tr> <tr> <td>IFREMERPMN1</td> <td> Institut français de recherche pour l'exploitation de la mer - PMN </td> <td>France</td> </tr> <tr> <td>IFREMERPMS1</td> <td> Institut français de recherche pour l'exploitation de la mer - PMS </td> <td>France</td> </tr> <tr> <td>IndiaPMN1</td> <td>Government of India - PMN</td> <td>India</td> </tr> <tr> <td>IndiaPMS1</td> <td>Government of India - PMS</td> <td>India</td> </tr> <tr> <td>IOMPMN1</td> <td>Interoceanmetal Joint Organization - PMN</td> <td>Poland</td> </tr> <tr> <td>KOREACRFC1</td> <td>Government of the Republic of Korea - CRFC</td> <td>Korea</td> </tr> <tr> <td>KOREAPMN1</td> <td>Government of the Republic of Korea - PMN</td> <td>Korea</td> </tr> <tr> <td>KOREAPMS1</td> <td>Government of the Republic of Korea - PMS</td> <td>Korea</td> </tr> <tr> <td>MARAWAPMN1</td> <td>Marawa Research and Exploration Ltd. - PMN</td> <td>Kiribati</td> </tr> <tr> <td>NORIPMN1</td> <td>Nauru Ocean Resources Inc. - PMN</td> <td>Nauru</td> </tr> <tr> <td>OMSPMN1</td> <td>Ocean Mineral Singapore Pte. Ltd. - PMN</td> <td>Singapore</td> </tr> <tr> <td>POLPMS1</td> <td>Government of the Republic of Poland - PMS</td> <td>Poland</td> </tr> <tr> <td>RUSFEDPMS1</td> <td>Government of the Russian Federation - PMS</td> <td>Russia</td> </tr> <tr> <td>RUSMNRCRFC1</td> <td> Ministry of Natural resources and environment of the russian federation - CRFC </td> <td>Russia</td> </tr> <tr> <td>TOMLPMN1</td> <td>Tonga Offshore Mining Limited - PMN</td> <td>Tonga</td> </tr> <tr> <td>UKSRLPMN1</td> <td>UK Seabed Resources Ltd. - I - PMN</td> <td>UK</td> </tr> <tr> <td>UKSRLPMN2</td> <td>UK Seabed Resources Ltd. - II - PMN</td> <td>UK</td> </tr> <tr> <td>YUZHPMN1</td> <td>Yuzhmorgeologiya - PMN</td> <td>Russia</td> </tr> </tbody> </table>",
3122
+ "schema": {
3123
+ "act_date": {
3124
+ "keyword": "act_date",
3125
+ "enum": {
3126
+ "1425945600000": "1425945600000",
3127
+ "1474848000000": "1474848000000"
3128
+ }
3129
+ },
3130
+ "contract": {
3131
+ "keyword": "contract",
3132
+ "enum": {
3133
+ "BrazilCRFC1": "BrazilCRFC1",
3134
+ "BGRPMN1": "BGRPMN1",
3135
+ "IFREMERPMN1": "IFREMERPMN1",
3136
+ "KOREACRFC1": "KOREACRFC1",
3137
+ "KOREAPMN1": "KOREAPMN1",
3138
+ "JOGMECCRFC1": "JOGMECCRFC1",
3139
+ "IFREMERPMS1": "IFREMERPMS1",
3140
+ "IOMPMN1": "IOMPMN1",
3141
+ "BPHDCPMN1": "BPHDCPMN1",
3142
+ "DORDPMN1": "DORDPMN1",
3143
+ "POLPMS1": "POLPMS1",
3144
+ "UKSRLPMN2": "UKSRLPMN2",
3145
+ "UKSRLPMN1": "UKSRLPMN1",
3146
+ "YUZHPMN1": "YUZHPMN1",
3147
+ "BMJPMN1": "BMJPMN1",
3148
+ "RUSMNRCRFC1": "RUSMNRCRFC1",
3149
+ "CIICPMN1": "CIICPMN1",
3150
+ "IndiaPMS1": "IndiaPMS1",
3151
+ "IndiaPMN1": "IndiaPMN1",
3152
+ "OMSPMN1": "OMSPMN1",
3153
+ "RUSFEDPMS1": "RUSFEDPMS1",
3154
+ "CRFCReserved": "CRFCReserved",
3155
+ "GSRPMN1": "GSRPMN1",
3156
+ "KOREAPMS1": "KOREAPMS1",
3157
+ "MARAWAPMN1": "MARAWAPMN1",
3158
+ "COMRAPMS1": "COMRAPMS1",
3159
+ "COMRACRFC1": "COMRACRFC1",
3160
+ "CMMPMN1": "CMMPMN1",
3161
+ "NORIPMN1": "NORIPMN1",
3162
+ "TOMLPMN1": "TOMLPMN1",
3163
+ "BGRPMS1": "BGRPMS1",
3164
+ "COMRAPMN1": "COMRAPMN1",
3165
+ "PMNReserved": "PMNReserved"
3166
+ }
3167
+ },
3168
+ "layer": {
3169
+ "keyword": "layer",
3170
+ "enum": {
3171
+ "CFC Reserved Areas": "CFC Reserved Areas",
3172
+ "CFC Exploration Areas": "CFC Exploration Areas",
3173
+ "PMN Reserved Areas": "PMN Reserved Areas",
3174
+ "PMN Exploration Areas": "PMN Exploration Areas",
3175
+ "PMS Exploration Areas": "PMS Exploration Areas"
3176
+ }
3177
+ }
3178
+ }
3179
+ },
2802
3180
  "public-isa-layers": {
2803
- "name": "ISA layers",
2804
- "description": "These represent the areas currently leased by the International Seabed Authority (ISA) for exploration of polymetallic nodules, polymetallic sulfides, and cobalt-rich ferromanganese crusts in the high seas. Each polygon represents a 15-year contract with a mining contractor and sponsoring country for the exploration of minerals. None of these areas are currently leased for exploitation (i.e. commercial mining), though these are the same regions that will be mined if exploitation contracts are ever approved by the ISA. The ISA is the intergovernmental United Nations body that is tasked with both protecting the international seabed alongside managing any mineral-resources-related activity in the area. ",
3181
+ "name": "ISA Areas by Resource Type",
3182
+ "description": "This layer shows the areas managed by the International Seabed Authority across all ocean regions and seabed mineral resource types. \n\nExploration areas are those that have been licensed to States or individual contractors sponsored by a State for exploration of mineral resources under a 15-year contract. This enables the contract holder to conduct seabed surveys and environmental studies to assess the resource and region. These are the areas that could ultimately become licensed for exploitation if a State or contractor were to apply for a commercial exploitation permit. \n\nReserved areas are those that have been set aside by the ISA on behalf of developing nations to safeguard opportunity and access to these common heritage resources in the future. \n\nAreas of Particular Environmental Interest (APEI): These areas are protected from future exploitation of mineral resources to safeguard biodiversity and ecosystem health. The Regional Environmental Management Plan (REMP) of the International Seabed Authority initially established nine APEIs, but four more have been added as of December 2021. A total of thirteen APEIs have been designated by the ISA to date, protecting nearly 2 million square kilometers of the Clarion-Clipperton Zone in the Pacific Ocean. \n\nCFC Exploration Areas: Cobalt-rich ferromanganese crust resource areas licensed for exploration under the International Seabed Authority.\n\nCFC Reserved Areas: Cobalt-rich ferromanganese crust resource areas reserved under the International Seabed Authority.\n\nClarion-Clipperton Zone Management Area: This area encompasses the entire management region of the Clarion-Clipperton Zone of the Eastern Pacific Ocean, including all exploration areas, reserved areas, and areas of particular environmental interest. The CCZ spans 4.5 million square kilometers between Hawai’i and Mexico. \n\nPMN Exploration Areas: Polymetallic nodule resource areas licensed for exploration by the International Seabed Authority.\n\n\nPMN Reserved Areas: Polymetallic nodule resource areas reserved under the International Seabed Authority.\n\nPMS Exploration Areas: Polymetallic sulphide resource areas licensed for exploration by the International Seabed Authority.",
2805
3183
  "schema": {
2806
3184
  "label": {
2807
3185
  "keyword": "label",
2808
3186
  "enum": {
2809
- "Clarion-Clipperton Zone management area": "Clarion-Clipperton Zone management area",
2810
- "Areas of particular environmental interest within the Clarion-Clipperton Zone": "Areas of particular environmental interest within the Clarion-Clipperton Zone",
2811
- "CFC Exploration Areas": "CFC Exploration Areas",
2812
3187
  "CFC Reserved Areas": "CFC Reserved Areas",
2813
3188
  "PMN Exploration Areas": "PMN Exploration Areas",
3189
+ "PMS Exploration Areas": "PMS Exploration Areas",
2814
3190
  "PMN Reserved Areas": "PMN Reserved Areas",
2815
- "PMS Exploration Areas": "PMS Exploration Areas"
2816
- }
2817
- },
2818
- "layer": {
2819
- "keyword": "layer",
2820
- "enum": {
2821
- "GIS-CCZ-Management-Areas — CCZ_Management_Areas.shp copy": "GIS-CCZ-Management-Areas — CCZ_Management_Areas.shp copy",
2822
- "ISAwebsite_APEIs — ISAwebsite_APEIs Dissolved": "ISAwebsite_APEIs — ISAwebsite_APEIs Dissolved",
2823
- "ISAwebsite_fclContractAreasCRFC — ISAwebsite_fclContractAreasCRFC Dissolved": "ISAwebsite_fclContractAreasCRFC — ISAwebsite_fclContractAreasCRFC Dissolved",
2824
- "ISAwebsite_fclContractAreasCRFCres — ISAwebsite_fclContractAreasCRFCres Dissolved": "ISAwebsite_fclContractAreasCRFCres — ISAwebsite_fclContractAreasCRFCres Dissolved",
2825
- "ISAwebsite_fclContractAreasPMN — ISAwebsite_fclContractAreasPMN Dissolved": "ISAwebsite_fclContractAreasPMN — ISAwebsite_fclContractAreasPMN Dissolved",
2826
- "ISAwebsite_fclContractAreasPMNres — ISAwebsite_fclContractAreasPMNres Dissolved": "ISAwebsite_fclContractAreasPMNres — ISAwebsite_fclContractAreasPMNres Dissolved",
2827
- "ISAwebsite_fclContractAreasPMS — ISAwebsite_fclContractAreasPMS Dissolved": "ISAwebsite_fclContractAreasPMS — ISAwebsite_fclContractAreasPMS Dissolved"
3191
+ "Areas of particular environmental interest within the Clarion-Clipperton Zone": "Areas of particular environmental interest within the Clarion-Clipperton Zone",
3192
+ "Clarion-Clipperton Zone management area": "Clarion-Clipperton Zone management area",
3193
+ "CFC Exploration Areas": "CFC Exploration Areas"
2828
3194
  }
2829
3195
  }
2830
3196
  }
@@ -2876,6 +3242,10 @@
2876
3242
  "name": "Mexico VMS (Fishing vessels)",
2877
3243
  "description": "Dataset for VMS Mexico (Public)"
2878
3244
  },
3245
+ "public-mid-atlantic-isa-claim-areas": {
3246
+ "name": "Mid-Atlantic ISA License Areas",
3247
+ "description": "This layer depicts the ISA license areas for seabed mining on the Mid-Atlantic Ridge, which contain polymetallic sulfides. Exploration leases in this region are currently held by France, Russia, and Poland."
3248
+ },
2879
3249
  "public-mp-atlas": {
2880
3250
  "name": "MPAs (MPAtlas)",
2881
3251
  "description": "<p><a href=\"https://www.science.org/doi/10.1126/science.abf0861/\" target=\"_blank\" >The MPA Guide</a > is intended to fill a gap in existing MPA classification and assessment tools to help determine how likely MPAs are to deliver the desired conservation outcomes. Over the past few years, the MPAtlas team and key collaborators have applied The MPA Guide framework to MPAs around the world to develop a clearer picture of global marine protection, which includes a recent study establishing a baseline for global \"30x30\" targets - Publication: <a href=\"https://conbio.onlinelibrary.wiley.com/doi/10.1111/conl.13020\" target=\"_blank\" >Ocean Protection Quality is Lagging Behind Quantity</a >. MPAtlas is the online repository for MPA Guide assessments and associated data. Stage of Establishment represents where the MPA is in its process of being an MPA. <u>Proposed/Committed</u>: The intent to create an MPA is made public. <u>Designated</u>: MPA is established/recognized through legal means or other authoritative rulemaking. <u>Implemented</u>: MPA is acknowledged to be operation ‘in the water’ with plans for management activated. <u>Actively managed</u>: MPA management is ongoing, with monitoring, periodic review and adjustments made as needed to achieve biodiversity conservation and other ecological and social goals. Level of Protection represents the extent to which the MPA protected from seven main types of human activities and is likely to generate positive biodiversity outcomes. <u>Fully Protected</u>: No impact from extractive or destructive activities is allowed, and all abatable impacts are minimized. <u>Highly Protected</u>: Only light extractive activities are allowed that have low total impact, and all other abatable impacts are minimized. <u>Lightly Protected</u>: Some protection of biodiversity exists, but extractive or destructive activities that can have moderate to significant impact are allowed. <u>Minimally Protected</u>: Extensive extraction and other activities with high total impact are allowed, but the site can still be considered an MPA under the IUCN protected area definition and provides some conservation benefit. Some areas allow activities that have an impact so large that they are incompatible with the conservation of biodiversity, as defined by the IUCN. For more information, please visit <a href=\"https://mpatlas.org/\" target=\"_blank\">https://mpatlas.org/</a>. Each assessed MPA has a score card that describes its stage of establishment and level of protection, as well as more details about the components that contributed to these assessments. Note: The MPAtlas dataset does not contain boundaries for all global MPAs, only those assessed against MPA quality frameworks. </p>",
@@ -2919,17 +3289,13 @@
2919
3289
  "name": "Marine Protection Zone",
2920
3290
  "description": "90% of EEZ"
2921
3291
  },
3292
+ "public-northwest-pacific-isa-claim-areas": {
3293
+ "name": "Northwest Pacific ISA License Areas",
3294
+ "description": "This layer depicts the ISA license areas for seabed mining in the Northwestern Pacific, which primarily contain resources from cobalt-rich ferromanganese crusts and polymetallic nodules. Several countries hold exploration leases in this region including China, Japan, Russia, and South Korea."
3295
+ },
2922
3296
  "public-norway-fishing-effort": {
2923
3297
  "name": "Norway VMS",
2924
- "description": "Vessel monitoring system (VMS) data is provided by the The Norwegian Directorate of Fisheries. Data is collected using Norway’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",
2925
- "schema": {
2926
- "flag": {
2927
- "keyword": "flag",
2928
- "enum": {
2929
- "NOR": "NOR"
2930
- }
2931
- }
2932
- }
3298
+ "description": "Vessel monitoring system (VMS) data is provided by the The Norwegian Directorate of Fisheries. Data is collected using Norway’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"
2933
3299
  },
2934
3300
  "public-norway-presence": {
2935
3301
  "name": "Norway VMS",
@@ -2948,11 +3314,49 @@
2948
3314
  },
2949
3315
  "public-norway-vessel-identity-fishing": {
2950
3316
  "name": "Norway VMS (Fishing Vessels)",
2951
- "description": "Dataset for VMS Norway (Public)"
3317
+ "description": "Dataset for VMS Norway (Public)",
3318
+ "schema": {
3319
+ "selfReportedInfo.geartypes.name": {
3320
+ "keyword": "geartypes",
3321
+ "enum": {
3322
+ "DREDGE_FISHING": "DREDGE_FISHING",
3323
+ "DRIFTING_LONGLINES": "DRIFTING_LONGLINES",
3324
+ "FISHING": "FISHING",
3325
+ "FIXED_GEAR": "FIXED_GEAR",
3326
+ "POLE_AND_LINE": "POLE_AND_LINE",
3327
+ "POTS_AND_TRAPS": "POTS_AND_TRAPS",
3328
+ "PURSE_SEINES": "PURSE_SEINES",
3329
+ "SEINERS": "SEINERS",
3330
+ "SET_GILLNETS": "SET_GILLNETS",
3331
+ "SET_LONGLINES": "SET_LONGLINES",
3332
+ "TRAWLERS": "TRAWLERS",
3333
+ "TROLLERS": "TROLLERS"
3334
+ }
3335
+ }
3336
+ }
2952
3337
  },
2953
3338
  "public-norway-vessel-identity-non-fishing": {
2954
3339
  "name": "Norway VMS (Non Fishing Vessels)",
2955
- "description": "Dataset for VMS Norway (Public)"
3340
+ "description": "Dataset for VMS Norway (Public)",
3341
+ "schema": {
3342
+ "selfReportedInfo.geartypes.name": {
3343
+ "keyword": "geartypes",
3344
+ "enum": {
3345
+ "DREDGE_FISHING": "DREDGE_FISHING",
3346
+ "DRIFTING_LONGLINES": "DRIFTING_LONGLINES",
3347
+ "FISHING": "FISHING",
3348
+ "FIXED_GEAR": "FIXED_GEAR",
3349
+ "POLE_AND_LINE": "POLE_AND_LINE",
3350
+ "POTS_AND_TRAPS": "POTS_AND_TRAPS",
3351
+ "PURSE_SEINES": "PURSE_SEINES",
3352
+ "SEINERS": "SEINERS",
3353
+ "SET_GILLNETS": "SET_GILLNETS",
3354
+ "SET_LONGLINES": "SET_LONGLINES",
3355
+ "TRAWLERS": "TRAWLERS",
3356
+ "TROLLERS": "TROLLERS"
3357
+ }
3358
+ }
3359
+ }
2956
3360
  },
2957
3361
  "public-paa-duke": {
2958
3362
  "name": "PAAS",
@@ -2964,11 +3368,33 @@
2964
3368
  },
2965
3369
  "public-panama-vessel-identity-fishing": {
2966
3370
  "name": "Panama VMS (Public Fishing Vessels)",
2967
- "description": "Dataset for VMS Panama (Public)"
3371
+ "description": "Dataset for VMS Panama (Public)",
3372
+ "schema": {
3373
+ "selfReportedInfo.imo": {
3374
+ "keyword": "imo"
3375
+ },
3376
+ "selfReportedInfo.nationalRegisterNumber": {
3377
+ "keyword": "nationalRegisterNumber"
3378
+ },
3379
+ "selfReportedInfo.ssvid": {
3380
+ "keyword": "ssvid"
3381
+ }
3382
+ }
2968
3383
  },
2969
3384
  "public-panama-vessel-identity-non-fishing": {
2970
3385
  "name": "Panama VMS (Public Non fishing vessels)",
2971
- "description": "Dataset for VMS Panama - Carriers (Public)"
3386
+ "description": "Dataset for VMS Panama - Carriers (Public)",
3387
+ "schema": {
3388
+ "selfReportedInfo.imo": {
3389
+ "keyword": "imo"
3390
+ },
3391
+ "selfReportedInfo.nationalRegisterNumber": {
3392
+ "keyword": "nationalRegisterNumber"
3393
+ },
3394
+ "selfReportedInfo.ssvid": {
3395
+ "keyword": "ssvid"
3396
+ }
3397
+ }
2972
3398
  },
2973
3399
  "public-peru-fishing-effort": {
2974
3400
  "name": "Peru VMS",
@@ -3018,7 +3444,7 @@
3018
3444
  "name": "Peru VMS (Fishing Vessels)",
3019
3445
  "description": "Dataset for VMS Peru (Public)",
3020
3446
  "schema": {
3021
- "casco": {
3447
+ "selfReportedInfo.casco": {
3022
3448
  "keyword": "casco",
3023
3449
  "enum": {
3024
3450
  "ACERO NAVAL": "ACERO NAVAL",
@@ -3028,7 +3454,10 @@
3028
3454
  "FIBRA DE VIDRIO": "FIBRA DE VIDRIO"
3029
3455
  }
3030
3456
  },
3031
- "fleet": {
3457
+ "selfReportedInfo.externalId": {
3458
+ "keyword": "externalId"
3459
+ },
3460
+ "selfReportedInfo.fleet": {
3032
3461
  "keyword": "fleet",
3033
3462
  "enum": {
3034
3463
  "industrial": "industrial",
@@ -3036,7 +3465,7 @@
3036
3465
  "not defined": "not defined"
3037
3466
  }
3038
3467
  },
3039
- "origin": {
3468
+ "selfReportedInfo.origin": {
3040
3469
  "keyword": "origin",
3041
3470
  "enum": {
3042
3471
  "Peru": "Peru",
@@ -3045,19 +3474,101 @@
3045
3474
  }
3046
3475
  }
3047
3476
  },
3048
- "public-png-fishing-effort": {
3049
- "name": "Papua New Guinea VMS",
3050
- "description": "Vessel monitoring system (VMS) data is provided by the The National Fisheries Authority of Papua New Guinea. Data is collected using Papua New Guinea's vessel monitoring (VMS) system via satellites, that contains vessel's identifiers and location, and is published on a five-day delay. Global Fishing Watch infers speed and course for each vessel location and 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",
3477
+ "public-pmn-exploration-areas-individual": {
3478
+ "name": "PMN Exploration Areas",
3479
+ "description": "Polymetallic nodules occur across abyssal plains. These nodules can be found at depths from 3000 meters to 6500 meters with high abundance in the Pacific Ocean and the Central Indian Ocean Basin. Nodules form at a rate of 1-3 millimeters per million years as metals from the surrounding water precipitate onto small particles, such as a grain of sand or a fragment of a shell, forming habitat for unique and poorly understood biodiversity. They are primarily composed of manganese, nickel, cobalt, copper, and rare earth elements. Exploration Areas under the International Seabed Authority are areas licensed for exploration of mineral resources to particular States and associated contractors. 75,000 square kilometers are allocated to each contractor for polymetallic nodule Exploration Areas.",
3480
+ "schema": {
3481
+ "act_date": {
3482
+ "keyword": "act_date",
3483
+ "enum": {
3484
+ "985816800000": "985816800000",
3485
+ "1717970400000": "1717970400000"
3486
+ }
3487
+ },
3488
+ "area_key": {
3489
+ "keyword": "area_key"
3490
+ },
3491
+ "contract_id": {
3492
+ "keyword": "contract_id",
3493
+ "enum": {
3494
+ "KOREAPMN1": "KOREAPMN1",
3495
+ "IOMPMN1": "IOMPMN1",
3496
+ "DORDPMN1": "DORDPMN1",
3497
+ "BMJPMN1": "BMJPMN1",
3498
+ "IndiaPMN1": "IndiaPMN1",
3499
+ "TOMLPMN1": "TOMLPMN1",
3500
+ "IFREMERPMN1": "IFREMERPMN1",
3501
+ "BGRPMN1": "BGRPMN1",
3502
+ "BPHDCPMN1": "BPHDCPMN1",
3503
+ "UKSRLPMN2": "UKSRLPMN2",
3504
+ "UKSRLPMN1": "UKSRLPMN1",
3505
+ "YUZHPMN1": "YUZHPMN1",
3506
+ "CIICPMN1": "CIICPMN1",
3507
+ "OMSPMN1": "OMSPMN1",
3508
+ "GSRPMN1": "GSRPMN1",
3509
+ "MARAWAPMN1": "MARAWAPMN1",
3510
+ "CMMPMN1": "CMMPMN1",
3511
+ "NORIPMN1": "NORIPMN1",
3512
+ "COMRAPMN1": "COMRAPMN1"
3513
+ }
3514
+ }
3515
+ }
3516
+ },
3517
+ "public-pmn-reserved-areas-individual": {
3518
+ "name": "PMN Reserved Areas",
3519
+ "description": "Polymetallic nodules occur across abyssal plains. These nodules can be found at depths from 3000 meters to 6500 meters with high abundance in the Pacific Ocean and the Central Indian Ocean Basin. Nodules form at a rate of 1-3 millimeters per million years as metals from the surrounding water precipitate onto small particles, such as a grain of sand or a fragment of a shell, forming habitat for unique and poorly understood biodiversity. They are primarily composed of manganese, nickel, cobalt, copper, and rare earth elements. Reserved Areas under the International Seabed Authority are a critical mechanism to ensure developing countries have access to deep-sea mineral resources in the future. These areas are typically contributed by developed States when they apply for exploration rights.",
3051
3520
  "schema": {
3052
- "flag": {
3053
- "keyword": "flag",
3521
+ "act_date": {
3522
+ "keyword": "act_date",
3054
3523
  "enum": {
3055
- "PNG": "PNG",
3056
- "PHL": "PHL"
3524
+ "988322400000": "988322400000",
3525
+ "1617487200000": "1617487200000"
3526
+ }
3527
+ },
3528
+ "area_key": {
3529
+ "keyword": "area_key"
3530
+ },
3531
+ "contract_id": {
3532
+ "keyword": "contract_id",
3533
+ "enum": {
3534
+ "BPHDCPMN1": "BPHDCPMN1",
3535
+ "PMNReserved": "PMNReserved"
3057
3536
  }
3058
3537
  }
3059
3538
  }
3060
3539
  },
3540
+ "public-pms-exploration-areas-individual": {
3541
+ "name": "PMS Exploration Areas",
3542
+ "description": "Polymetallic sulphides, or seafloor massive sulphides, are formed at hydrothermal vents near mid-ocean ridges and back-arc basins between approximately 1,000 and 4,000 meters in depth. They are formed when superheated, mineral-rich fluids from the Earth’s mantle are rapidly cooled by deep water. Rapid cooling results in dissolved metals in the fluid precipitating as metal sulfides. These sulfides and surrounding polymetallic muds can contain copper, zinc, silver, and gold. For polymetallic sulphides, the exploration area allocated to each contractor is 10,000 square kilometres and consists of 100 blocks. Each block is no greater than 100 square kilometres.",
3543
+ "schema": {
3544
+ "act_date": {
3545
+ "keyword": "act_date",
3546
+ "enum": {
3547
+ "1474840800000": "1474840800000",
3548
+ "1698098400000": "1698098400000"
3549
+ }
3550
+ },
3551
+ "area_key": {
3552
+ "keyword": "area_key"
3553
+ },
3554
+ "contract_id": {
3555
+ "keyword": "contract_id",
3556
+ "enum": {
3557
+ "KOREAPMS1": "KOREAPMS1",
3558
+ "COMRAPMS1": "COMRAPMS1",
3559
+ "IFREMERPMS1": "IFREMERPMS1",
3560
+ "POLPMS1": "POLPMS1",
3561
+ "RUSFEDPMS1": "RUSFEDPMS1",
3562
+ "BGRPMS1": "BGRPMS1",
3563
+ "IndiaPMS1": "IndiaPMS1"
3564
+ }
3565
+ }
3566
+ }
3567
+ },
3568
+ "public-png-fishing-effort": {
3569
+ "name": "Papua New Guinea VMS",
3570
+ "description": "Vessel monitoring system (VMS) data is provided by the The National Fisheries Authority of Papua New Guinea. Data is collected using Papua New Guinea's vessel monitoring (VMS) system via satellites, that contains vessel's identifiers and location, and is published on a five-day delay. Global Fishing Watch infers speed and course for each vessel location and 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"
3571
+ },
3061
3572
  "public-png-presence": {
3062
3573
  "name": "Papua New Guinea VMS",
3063
3574
  "description": "Vessel monitoring system (VMS) data is provided by the The National Fisheries Authority of Papua New Guinea. Data is collected using Papua New Guinea's national VMS that is provided by the Fisheries Information and Management System (FIMS). VMS data includes vessel identifiers and location, and is published with a five-day delay.\n\nThe activity layer displays a heatmap of vessel presence. The presence is determined by taking two positions per hour per vessel from the positions transmitted by the vessel's VMS."
@@ -3066,10 +3577,6 @@
3066
3577
  "name": "Papua New Guinea VMS (Fishing Vessels)",
3067
3578
  "description": "Dataset for VMS Papua New Guinea (Public) "
3068
3579
  },
3069
- "public-ports": {
3070
- "name": "Ports",
3071
- "description": "Named ports"
3072
- },
3073
3580
  "public-ports-v1": {
3074
3581
  "name": "Ports v1",
3075
3582
  "description": "Named ports v1"
@@ -3124,54 +3631,25 @@
3124
3631
  },
3125
3632
  "public-rfmo": {
3126
3633
  "name": "RFMO",
3127
- "description": "Regional fisheries management organizations (RFMOs) are international bodies formed by countries with a shared interest in managing or conserving fish stocks in a particular region. Some manage all the fish stocks found in a given area, while others focus on specific highly migratory species, notably tuna. The regional fisheries management organization on the Global Fishing Watch map currently includes the five tuna regional fisheries management organizations. See more detailed <a href='https://globalfishingwatch.org/faqs/reference-layer-sources/' target='_blank' rel=noopener'>metadata information</a> for this layer.",
3128
- "schema": {
3129
- "id": {
3130
- "keyword": "id",
3131
- "enum": {
3132
- "APFIC": "APFIC",
3133
- "BOBP-IGO": "BOBP-IGO",
3134
- "CCAMLR": "CCAMLR",
3135
- "CCBSP": "CCBSP",
3136
- "CCSBT": "CCSBT",
3137
- "CCSBT Primary Area": "CCSBT Primary Area",
3138
- "COREP": "COREP",
3139
- "CPPS": "CPPS",
3140
- "CRFM": "CRFM",
3141
- "CTMFM": "CTMFM",
3142
- "FCWC": "FCWC",
3143
- "FFA": "FFA",
3144
- "GFCM": "GFCM",
3145
- "IATTC": "IATTC",
3146
- "ICCAT": "ICCAT",
3147
- "ICES": "ICES",
3148
- "IOTC": "IOTC",
3149
- "IPHC": "IPHC",
3150
- "LTA": "LTA",
3151
- "NAFO": "NAFO",
3152
- "NAMMCO": "NAMMCO",
3153
- "NASCO": "NASCO",
3154
- "NEAFC": "NEAFC",
3155
- "NPAFC": "NPAFC",
3156
- "NPFC": "NPFC",
3157
- "OSPESCA": "OSPESCA",
3158
- "PERSGA": "PERSGA",
3159
- "PICES": "PICES",
3160
- "RECOFI": "RECOFI",
3161
- "SEAFDEC": "SEAFDEC",
3162
- "SIOFA": "SIOFA",
3163
- "SPC": "SPC",
3164
- "SPRFMO": "SPRFMO",
3165
- "SRFC": "SRFC",
3166
- "SWIOFC": "SWIOFC",
3167
- "WCPFC": "WCPFC"
3168
- }
3169
- }
3170
- }
3634
+ "description": "Regional fisheries management organizations (RFMOs) are international bodies formed by countries with a shared interest in managing or conserving fish stocks in a particular region. Some manage all the fish stocks found in a given area, while others focus on specific highly migratory species, notably tuna. The regional fisheries management organization on the Global Fishing Watch map currently includes the five tuna regional fisheries management organizations. See more detailed <a href='https://globalfishingwatch.org/faqs/reference-layer-sources/' target='_blank' rel=noopener'>metadata information</a> for this layer."
3171
3635
  },
3172
3636
  "public-seagrasses": {
3173
3637
  "name": "Seagrasses",
3174
- "description": "<h2>Overview</h2>\n<ul>\n<li>Seagrasses are a productive ecosystem found globally in shallow marine areas where they provide food and habitat for organisms and play a key role in nutrient cycling. This dataset shows the global distribution of seagrasses.</li>\n<ul>\n<h2>Source</h2>\n<ul>\n <a href='https://data.unep-wcmc.org/datasets/7'>UNEP-WCMC, Short FT (2021). Global distribution of seagrasses (version 7.1). Seventh update to the data layer used in Green and Short (2003). Cambridge (UK): UN Environment World Conservation Monitoring Centre. Data DOI: https://doi.org/10.34892/x6r3-d211. </a></li>"
3638
+ "description": "<h2>Overview</h2>\n<ul>\n<li>Seagrasses are a productive ecosystem found globally in shallow marine areas where they provide food and habitat for organisms and play a key role in nutrient cycling. This dataset shows the global distribution of seagrasses.</li>\n<ul>\n<h2>Source</h2>\n<ul>\n <a href='https://data.unep-wcmc.org/datasets/7'>UNEP-WCMC, Short FT (2021). Global distribution of seagrasses (version 7.1). Seventh update to the data layer used in Green and Short (2003). Cambridge (UK): UN Environment World Conservation Monitoring Centre. Data DOI: https://doi.org/10.34892/x6r3-d211. </a></li>",
3639
+ "schema": {
3640
+ "BIO_CLASS": {
3641
+ "keyword": "BIO_CLASS"
3642
+ },
3643
+ "FAMILY": {
3644
+ "keyword": "FAMILY"
3645
+ },
3646
+ "GENUS": {
3647
+ "keyword": "GENUS"
3648
+ },
3649
+ "habitat": {
3650
+ "keyword": "habitat"
3651
+ }
3652
+ }
3175
3653
  },
3176
3654
  "public-seamounts": {
3177
3655
  "name": "Seamounts",
@@ -3186,6 +3664,10 @@
3186
3664
  }
3187
3665
  }
3188
3666
  },
3667
+ "public-south-atlantic-isa-claim-areas": {
3668
+ "name": "South Atlantic ISA License Areas",
3669
+ "description": "This layer depicts the ISA license areas for seabed mining in the South Atlantic Ocean, which contain resources cobalt-rich ferromanganese crusts. Brazil is currently the only country holding leases in this region."
3670
+ },
3189
3671
  "public-tristan-seamounts-200-1618586314138": {
3190
3672
  "name": "Depth: -200 m",
3191
3673
  "description": "Depth: -200 m"
@@ -3229,7 +3711,7 @@
3229
3711
  },
3230
3712
  "public-vms-blz-tracks": {
3231
3713
  "name": "Belize VMS",
3232
- "description": "Tracks dataset for VMS Belize (public)"
3714
+ "description": "Tracks dataset for VMS Belize (Public)"
3233
3715
  },
3234
3716
  "public-vms-blz-vessel-identity": {
3235
3717
  "name": "VMS Belize",
@@ -3397,11 +3879,19 @@
3397
3879
  },
3398
3880
  "public-vms-bra-tracks": {
3399
3881
  "name": "Brazil VMS",
3400
- "description": "Tracks dataset for VMS Brazil (public)"
3882
+ "description": "Tracks dataset for VMS Brazil (Public)"
3401
3883
  },
3402
3884
  "public-vms-bra-vessel-identity": {
3403
3885
  "name": "VMS Brazil",
3404
- "description": "Vessels (VMS Brazil)"
3886
+ "description": "Vessels (VMS Brazil)",
3887
+ "schema": {
3888
+ "selfReportedInfo.fishingLicenseCode": {
3889
+ "keyword": "fishingLicenseCode"
3890
+ },
3891
+ "selfReportedInfo.vesselRegistrationCode": {
3892
+ "keyword": "vesselRegistrationCode"
3893
+ }
3894
+ }
3405
3895
  },
3406
3896
  "public-vms-chl-fishing-effort": {
3407
3897
  "name": "VMS Chile",
@@ -3421,8 +3911,8 @@
3421
3911
  "source_fleet": {
3422
3912
  "keyword": "source_fleet",
3423
3913
  "enum": {
3424
- "SMALL_FISHERIES": "SMALL_FISHERIES",
3425
- "INDUSTRY": "INDUSTRY"
3914
+ "INDUSTRY": "INDUSTRY",
3915
+ "SMALL_FISHERIES": "SMALL_FISHERIES"
3426
3916
  }
3427
3917
  }
3428
3918
  }
@@ -3434,10 +3924,10 @@
3434
3924
  "source_fleet": {
3435
3925
  "keyword": "source_fleet",
3436
3926
  "enum": {
3437
- "SMALL_FISHERIES": "SMALL_FISHERIES",
3927
+ "AQUACULTURE": "AQUACULTURE",
3438
3928
  "INDUSTRY": "INDUSTRY",
3439
- "TRANSPORT": "TRANSPORT",
3440
- "AQUACULTURE": "AQUACULTURE"
3929
+ "SMALL_FISHERIES": "SMALL_FISHERIES",
3930
+ "TRANSPORT": "TRANSPORT"
3441
3931
  }
3442
3932
  },
3443
3933
  "speed": {
@@ -3467,7 +3957,7 @@
3467
3957
  },
3468
3958
  "public-vms-chl-tracks": {
3469
3959
  "name": "CHILE VMS",
3470
- "description": "Tracks dataset for VMS CHILE (public)"
3960
+ "description": "Tracks dataset for VMS CHILE (Public)"
3471
3961
  },
3472
3962
  "public-vms-chl-vessel-identity": {
3473
3963
  "name": "VMS Chile",
@@ -3491,9 +3981,9 @@
3491
3981
  "source_fleet": {
3492
3982
  "keyword": "source_fleet",
3493
3983
  "enum": {
3984
+ "ATUNEROS": "ATUNEROS",
3494
3985
  "AVANZADOS": "AVANZADOS",
3495
- "SARDINEROS": "SARDINEROS",
3496
- "ATUNEROS": "ATUNEROS"
3986
+ "SARDINEROS": "SARDINEROS"
3497
3987
  }
3498
3988
  }
3499
3989
  }
@@ -3505,9 +3995,9 @@
3505
3995
  "source_fleet": {
3506
3996
  "keyword": "source_fleet",
3507
3997
  "enum": {
3998
+ "ATUNEROS": "ATUNEROS",
3508
3999
  "AVANZADOS": "AVANZADOS",
3509
- "SARDINEROS": "SARDINEROS",
3510
- "ATUNEROS": "ATUNEROS"
4000
+ "SARDINEROS": "SARDINEROS"
3511
4001
  }
3512
4002
  },
3513
4003
  "speed": {
@@ -3537,18 +4027,18 @@
3537
4027
  },
3538
4028
  "public-vms-cri-tracks": {
3539
4029
  "name": "Costa Rica VMS",
3540
- "description": "Tracks dataset for VMS Costa Rica (public)"
4030
+ "description": "Tracks dataset for VMS Costa Rica (Public)"
3541
4031
  },
3542
4032
  "public-vms-cri-vessel-identity": {
3543
4033
  "name": "VMS Costa Rica",
3544
4034
  "description": "Vessels (VMS Costa Rica)",
3545
4035
  "schema": {
3546
- "source_fleet": {
4036
+ "selfReportedInfo.source_fleet": {
3547
4037
  "keyword": "source_fleet",
3548
4038
  "enum": {
3549
- "costarica_vms_industrial_longline": "costarica_vms_industrial_longline",
3550
- "costarica_vms_atuneros": "costarica_vms_atuneros",
3551
- "costarica_vms_sardineros": "costarica_vms_sardineros"
4039
+ "ATUNEROS": "ATUNEROS",
4040
+ "AVANZADOS": "AVANZADOS",
4041
+ "SARDINEROS": "SARDINEROS"
3552
4042
  }
3553
4043
  }
3554
4044
  }
@@ -3603,7 +4093,12 @@
3603
4093
  },
3604
4094
  "public-vms-ecu-vessel-identity": {
3605
4095
  "name": "VMS Ecuador",
3606
- "description": "Vessels (VMS Ecuador)"
4096
+ "description": "Vessels (VMS Ecuador)",
4097
+ "schema": {
4098
+ "selfReportedInfo.registryNumber": {
4099
+ "keyword": "registryNumber"
4100
+ }
4101
+ }
3607
4102
  },
3608
4103
  "public-vms-nor-fishing-effort": {
3609
4104
  "name": "VMS Norway",
@@ -3723,7 +4218,18 @@
3723
4218
  },
3724
4219
  "public-vms-pan-vessel-identity": {
3725
4220
  "name": "VMS Panama",
3726
- "description": "Vessels (VMS Panama)"
4221
+ "description": "Vessels (VMS Panama)",
4222
+ "schema": {
4223
+ "selfReportedInfo.externalId": {
4224
+ "keyword": "externalId"
4225
+ },
4226
+ "selfReportedInfo.imo": {
4227
+ "keyword": "imo"
4228
+ },
4229
+ "selfReportedInfo.ssvid": {
4230
+ "keyword": "ssvid"
4231
+ }
4232
+ }
3727
4233
  },
3728
4234
  "public-vms-per-fishing-effort": {
3729
4235
  "name": "VMS Peru",
@@ -3767,7 +4273,8 @@
3767
4273
  "keyword": "origin",
3768
4274
  "enum": {
3769
4275
  "Foreign": "Foreign",
3770
- "PER": "PER"
4276
+ "PER": "PER",
4277
+ "": ""
3771
4278
  }
3772
4279
  },
3773
4280
  "source_fleet": {
@@ -3801,7 +4308,10 @@
3801
4308
  "name": "VMS Peru",
3802
4309
  "description": "Vessels (VMS Peru)",
3803
4310
  "schema": {
3804
- "hull": {
4311
+ "selfReportedInfo.externalId": {
4312
+ "keyword": "externalId"
4313
+ },
4314
+ "selfReportedInfo.hull": {
3805
4315
  "keyword": "hull",
3806
4316
  "enum": {
3807
4317
  "ACERO NAVAL": "ACERO NAVAL",
@@ -3811,23 +4321,83 @@
3811
4321
  "FIBRA DE VIDRIO": "FIBRA DE VIDRIO"
3812
4322
  }
3813
4323
  },
3814
- "origin": {
4324
+ "selfReportedInfo.origin": {
3815
4325
  "keyword": "origin",
3816
4326
  "enum": {
3817
- "Peru": "Peru",
3818
- "Foreign": "Foreign"
4327
+ "PERU": "PERU",
4328
+ "FOREIGN": "FOREIGN"
3819
4329
  }
3820
4330
  },
3821
- "sourceFleet": {
4331
+ "selfReportedInfo.sourceFleet": {
3822
4332
  "keyword": "sourceFleet",
3823
4333
  "enum": {
3824
- "industrial": "industrial",
3825
- "artisanal": "artisanal",
3826
- "not defined": "not defined"
4334
+ "": "",
4335
+ "ARTISANAL": "ARTISANAL",
4336
+ "INDUSTRIAL": "INDUSTRIAL",
4337
+ "SMALL-SCALE": "SMALL-SCALE"
4338
+ }
4339
+ }
4340
+ }
4341
+ },
4342
+ "public-vms-plw-fishing-effort": {
4343
+ "name": "VMS Palau",
4344
+ "description": "<h2>Overview</h2> <p> Vessel Monitoring System (VMS) data for Palau is provided by the Palau National Marine Sanctuary. The data is collected via satellite and includes information on vessels' identity, location, speed, and course. It is published with a 3-day delay, and historical data is available from 2021 onward. </p> <p> Please note that given the lower polling rates of VMS compared to AIS, estimates for apparent fishing activity may be less accurate. We are currently improving our fishing models to be better suited to VMS data. </p> <h2>Access & Availability</h2> <p> Vessel names and tracks are visible to public users, but tracks cannot be downloaded. If you require data access beyond what is publicly available, please contact our support team at support@globalfishingwatch.org. </p> <p> If you notice missing data on the map, it may be due to a VMS data outage. We are currently working on better ways to communicate these outages clearly within the platform. If you have any questions regarding gaps in data, please do not hesitate to reach out to our support email. </p>",
4345
+ "schema": {
4346
+ "distance_from_port_km": {
4347
+ "keyword": "distance_from_port_km",
4348
+ "enum": {
4349
+ "0": "0",
4350
+ "1": "1",
4351
+ "2": "2",
4352
+ "3": "3",
4353
+ "4": "4",
4354
+ "5": "5"
4355
+ }
4356
+ }
4357
+ }
4358
+ },
4359
+ "public-vms-plw-presence": {
4360
+ "name": "VMS Palau Presence",
4361
+ "description": "<h2>Overview</h2> <p> Vessel Monitoring System (VMS) data for Palau is provided by the Palau National Marine Sanctuary. The data is collected via satellite and includes information on vessels' identity, location, speed, and course. It is published with a 3-day delay, and historical data is available from 2021 onward. </p> <p> Please note that given the lower polling rates of VMS compared to AIS, estimates for apparent fishing activity may be less accurate. We are currently improving our fishing models to be better suited to VMS data. </p> <h2>Access & Availability</h2> <p> Vessel names and tracks are visible to public users, but tracks cannot be downloaded. If you require data access beyond what is publicly available, please contact our support team at support@globalfishingwatch.org. </p> <p> If you notice missing data on the map, it may be due to a VMS data outage. We are currently working on better ways to communicate these outages clearly within the platform. If you have any questions regarding gaps in data, please do not hesitate to reach out to our support email. </p>",
4362
+ "schema": {
4363
+ "speed": {
4364
+ "keyword": "speed",
4365
+ "enum": {
4366
+ "<2": "<2",
4367
+ "2-4": "2-4",
4368
+ "4-6": "4-6",
4369
+ "6-10": "6-10",
4370
+ "10-15": "10-15",
4371
+ "15-25": "15-25",
4372
+ ">25": ">25"
4373
+ }
4374
+ },
4375
+ "vessel_type": {
4376
+ "keyword": "vessel_type",
4377
+ "enum": {
4378
+ "FISHING": "FISHING",
4379
+ "NON_FISHING": "NON_FISHING",
4380
+ "SUPPORT": "SUPPORT",
4381
+ "CARRIER": "CARRIER",
4382
+ "RESEARCH": "RESEARCH",
4383
+ "": ""
3827
4384
  }
3828
4385
  }
3829
4386
  }
3830
4387
  },
4388
+ "public-vms-plw-tracks": {
4389
+ "name": "Palau VMS",
4390
+ "description": "Tracks dataset for VMS Palau (Public)"
4391
+ },
4392
+ "public-vms-plw-vessel-identity": {
4393
+ "name": "VMS Palau",
4394
+ "description": "Vessels (VMS Palau)",
4395
+ "schema": {
4396
+ "selfReportedInfo.imo": {
4397
+ "keyword": "imo"
4398
+ }
4399
+ }
4400
+ },
3831
4401
  "public-vms-png-fishing-effort": {
3832
4402
  "name": "VMS Papua New Guinea",
3833
4403
  "description": "<h2>Overview</h2> <p> Vessel Monitoring System (VMS) data for Papua New Guinea is provided by the National Fisheries Authority of Papua New Guinea. The data is collected via satellite and includes information on vessels' identity, location, speed, and course. It is published with a 5-day delay, and historical data is available from 2023 onward. </p> <p> Please note that given the lower polling rates of VMS compared to AIS, estimates for apparent fishing activity may be less accurate. We are currently improving our fishing models to be better suited to VMS data. </p> <h2>Access & Availability</h2> <p> Vessel names and tracks are visible to public users, but tracks cannot be downloaded. If you require data access beyond what is publicly available, please contact our support team at support@globalfishingwatch.org. </p> <p> If you notice missing data on the map, it may be due to a VMS data outage. We are currently working on better ways to communicate these outages clearly within the platform. If you have any questions regarding gaps in data, please do not hesitate to reach out to our support email. </p>",