@globalfishingwatch/i18n-labels 1.2.52 → 1.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/en/datasets.json +113 -9
- package/es/datasets.json +35 -0
- package/fr/datasets.json +35 -0
- package/id/datasets.json +35 -0
- package/package.json +1 -1
- package/pt/datasets.json +35 -0
- package/source/datasets.json +109 -5
- package/val/datasets.json +35 -0
package/en/datasets.json
CHANGED
|
@@ -513,8 +513,28 @@
|
|
|
513
513
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
|
+
"private-indonesia-aruna-fishing-effort": {
|
|
517
|
+
"name": "Apparent fishing effort",
|
|
518
|
+
"description": "Indonesia Aruna Fishing Effort",
|
|
519
|
+
"schema": {
|
|
520
|
+
"lat": "lat",
|
|
521
|
+
"lon": "lon",
|
|
522
|
+
"flag": "flag",
|
|
523
|
+
"geartype": {
|
|
524
|
+
"keyword": "geartype",
|
|
525
|
+
"enum": {
|
|
526
|
+
"gillnets": "gillnets",
|
|
527
|
+
"longline": "longline",
|
|
528
|
+
"traps": "traps",
|
|
529
|
+
"purse seine": "purse seine",
|
|
530
|
+
"Handline": "Handline"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"vessel_id": "vessel_id"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
516
536
|
"private-indonesia-aruna-presence": {
|
|
517
|
-
"name": "
|
|
537
|
+
"name": "Vessel presence",
|
|
518
538
|
"description": "Aruna Presence",
|
|
519
539
|
"schema": {
|
|
520
540
|
"lat": "lat",
|
|
@@ -584,9 +604,29 @@
|
|
|
584
604
|
"distance_from_shore_m": "distance_from_shore_m"
|
|
585
605
|
}
|
|
586
606
|
},
|
|
607
|
+
"private-indonesia-ipnlf-fishing-effort": {
|
|
608
|
+
"name": "Apparent fishing effort",
|
|
609
|
+
"description": "Indonesia AP2HI-IPNLF Fishing Effort",
|
|
610
|
+
"schema": {
|
|
611
|
+
"lat": "lat",
|
|
612
|
+
"lon": "lon",
|
|
613
|
+
"flag": "flag",
|
|
614
|
+
"geartype": {
|
|
615
|
+
"keyword": "geartype",
|
|
616
|
+
"enum": {
|
|
617
|
+
"gillnets": "gillnets",
|
|
618
|
+
"longline": "longline",
|
|
619
|
+
"traps": "traps",
|
|
620
|
+
"purse seine": "purse seine",
|
|
621
|
+
"Handline": "Handline"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"vessel_id": "vessel_id"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
587
627
|
"private-indonesia-ipnlf-presence": {
|
|
588
|
-
"name": "
|
|
589
|
-
"description": "
|
|
628
|
+
"name": "Vessel presence",
|
|
629
|
+
"description": "IPNLF Presence",
|
|
590
630
|
"schema": {
|
|
591
631
|
"lat": "lat",
|
|
592
632
|
"lon": "lon",
|
|
@@ -605,8 +645,8 @@
|
|
|
605
645
|
}
|
|
606
646
|
},
|
|
607
647
|
"private-indonesia-ipnlf-vessels": {
|
|
608
|
-
"name": "Indonesia
|
|
609
|
-
"description": "Vessels (Indonesia
|
|
648
|
+
"name": "Indonesia IPNLF (Vessels)",
|
|
649
|
+
"description": "Vessels (Indonesia IPNLF)",
|
|
610
650
|
"schema": {
|
|
611
651
|
"id": "id",
|
|
612
652
|
"flag": "flag",
|
|
@@ -682,8 +722,28 @@
|
|
|
682
722
|
"vessel_id": "vessel_id"
|
|
683
723
|
}
|
|
684
724
|
},
|
|
725
|
+
"private-indonesia-rare-fishing-effort": {
|
|
726
|
+
"name": "Apparent fishing effort",
|
|
727
|
+
"description": "Indonesia Rare Fishing Effort",
|
|
728
|
+
"schema": {
|
|
729
|
+
"lat": "lat",
|
|
730
|
+
"lon": "lon",
|
|
731
|
+
"flag": "flag",
|
|
732
|
+
"geartype": {
|
|
733
|
+
"keyword": "geartype",
|
|
734
|
+
"enum": {
|
|
735
|
+
"gillnets": "gillnets",
|
|
736
|
+
"longline": "longline",
|
|
737
|
+
"traps": "traps",
|
|
738
|
+
"purse seine": "purse seine",
|
|
739
|
+
"Handline": "Handline"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"vessel_id": "vessel_id"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
685
745
|
"private-indonesia-rare-presence": {
|
|
686
|
-
"name": "
|
|
746
|
+
"name": "Vessel presence",
|
|
687
747
|
"description": "Rare Presence",
|
|
688
748
|
"schema": {
|
|
689
749
|
"lat": "lat",
|
|
@@ -1667,6 +1727,11 @@
|
|
|
1667
1727
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1668
1728
|
}
|
|
1669
1729
|
},
|
|
1730
|
+
"public-global-chlorophyl": {
|
|
1731
|
+
"name": "Chlorophyll-a concentration",
|
|
1732
|
+
"description": "Chlorophyll-a is the light-harvesting pigment found in all photosynthetic plants. Its concentration in the ocean is used as an index of phytoplankton biomass and, as such, is a key input to primary productivity models. The moderate resolution imaging spectroradiometer (MODIS) instrument aboard NASA's Terra and Aqua satellites measures ocean color every day, from which global chlorophyll-a concentrations are derived. Ocean phytoplankton chemically fix carbon through photosynthesis, taking in dissolved carbon dioxide and producing oxygen. Through this process, marine plants capture about an equal amount of carbon as does photosynthesis by land vegetation. Changes in the amount of phytoplankton indicate the change in productivity of the oceans and provide a key ocean link for global climate change monitoring. Scientists use chlorophyll in modeling Earth's biogeochemical cycles such as the carbon cycle or the nitrogen cycle. Additionally, on short time scales, chlorophyll can be used to trace oceanographic currents, jets, and plumes. The 1 kilometer resolution and nearly daily global coverage of the MODIS data thus allows scientists to observe mesoscale oceanographic features in coastal and estuarine environments, which are of increasing importance in marine science studies. Source: NASA Earth Observations.",
|
|
1733
|
+
"schema": {}
|
|
1734
|
+
},
|
|
1670
1735
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1736
|
"name": "Encounter Events for Carriers-Fishing Vessels (AIS)",
|
|
1672
1737
|
"description": "Identified from AIS data as locations where two vessels, a carrier and fishing vessel, were within 500 meters for at least 2 hours and traveling at a median speed under 2 knots, while at least 10 km from a coastal anchorage.",
|
|
@@ -1781,6 +1846,26 @@
|
|
|
1781
1846
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1782
1847
|
}
|
|
1783
1848
|
},
|
|
1849
|
+
"public-global-loitering-events": {
|
|
1850
|
+
"name": "Loitering Events (AIS)",
|
|
1851
|
+
"description": "The dataset contains loitering events for AIS",
|
|
1852
|
+
"schema": {
|
|
1853
|
+
"fields": "fields",
|
|
1854
|
+
"event_id": "event_id",
|
|
1855
|
+
"event_end": "event_end",
|
|
1856
|
+
"vessel_id": "vessel_id",
|
|
1857
|
+
"event_info": "event_info",
|
|
1858
|
+
"event_type": {
|
|
1859
|
+
"keyword": "event_type",
|
|
1860
|
+
"enum": {
|
|
1861
|
+
"port": "port"
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
"event_start": "event_start",
|
|
1865
|
+
"event_vessels": "event_vessels",
|
|
1866
|
+
"event_mean_position": "event_mean_position"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1784
1869
|
"public-global-presence": {
|
|
1785
1870
|
"name": "AIS",
|
|
1786
1871
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
|
@@ -1886,6 +1971,16 @@
|
|
|
1886
1971
|
"timestamp": "Timestamp"
|
|
1887
1972
|
}
|
|
1888
1973
|
},
|
|
1974
|
+
"public-global-water-salinity": {
|
|
1975
|
+
"name": "Global Salinity",
|
|
1976
|
+
"description": "Sea surface salinity is a key parameter to estimate the influence of oceans on climate. Along with temperature, salinity is a key factor that determines the density of ocean water and thus determines the convection and re-emergence of water masses. The thermohaline circulation crosses all the oceans in surface and at depth, driven by temperature and salinity. A global “conveyor belt” is a simple model of the large-scale thermohaline circulation. Deep-water forms in the North Atlantic, sinks, moves south, circulates around Antarctica, and finally enters the Indian, Pacific, and Atlantic basins. Currents bring cold water masses from north to south and vice versa. This thermohaline circulation greatly influences the formation of sea ice at the world’s poles, and carries ocean food sources and sea life around the planet, as well as affects rainfall patterns, wind patterns, hurricanes and monsoons. Source: EU Copernicus Marine Service Information.",
|
|
1977
|
+
"schema": {}
|
|
1978
|
+
},
|
|
1979
|
+
"public-global-water-temperature": {
|
|
1980
|
+
"name": "Sea surface temperature",
|
|
1981
|
+
"description": "Sea surface temperature is the water temperature at the ocean's surface. The Hybrid Coordinate Ocean Model (HYCOM) is a data-assimilative hybrid isopycnal-sigma-pressure (generalized) coordinate ocean model. The subset of HYCOM data hosted in EE contains the variables salinity, temperature, velocity, and elevation. They have been interpolated to a uniform 0.08 degree lat/long grid between 80.48°S and 80.48°N. The salinity, temperature, and velocity variables have been interpolated to 40 standard z-levels. Source: HYCOM",
|
|
1982
|
+
"schema": {}
|
|
1983
|
+
},
|
|
1889
1984
|
"public-graticules": {
|
|
1890
1985
|
"name": "Latitude longitude grids",
|
|
1891
1986
|
"description": "Grids or graticules of latitude and longitude at 1, 5, 10 and 30° intervals depending on the zoom level of the map (Source: <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules/'_blank'>Natural Earth</a>).",
|
|
@@ -1943,9 +2038,18 @@
|
|
|
1943
2038
|
"distance_from_shore_m": "distance_from_shore_m"
|
|
1944
2039
|
}
|
|
1945
2040
|
},
|
|
2041
|
+
"public-indonesia-pelagic-fishing-effort": {
|
|
2042
|
+
"name": "Apparent fishing effort",
|
|
2043
|
+
"description": "Indonesia Pelagic Fishing Effort Public Data",
|
|
2044
|
+
"schema": {
|
|
2045
|
+
"lat": "lat",
|
|
2046
|
+
"lon": "lon",
|
|
2047
|
+
"flag": "flag"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
1946
2050
|
"public-indonesia-pelagic-presence": {
|
|
1947
|
-
"name": "
|
|
1948
|
-
"description": "
|
|
2051
|
+
"name": "Vessel presence",
|
|
2052
|
+
"description": "Pelagic Presence",
|
|
1949
2053
|
"schema": {
|
|
1950
2054
|
"lat": "lat",
|
|
1951
2055
|
"lon": "lon",
|
|
@@ -2385,4 +2489,4 @@
|
|
|
2385
2489
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2386
2490
|
"schema": {}
|
|
2387
2491
|
}
|
|
2388
|
-
}
|
|
2492
|
+
}
|
package/es/datasets.json
CHANGED
|
@@ -1667,6 +1667,11 @@
|
|
|
1667
1667
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
|
+
"public-global-chlorophyl": {
|
|
1671
|
+
"name": "Chlorophyll-a concentration",
|
|
1672
|
+
"description": "Chlorophyll-a is the light-harvesting pigment found in all photosynthetic plants. Its concentration in the ocean is used as an index of phytoplankton biomass and, as such, is a key input to primary productivity models. The moderate resolution imaging spectroradiometer (MODIS) instrument aboard NASA's Terra and Aqua satellites measures ocean color every day, from which global chlorophyll-a concentrations are derived. Ocean phytoplankton chemically fix carbon through photosynthesis, taking in dissolved carbon dioxide and producing oxygen. Through this process, marine plants capture about an equal amount of carbon as does photosynthesis by land vegetation. Changes in the amount of phytoplankton indicate the change in productivity of the oceans and provide a key ocean link for global climate change monitoring. Scientists use chlorophyll in modeling Earth's biogeochemical cycles such as the carbon cycle or the nitrogen cycle. Additionally, on short time scales, chlorophyll can be used to trace oceanographic currents, jets, and plumes. The 1 kilometer resolution and nearly daily global coverage of the MODIS data thus allows scientists to observe mesoscale oceanographic features in coastal and estuarine environments, which are of increasing importance in marine science studies. Source: NASA Earth Observations.",
|
|
1673
|
+
"schema": {}
|
|
1674
|
+
},
|
|
1670
1675
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1676
|
"name": "Encuentros para embarcaciones Transportistas y Pesqueras (AIS)",
|
|
1672
1677
|
"description": "Identificado de los datos AIS como lugares donde dos buques, un transportador y uno pesquero; estuvieron a 500 metros durante al menos 2 horas y viajando a una velocidad media de <2 nudos, y a menos de 10 km de la costa.",
|
|
@@ -1781,6 +1786,26 @@
|
|
|
1781
1786
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1782
1787
|
}
|
|
1783
1788
|
},
|
|
1789
|
+
"public-global-loitering-events": {
|
|
1790
|
+
"name": "Loitering Events (AIS)",
|
|
1791
|
+
"description": "The dataset contains loitering events for AIS",
|
|
1792
|
+
"schema": {
|
|
1793
|
+
"fields": "fields",
|
|
1794
|
+
"event_id": "event_id",
|
|
1795
|
+
"event_end": "event_end",
|
|
1796
|
+
"vessel_id": "vessel_id",
|
|
1797
|
+
"event_info": "event_info",
|
|
1798
|
+
"event_type": {
|
|
1799
|
+
"keyword": "event_type",
|
|
1800
|
+
"enum": {
|
|
1801
|
+
"port": "port"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"event_start": "event_start",
|
|
1805
|
+
"event_vessels": "event_vessels",
|
|
1806
|
+
"event_mean_position": "event_mean_position"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1784
1809
|
"public-global-presence": {
|
|
1785
1810
|
"name": "AIS",
|
|
1786
1811
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
|
@@ -1886,6 +1911,16 @@
|
|
|
1886
1911
|
"timestamp": "timestamp"
|
|
1887
1912
|
}
|
|
1888
1913
|
},
|
|
1914
|
+
"public-global-water-salinity": {
|
|
1915
|
+
"name": "Global Salinity",
|
|
1916
|
+
"description": "Sea surface salinity is a key parameter to estimate the influence of oceans on climate. Along with temperature, salinity is a key factor that determines the density of ocean water and thus determines the convection and re-emergence of water masses. The thermohaline circulation crosses all the oceans in surface and at depth, driven by temperature and salinity. A global “conveyor belt” is a simple model of the large-scale thermohaline circulation. Deep-water forms in the North Atlantic, sinks, moves south, circulates around Antarctica, and finally enters the Indian, Pacific, and Atlantic basins. Currents bring cold water masses from north to south and vice versa. This thermohaline circulation greatly influences the formation of sea ice at the world’s poles, and carries ocean food sources and sea life around the planet, as well as affects rainfall patterns, wind patterns, hurricanes and monsoons. Source: EU Copernicus Marine Service Information.",
|
|
1917
|
+
"schema": {}
|
|
1918
|
+
},
|
|
1919
|
+
"public-global-water-temperature": {
|
|
1920
|
+
"name": "Sea surface temperature",
|
|
1921
|
+
"description": "Sea surface temperature is the water temperature at the ocean's surface. The Hybrid Coordinate Ocean Model (HYCOM) is a data-assimilative hybrid isopycnal-sigma-pressure (generalized) coordinate ocean model. The subset of HYCOM data hosted in EE contains the variables salinity, temperature, velocity, and elevation. They have been interpolated to a uniform 0.08 degree lat/long grid between 80.48°S and 80.48°N. The salinity, temperature, and velocity variables have been interpolated to 40 standard z-levels. Source: HYCOM",
|
|
1922
|
+
"schema": {}
|
|
1923
|
+
},
|
|
1889
1924
|
"public-graticules": {
|
|
1890
1925
|
"name": "Graticules",
|
|
1891
1926
|
"description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
|
package/fr/datasets.json
CHANGED
|
@@ -1667,6 +1667,11 @@
|
|
|
1667
1667
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
|
+
"public-global-chlorophyl": {
|
|
1671
|
+
"name": "Chlorophyll-a concentration",
|
|
1672
|
+
"description": "Chlorophyll-a is the light-harvesting pigment found in all photosynthetic plants. Its concentration in the ocean is used as an index of phytoplankton biomass and, as such, is a key input to primary productivity models. The moderate resolution imaging spectroradiometer (MODIS) instrument aboard NASA's Terra and Aqua satellites measures ocean color every day, from which global chlorophyll-a concentrations are derived. Ocean phytoplankton chemically fix carbon through photosynthesis, taking in dissolved carbon dioxide and producing oxygen. Through this process, marine plants capture about an equal amount of carbon as does photosynthesis by land vegetation. Changes in the amount of phytoplankton indicate the change in productivity of the oceans and provide a key ocean link for global climate change monitoring. Scientists use chlorophyll in modeling Earth's biogeochemical cycles such as the carbon cycle or the nitrogen cycle. Additionally, on short time scales, chlorophyll can be used to trace oceanographic currents, jets, and plumes. The 1 kilometer resolution and nearly daily global coverage of the MODIS data thus allows scientists to observe mesoscale oceanographic features in coastal and estuarine environments, which are of increasing importance in marine science studies. Source: NASA Earth Observations.",
|
|
1673
|
+
"schema": {}
|
|
1674
|
+
},
|
|
1670
1675
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1676
|
"name": "Encounter Events for Carriers-Fishing Vessels (AIS)",
|
|
1672
1677
|
"description": "The dataset contains encounter events for AIS (Carriers-Fishing)",
|
|
@@ -1781,6 +1786,26 @@
|
|
|
1781
1786
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1782
1787
|
}
|
|
1783
1788
|
},
|
|
1789
|
+
"public-global-loitering-events": {
|
|
1790
|
+
"name": "Loitering Events (AIS)",
|
|
1791
|
+
"description": "The dataset contains loitering events for AIS",
|
|
1792
|
+
"schema": {
|
|
1793
|
+
"fields": "fields",
|
|
1794
|
+
"event_id": "event_id",
|
|
1795
|
+
"event_end": "event_end",
|
|
1796
|
+
"vessel_id": "vessel_id",
|
|
1797
|
+
"event_info": "event_info",
|
|
1798
|
+
"event_type": {
|
|
1799
|
+
"keyword": "event_type",
|
|
1800
|
+
"enum": {
|
|
1801
|
+
"port": "port"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"event_start": "event_start",
|
|
1805
|
+
"event_vessels": "event_vessels",
|
|
1806
|
+
"event_mean_position": "event_mean_position"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1784
1809
|
"public-global-presence": {
|
|
1785
1810
|
"name": "AIS",
|
|
1786
1811
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
|
@@ -1886,6 +1911,16 @@
|
|
|
1886
1911
|
"timestamp": "timestamp"
|
|
1887
1912
|
}
|
|
1888
1913
|
},
|
|
1914
|
+
"public-global-water-salinity": {
|
|
1915
|
+
"name": "Global Salinity",
|
|
1916
|
+
"description": "Sea surface salinity is a key parameter to estimate the influence of oceans on climate. Along with temperature, salinity is a key factor that determines the density of ocean water and thus determines the convection and re-emergence of water masses. The thermohaline circulation crosses all the oceans in surface and at depth, driven by temperature and salinity. A global “conveyor belt” is a simple model of the large-scale thermohaline circulation. Deep-water forms in the North Atlantic, sinks, moves south, circulates around Antarctica, and finally enters the Indian, Pacific, and Atlantic basins. Currents bring cold water masses from north to south and vice versa. This thermohaline circulation greatly influences the formation of sea ice at the world’s poles, and carries ocean food sources and sea life around the planet, as well as affects rainfall patterns, wind patterns, hurricanes and monsoons. Source: EU Copernicus Marine Service Information.",
|
|
1917
|
+
"schema": {}
|
|
1918
|
+
},
|
|
1919
|
+
"public-global-water-temperature": {
|
|
1920
|
+
"name": "Sea surface temperature",
|
|
1921
|
+
"description": "Sea surface temperature is the water temperature at the ocean's surface. The Hybrid Coordinate Ocean Model (HYCOM) is a data-assimilative hybrid isopycnal-sigma-pressure (generalized) coordinate ocean model. The subset of HYCOM data hosted in EE contains the variables salinity, temperature, velocity, and elevation. They have been interpolated to a uniform 0.08 degree lat/long grid between 80.48°S and 80.48°N. The salinity, temperature, and velocity variables have been interpolated to 40 standard z-levels. Source: HYCOM",
|
|
1922
|
+
"schema": {}
|
|
1923
|
+
},
|
|
1889
1924
|
"public-graticules": {
|
|
1890
1925
|
"name": "Graticules",
|
|
1891
1926
|
"description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
|
package/id/datasets.json
CHANGED
|
@@ -1667,6 +1667,11 @@
|
|
|
1667
1667
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
|
+
"public-global-chlorophyl": {
|
|
1671
|
+
"name": "Chlorophyll-a concentration",
|
|
1672
|
+
"description": "Chlorophyll-a is the light-harvesting pigment found in all photosynthetic plants. Its concentration in the ocean is used as an index of phytoplankton biomass and, as such, is a key input to primary productivity models. The moderate resolution imaging spectroradiometer (MODIS) instrument aboard NASA's Terra and Aqua satellites measures ocean color every day, from which global chlorophyll-a concentrations are derived. Ocean phytoplankton chemically fix carbon through photosynthesis, taking in dissolved carbon dioxide and producing oxygen. Through this process, marine plants capture about an equal amount of carbon as does photosynthesis by land vegetation. Changes in the amount of phytoplankton indicate the change in productivity of the oceans and provide a key ocean link for global climate change monitoring. Scientists use chlorophyll in modeling Earth's biogeochemical cycles such as the carbon cycle or the nitrogen cycle. Additionally, on short time scales, chlorophyll can be used to trace oceanographic currents, jets, and plumes. The 1 kilometer resolution and nearly daily global coverage of the MODIS data thus allows scientists to observe mesoscale oceanographic features in coastal and estuarine environments, which are of increasing importance in marine science studies. Source: NASA Earth Observations.",
|
|
1673
|
+
"schema": {}
|
|
1674
|
+
},
|
|
1670
1675
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1676
|
"name": "Encounter Events for Carriers-Fishing Vessels (AIS)",
|
|
1672
1677
|
"description": "The dataset contains encounter events for AIS (Carriers-Fishing)",
|
|
@@ -1781,6 +1786,26 @@
|
|
|
1781
1786
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1782
1787
|
}
|
|
1783
1788
|
},
|
|
1789
|
+
"public-global-loitering-events": {
|
|
1790
|
+
"name": "Loitering Events (AIS)",
|
|
1791
|
+
"description": "The dataset contains loitering events for AIS",
|
|
1792
|
+
"schema": {
|
|
1793
|
+
"fields": "fields",
|
|
1794
|
+
"event_id": "event_id",
|
|
1795
|
+
"event_end": "event_end",
|
|
1796
|
+
"vessel_id": "vessel_id",
|
|
1797
|
+
"event_info": "event_info",
|
|
1798
|
+
"event_type": {
|
|
1799
|
+
"keyword": "event_type",
|
|
1800
|
+
"enum": {
|
|
1801
|
+
"port": "port"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"event_start": "event_start",
|
|
1805
|
+
"event_vessels": "event_vessels",
|
|
1806
|
+
"event_mean_position": "event_mean_position"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1784
1809
|
"public-global-presence": {
|
|
1785
1810
|
"name": "AIS",
|
|
1786
1811
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
|
@@ -1886,6 +1911,16 @@
|
|
|
1886
1911
|
"timestamp": "timestamp"
|
|
1887
1912
|
}
|
|
1888
1913
|
},
|
|
1914
|
+
"public-global-water-salinity": {
|
|
1915
|
+
"name": "Global Salinity",
|
|
1916
|
+
"description": "Sea surface salinity is a key parameter to estimate the influence of oceans on climate. Along with temperature, salinity is a key factor that determines the density of ocean water and thus determines the convection and re-emergence of water masses. The thermohaline circulation crosses all the oceans in surface and at depth, driven by temperature and salinity. A global “conveyor belt” is a simple model of the large-scale thermohaline circulation. Deep-water forms in the North Atlantic, sinks, moves south, circulates around Antarctica, and finally enters the Indian, Pacific, and Atlantic basins. Currents bring cold water masses from north to south and vice versa. This thermohaline circulation greatly influences the formation of sea ice at the world’s poles, and carries ocean food sources and sea life around the planet, as well as affects rainfall patterns, wind patterns, hurricanes and monsoons. Source: EU Copernicus Marine Service Information.",
|
|
1917
|
+
"schema": {}
|
|
1918
|
+
},
|
|
1919
|
+
"public-global-water-temperature": {
|
|
1920
|
+
"name": "Sea surface temperature",
|
|
1921
|
+
"description": "Sea surface temperature is the water temperature at the ocean's surface. The Hybrid Coordinate Ocean Model (HYCOM) is a data-assimilative hybrid isopycnal-sigma-pressure (generalized) coordinate ocean model. The subset of HYCOM data hosted in EE contains the variables salinity, temperature, velocity, and elevation. They have been interpolated to a uniform 0.08 degree lat/long grid between 80.48°S and 80.48°N. The salinity, temperature, and velocity variables have been interpolated to 40 standard z-levels. Source: HYCOM",
|
|
1922
|
+
"schema": {}
|
|
1923
|
+
},
|
|
1889
1924
|
"public-graticules": {
|
|
1890
1925
|
"name": "Graticules",
|
|
1891
1926
|
"description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
|
package/package.json
CHANGED
package/pt/datasets.json
CHANGED
|
@@ -1667,6 +1667,11 @@
|
|
|
1667
1667
|
"firstTransmissionDate": "primeira data de transmissão"
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
|
+
"public-global-chlorophyl": {
|
|
1671
|
+
"name": "Chlorophyll-a concentration",
|
|
1672
|
+
"description": "Chlorophyll-a is the light-harvesting pigment found in all photosynthetic plants. Its concentration in the ocean is used as an index of phytoplankton biomass and, as such, is a key input to primary productivity models. The moderate resolution imaging spectroradiometer (MODIS) instrument aboard NASA's Terra and Aqua satellites measures ocean color every day, from which global chlorophyll-a concentrations are derived. Ocean phytoplankton chemically fix carbon through photosynthesis, taking in dissolved carbon dioxide and producing oxygen. Through this process, marine plants capture about an equal amount of carbon as does photosynthesis by land vegetation. Changes in the amount of phytoplankton indicate the change in productivity of the oceans and provide a key ocean link for global climate change monitoring. Scientists use chlorophyll in modeling Earth's biogeochemical cycles such as the carbon cycle or the nitrogen cycle. Additionally, on short time scales, chlorophyll can be used to trace oceanographic currents, jets, and plumes. The 1 kilometer resolution and nearly daily global coverage of the MODIS data thus allows scientists to observe mesoscale oceanographic features in coastal and estuarine environments, which are of increasing importance in marine science studies. Source: NASA Earth Observations.",
|
|
1673
|
+
"schema": {}
|
|
1674
|
+
},
|
|
1670
1675
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1676
|
"name": "Encounter Events for Carriers-Fishing Vessels (AIS)",
|
|
1672
1677
|
"description": "The dataset contains encounter events for AIS (Carriers-Fishing)",
|
|
@@ -1781,6 +1786,26 @@
|
|
|
1781
1786
|
"firstTransmissionDate": "primeira data de transmissão"
|
|
1782
1787
|
}
|
|
1783
1788
|
},
|
|
1789
|
+
"public-global-loitering-events": {
|
|
1790
|
+
"name": "Loitering Events (AIS)",
|
|
1791
|
+
"description": "The dataset contains loitering events for AIS",
|
|
1792
|
+
"schema": {
|
|
1793
|
+
"fields": "fields",
|
|
1794
|
+
"event_id": "event_id",
|
|
1795
|
+
"event_end": "event_end",
|
|
1796
|
+
"vessel_id": "vessel_id",
|
|
1797
|
+
"event_info": "event_info",
|
|
1798
|
+
"event_type": {
|
|
1799
|
+
"keyword": "event_type",
|
|
1800
|
+
"enum": {
|
|
1801
|
+
"port": "port"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"event_start": "event_start",
|
|
1805
|
+
"event_vessels": "event_vessels",
|
|
1806
|
+
"event_mean_position": "event_mean_position"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1784
1809
|
"public-global-presence": {
|
|
1785
1810
|
"name": "AIS",
|
|
1786
1811
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
|
@@ -1886,6 +1911,16 @@
|
|
|
1886
1911
|
"timestamp": "timestamp"
|
|
1887
1912
|
}
|
|
1888
1913
|
},
|
|
1914
|
+
"public-global-water-salinity": {
|
|
1915
|
+
"name": "Global Salinity",
|
|
1916
|
+
"description": "Sea surface salinity is a key parameter to estimate the influence of oceans on climate. Along with temperature, salinity is a key factor that determines the density of ocean water and thus determines the convection and re-emergence of water masses. The thermohaline circulation crosses all the oceans in surface and at depth, driven by temperature and salinity. A global “conveyor belt” is a simple model of the large-scale thermohaline circulation. Deep-water forms in the North Atlantic, sinks, moves south, circulates around Antarctica, and finally enters the Indian, Pacific, and Atlantic basins. Currents bring cold water masses from north to south and vice versa. This thermohaline circulation greatly influences the formation of sea ice at the world’s poles, and carries ocean food sources and sea life around the planet, as well as affects rainfall patterns, wind patterns, hurricanes and monsoons. Source: EU Copernicus Marine Service Information.",
|
|
1917
|
+
"schema": {}
|
|
1918
|
+
},
|
|
1919
|
+
"public-global-water-temperature": {
|
|
1920
|
+
"name": "Sea surface temperature",
|
|
1921
|
+
"description": "Sea surface temperature is the water temperature at the ocean's surface. The Hybrid Coordinate Ocean Model (HYCOM) is a data-assimilative hybrid isopycnal-sigma-pressure (generalized) coordinate ocean model. The subset of HYCOM data hosted in EE contains the variables salinity, temperature, velocity, and elevation. They have been interpolated to a uniform 0.08 degree lat/long grid between 80.48°S and 80.48°N. The salinity, temperature, and velocity variables have been interpolated to 40 standard z-levels. Source: HYCOM",
|
|
1922
|
+
"schema": {}
|
|
1923
|
+
},
|
|
1889
1924
|
"public-graticules": {
|
|
1890
1925
|
"name": "Graticules",
|
|
1891
1926
|
"description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
|
package/source/datasets.json
CHANGED
|
@@ -513,8 +513,28 @@
|
|
|
513
513
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
|
+
"private-indonesia-aruna-fishing-effort": {
|
|
517
|
+
"name": "Apparent fishing effort",
|
|
518
|
+
"description": "Indonesia Aruna Fishing Effort",
|
|
519
|
+
"schema": {
|
|
520
|
+
"lat": "lat",
|
|
521
|
+
"lon": "lon",
|
|
522
|
+
"flag": "flag",
|
|
523
|
+
"geartype": {
|
|
524
|
+
"keyword": "geartype",
|
|
525
|
+
"enum": {
|
|
526
|
+
"gillnets": "gillnets",
|
|
527
|
+
"longline": "longline",
|
|
528
|
+
"traps": "traps",
|
|
529
|
+
"purse seine": "purse seine",
|
|
530
|
+
"Handline": "Handline"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"vessel_id": "vessel_id"
|
|
534
|
+
}
|
|
535
|
+
},
|
|
516
536
|
"private-indonesia-aruna-presence": {
|
|
517
|
-
"name": "
|
|
537
|
+
"name": "Vessel presence",
|
|
518
538
|
"description": "Aruna Presence",
|
|
519
539
|
"schema": {
|
|
520
540
|
"lat": "lat",
|
|
@@ -584,8 +604,28 @@
|
|
|
584
604
|
"distance_from_shore_m": "distance_from_shore_m"
|
|
585
605
|
}
|
|
586
606
|
},
|
|
607
|
+
"private-indonesia-ipnlf-fishing-effort": {
|
|
608
|
+
"name": "Apparent fishing effort",
|
|
609
|
+
"description": "Indonesia AP2HI-IPNLF Fishing Effort",
|
|
610
|
+
"schema": {
|
|
611
|
+
"lat": "lat",
|
|
612
|
+
"lon": "lon",
|
|
613
|
+
"flag": "flag",
|
|
614
|
+
"geartype": {
|
|
615
|
+
"keyword": "geartype",
|
|
616
|
+
"enum": {
|
|
617
|
+
"gillnets": "gillnets",
|
|
618
|
+
"longline": "longline",
|
|
619
|
+
"traps": "traps",
|
|
620
|
+
"purse seine": "purse seine",
|
|
621
|
+
"Handline": "Handline"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"vessel_id": "vessel_id"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
587
627
|
"private-indonesia-ipnlf-presence": {
|
|
588
|
-
"name": "
|
|
628
|
+
"name": "Vessel presence",
|
|
589
629
|
"description": "IPNLF Presence",
|
|
590
630
|
"schema": {
|
|
591
631
|
"lat": "lat",
|
|
@@ -682,8 +722,28 @@
|
|
|
682
722
|
"vessel_id": "vessel_id"
|
|
683
723
|
}
|
|
684
724
|
},
|
|
725
|
+
"private-indonesia-rare-fishing-effort": {
|
|
726
|
+
"name": "Apparent fishing effort",
|
|
727
|
+
"description": "Indonesia Rare Fishing Effort",
|
|
728
|
+
"schema": {
|
|
729
|
+
"lat": "lat",
|
|
730
|
+
"lon": "lon",
|
|
731
|
+
"flag": "flag",
|
|
732
|
+
"geartype": {
|
|
733
|
+
"keyword": "geartype",
|
|
734
|
+
"enum": {
|
|
735
|
+
"gillnets": "gillnets",
|
|
736
|
+
"longline": "longline",
|
|
737
|
+
"traps": "traps",
|
|
738
|
+
"purse seine": "purse seine",
|
|
739
|
+
"Handline": "Handline"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"vessel_id": "vessel_id"
|
|
743
|
+
}
|
|
744
|
+
},
|
|
685
745
|
"private-indonesia-rare-presence": {
|
|
686
|
-
"name": "
|
|
746
|
+
"name": "Vessel presence",
|
|
687
747
|
"description": "Rare Presence",
|
|
688
748
|
"schema": {
|
|
689
749
|
"lat": "lat",
|
|
@@ -1667,6 +1727,11 @@
|
|
|
1667
1727
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1668
1728
|
}
|
|
1669
1729
|
},
|
|
1730
|
+
"public-global-chlorophyl": {
|
|
1731
|
+
"name": "Chlorophyll-a concentration",
|
|
1732
|
+
"description": "Chlorophyll-a is the light-harvesting pigment found in all photosynthetic plants. Its concentration in the ocean is used as an index of phytoplankton biomass and, as such, is a key input to primary productivity models. The moderate resolution imaging spectroradiometer (MODIS) instrument aboard NASA's Terra and Aqua satellites measures ocean color every day, from which global chlorophyll-a concentrations are derived. Ocean phytoplankton chemically fix carbon through photosynthesis, taking in dissolved carbon dioxide and producing oxygen. Through this process, marine plants capture about an equal amount of carbon as does photosynthesis by land vegetation. Changes in the amount of phytoplankton indicate the change in productivity of the oceans and provide a key ocean link for global climate change monitoring. Scientists use chlorophyll in modeling Earth's biogeochemical cycles such as the carbon cycle or the nitrogen cycle. Additionally, on short time scales, chlorophyll can be used to trace oceanographic currents, jets, and plumes. The 1 kilometer resolution and nearly daily global coverage of the MODIS data thus allows scientists to observe mesoscale oceanographic features in coastal and estuarine environments, which are of increasing importance in marine science studies. Source: NASA Earth Observations.",
|
|
1733
|
+
"schema": {}
|
|
1734
|
+
},
|
|
1670
1735
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1736
|
"name": "Encounter Events for Carriers-Fishing Vessels (AIS)",
|
|
1672
1737
|
"description": "The dataset contains encounter events for AIS (Carriers-Fishing)",
|
|
@@ -1781,6 +1846,26 @@
|
|
|
1781
1846
|
"firstTransmissionDate": "firstTransmissionDate"
|
|
1782
1847
|
}
|
|
1783
1848
|
},
|
|
1849
|
+
"public-global-loitering-events": {
|
|
1850
|
+
"name": "Loitering Events (AIS)",
|
|
1851
|
+
"description": "The dataset contains loitering events for AIS",
|
|
1852
|
+
"schema": {
|
|
1853
|
+
"fields": "fields",
|
|
1854
|
+
"event_id": "event_id",
|
|
1855
|
+
"event_end": "event_end",
|
|
1856
|
+
"vessel_id": "vessel_id",
|
|
1857
|
+
"event_info": "event_info",
|
|
1858
|
+
"event_type": {
|
|
1859
|
+
"keyword": "event_type",
|
|
1860
|
+
"enum": {
|
|
1861
|
+
"port": "port"
|
|
1862
|
+
}
|
|
1863
|
+
},
|
|
1864
|
+
"event_start": "event_start",
|
|
1865
|
+
"event_vessels": "event_vessels",
|
|
1866
|
+
"event_mean_position": "event_mean_position"
|
|
1867
|
+
}
|
|
1868
|
+
},
|
|
1784
1869
|
"public-global-presence": {
|
|
1785
1870
|
"name": "AIS",
|
|
1786
1871
|
"description": "Global Fishing Watch uses data about a vessel’s identity, type, location, speed, direction and more that is broadcast using the Automatic Identification System (AIS) and collected via satellites and terrestrial receivers. AIS was developed for safety/collision-avoidance. Global Fishing Watch analyzes AIS data collected from vessels that our research has identified as carriers. The activity layer displays a heatmap of vessel presence. The presence is determined by taking one position per day per vessel from the positions transmitted by the vessel's AIS.",
|
|
@@ -1886,6 +1971,16 @@
|
|
|
1886
1971
|
"timestamp": "timestamp"
|
|
1887
1972
|
}
|
|
1888
1973
|
},
|
|
1974
|
+
"public-global-water-salinity": {
|
|
1975
|
+
"name": "Global Salinity",
|
|
1976
|
+
"description": "Sea surface salinity is a key parameter to estimate the influence of oceans on climate. Along with temperature, salinity is a key factor that determines the density of ocean water and thus determines the convection and re-emergence of water masses. The thermohaline circulation crosses all the oceans in surface and at depth, driven by temperature and salinity. A global “conveyor belt” is a simple model of the large-scale thermohaline circulation. Deep-water forms in the North Atlantic, sinks, moves south, circulates around Antarctica, and finally enters the Indian, Pacific, and Atlantic basins. Currents bring cold water masses from north to south and vice versa. This thermohaline circulation greatly influences the formation of sea ice at the world’s poles, and carries ocean food sources and sea life around the planet, as well as affects rainfall patterns, wind patterns, hurricanes and monsoons. Source: EU Copernicus Marine Service Information.",
|
|
1977
|
+
"schema": {}
|
|
1978
|
+
},
|
|
1979
|
+
"public-global-water-temperature": {
|
|
1980
|
+
"name": "Sea surface temperature",
|
|
1981
|
+
"description": "Sea surface temperature is the water temperature at the ocean's surface. The Hybrid Coordinate Ocean Model (HYCOM) is a data-assimilative hybrid isopycnal-sigma-pressure (generalized) coordinate ocean model. The subset of HYCOM data hosted in EE contains the variables salinity, temperature, velocity, and elevation. They have been interpolated to a uniform 0.08 degree lat/long grid between 80.48°S and 80.48°N. The salinity, temperature, and velocity variables have been interpolated to 40 standard z-levels. Source: HYCOM",
|
|
1982
|
+
"schema": {}
|
|
1983
|
+
},
|
|
1889
1984
|
"public-graticules": {
|
|
1890
1985
|
"name": "Graticules",
|
|
1891
1986
|
"description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
|
|
@@ -1943,8 +2038,17 @@
|
|
|
1943
2038
|
"distance_from_shore_m": "distance_from_shore_m"
|
|
1944
2039
|
}
|
|
1945
2040
|
},
|
|
2041
|
+
"public-indonesia-pelagic-fishing-effort": {
|
|
2042
|
+
"name": "Apparent fishing effort",
|
|
2043
|
+
"description": "Indonesia Pelagic Fishing Effort Public Data",
|
|
2044
|
+
"schema": {
|
|
2045
|
+
"lat": "lat",
|
|
2046
|
+
"lon": "lon",
|
|
2047
|
+
"flag": "flag"
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
1946
2050
|
"public-indonesia-pelagic-presence": {
|
|
1947
|
-
"name": "
|
|
2051
|
+
"name": "Vessel presence",
|
|
1948
2052
|
"description": "Pelagic Presence",
|
|
1949
2053
|
"schema": {
|
|
1950
2054
|
"lat": "lat",
|
|
@@ -2385,4 +2489,4 @@
|
|
|
2385
2489
|
"description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
|
|
2386
2490
|
"schema": {}
|
|
2387
2491
|
}
|
|
2388
|
-
}
|
|
2492
|
+
}
|
package/val/datasets.json
CHANGED
|
@@ -1667,6 +1667,11 @@
|
|
|
1667
1667
|
"firstTransmissionDate": "crwdns9857:0crwdne9857:0"
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
|
+
"public-global-chlorophyl": {
|
|
1671
|
+
"name": "crwdns26896:0crwdne26896:0",
|
|
1672
|
+
"description": "crwdns26898:0crwdne26898:0",
|
|
1673
|
+
"schema": {}
|
|
1674
|
+
},
|
|
1670
1675
|
"public-global-encounters-events-carriers-fishing": {
|
|
1671
1676
|
"name": "crwdns9859:0crwdne9859:0",
|
|
1672
1677
|
"description": "crwdns9861:0crwdne9861:0",
|
|
@@ -1781,6 +1786,26 @@
|
|
|
1781
1786
|
"firstTransmissionDate": "crwdns10019:0crwdne10019:0"
|
|
1782
1787
|
}
|
|
1783
1788
|
},
|
|
1789
|
+
"public-global-loitering-events": {
|
|
1790
|
+
"name": "crwdns26776:0crwdne26776:0",
|
|
1791
|
+
"description": "crwdns26778:0crwdne26778:0",
|
|
1792
|
+
"schema": {
|
|
1793
|
+
"fields": "crwdns26780:0crwdne26780:0",
|
|
1794
|
+
"event_id": "crwdns26782:0crwdne26782:0",
|
|
1795
|
+
"event_end": "crwdns26784:0crwdne26784:0",
|
|
1796
|
+
"vessel_id": "crwdns26786:0crwdne26786:0",
|
|
1797
|
+
"event_info": "crwdns26788:0crwdne26788:0",
|
|
1798
|
+
"event_type": {
|
|
1799
|
+
"keyword": "crwdns26790:0crwdne26790:0",
|
|
1800
|
+
"enum": {
|
|
1801
|
+
"port": "crwdns26792:0crwdne26792:0"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"event_start": "crwdns26794:0crwdne26794:0",
|
|
1805
|
+
"event_vessels": "crwdns26796:0crwdne26796:0",
|
|
1806
|
+
"event_mean_position": "crwdns26798:0crwdne26798:0"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1784
1809
|
"public-global-presence": {
|
|
1785
1810
|
"name": "crwdns25804:0crwdne25804:0",
|
|
1786
1811
|
"description": "crwdns26360:0crwdne26360:0",
|
|
@@ -1886,6 +1911,16 @@
|
|
|
1886
1911
|
"timestamp": "crwdns17661:0crwdne17661:0"
|
|
1887
1912
|
}
|
|
1888
1913
|
},
|
|
1914
|
+
"public-global-water-salinity": {
|
|
1915
|
+
"name": "crwdns26900:0crwdne26900:0",
|
|
1916
|
+
"description": "crwdns26902:0crwdne26902:0",
|
|
1917
|
+
"schema": {}
|
|
1918
|
+
},
|
|
1919
|
+
"public-global-water-temperature": {
|
|
1920
|
+
"name": "crwdns26904:0crwdne26904:0",
|
|
1921
|
+
"description": "crwdns26906:0crwdne26906:0",
|
|
1922
|
+
"schema": {}
|
|
1923
|
+
},
|
|
1889
1924
|
"public-graticules": {
|
|
1890
1925
|
"name": "crwdns25572:0crwdne25572:0",
|
|
1891
1926
|
"description": "crwdns25574:0crwdne25574:0",
|