|
BCO-DMO ERDDAP
Accessing BCO-DMO data |
log in
Brought to you by BCO-DMO |
| Dataset Title: | [Long Phytoplankton Chain lengths, Zooglider BioSWOT-Med] - Large phytoplankton chain lengths from BIOSWOT-Med Zooglider deployment in the Northwest Mediterranean Sea during March to May 2023 (Zooglider assessment of zooplankton frontal gradients across the BIOSWOT-Med region)
|
| Institution: | BCO-DMO (Dataset ID: bcodmo_dataset_999115_v1) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
Taxon {
String long_name "Taxon";
String units "unitless";
}
Dive {
Int32 actual_range 2, 386;
String long_name "Dive";
String units "unitless";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 39.32251, 40.9832;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude_mid_ascent_75";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range 2.53681, 5.4071;
String axis "X";
String ioos_category "Location";
String long_name "Longitude_mid_ascent_75";
String standard_name "longitude";
String units "degrees_east";
}
ISO_DateTime_CET {
String long_name "Iso_datetime_cet";
String units "unitless";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.680168696e+9, 1.68350008e+9;
String axis "T";
String ioos_category "Time";
String long_name "Iso_datetime_utc";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
Pressure_db {
Float32 actual_range 0.89, 396.68;
String long_name "Pressure_db";
String units "decibars";
}
Total_length_mm {
Float32 actual_range 1.3, 10.43;
String long_name "Total_length_mm";
String units "millimeters (mm)";
}
Comments {
String long_name "Comments";
String units "unitless";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_email "info@bco-dmo.org";
String creator_name "BCO-DMO";
String creator_url "https://www.bco-dmo.org/";
String defaultDataQuery "&time<now";
String doi "10.26008/1912/bco-dmo.999115.1";
Float64 Easternmost_Easting 5.4071;
Float64 geospatial_lat_max 40.9832;
Float64 geospatial_lat_min 39.32251;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 5.4071;
Float64 geospatial_lon_min 2.53681;
String geospatial_lon_units "degrees_east";
String history
"2026-05-25T00:07:54Z (local files)
2026-05-25T00:07:54Z https://erddap.bco-dmo.org/erddap/tabledap/bcodmo_dataset_999115_v1.html";
String infoUrl "https://osprey.bco-dmo.org/dataset/999115";
String institution "BCO-DMO";
String license
"The data may be used and redistributed for free but is not intended
for legal use, since it may contain inaccuracies. Neither the data
Contributor, ERD, NOAA, nor the United States Government, nor any
of their employees or contractors, makes any warranty, express or
implied, including warranties of merchantability and fitness for a
particular purpose, or assumes any legal liability for the accuracy,
completeness, or usefulness, of this information.";
Float64 Northernmost_Northing 40.9832;
String sourceUrl "(local files)";
Float64 Southernmost_Northing 39.32251;
String summary "These data are based on deployment of the Scripps Zooglider in collaboration with the French-led BIOSWOT-Med study in the Northwestern Mediterranean Sea in Spring 2023. This study was one of the Adopt-a-Crossover field studies carried out around the world in synchrony with the launch by NASA/CNES of the new SWOT satellite for enhanced ocean altimetry. We deployed Zooglider on 30 March 2023 from Palma, Majora using a small craft, then navigated it remotely to the BIOSWOT-Med study region. Initially Zooglider sampled to the east of Majorca and south of Menorca. Then we recovered Zooglider at sea, transported it to the center of an anticyclonic eddy north of Menorca, and redeployed it, navigating it from the eddy center across the eddy periphery. We then recovered it at sea on 8 May 2023, for a total mission duration of 40 days. Zooglider data were telemetered back to our server each time the vehicle surfaced and the data were immediately posted on our public website, available to all BIOSWOT-Med participants and any member of the general public. The data archived here are length measurements from 5 different groups of highly elongate phytoplankton chains (Guinardia spp., Proboscia spp., Diatom chains with cell lengths much greater than cell widths, and diatom chains with cell lengths approximately equal to cell widths, and Trichodesmium filaments) from in situ images taken with Zooglider's shadowgraph Zoocam. Data were typically acquired in Zooglider dives between approximately 420 meters depth and the sea surface, apart from initial and final Zooglider dives that were somewhat shallower.";
String time_coverage_end "2023-05-07T22:54:40Z";
String time_coverage_start "2023-03-30T09:31:36Z";
String title "[Long Phytoplankton Chain lengths, Zooglider BioSWOT-Med] - Large phytoplankton chain lengths from BIOSWOT-Med Zooglider deployment in the Northwest Mediterranean Sea during March to May 2023 (Zooglider assessment of zooplankton frontal gradients across the BIOSWOT-Med region)";
Float64 Westernmost_Easting 2.53681;
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
Tabledap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/tabledap/pmelTaoDySst.htmlTable?longitude,latitude,time,station,wmo_platform_code,T_25&time>=2015-05-23T12:00:00Z&time<=2015-05-31T12:00:00Z
Thus, the query is often a comma-separated list of desired variable names,
followed by a collection of
constraints (e.g., variable<value),
each preceded by '&' (which is interpreted as "AND").
For details, see the tabledap Documentation.