![]() |
ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | RV Sikuliaq : TSG SBE 45_0385 : Speed of Sound - Water : 600 s binned
|
| Institution: | UAF (Dataset ID: speedofsoundinseawater_mpers_seatsg450385_600sbin) |
| Information: | Summary
| License
| Metadata
| Background
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "Time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
spot_time {
String ioos_category "Time";
String long_name "Spot Time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
spot_value {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Spot_Value";
String short_name "speed_of_sound_in_sea_water_spot_value";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_spot_value";
String units "m/s";
}
mean {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Mean";
String short_name "speed_of_sound_in_sea_water_mean";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_mean";
String units "m/s";
}
stddev {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Stddev";
String short_name "speed_of_sound_in_sea_water_stddev";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_stddev";
String units "m/s";
}
minimum {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Minimum";
String short_name "speed_of_sound_in_sea_water_minimum";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_minimum";
String units "m/s";
}
maximum {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Maximum";
String short_name "speed_of_sound_in_sea_water_maximum";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_maximum";
String units "m/s";
}
median {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Median";
String short_name "speed_of_sound_in_sea_water_median";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_median";
String units "m/s";
}
num_values {
String ioos_category "Statistics";
String long_name "Speed Of Sound - Water Num_Values";
String short_name "speed_of_sound_in_sea_water_num_values";
String special_notes "Binning type: linear";
String standard_name "speed_of_sound_in_sea_water_num_values";
String units "unitless";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String contributor_name "RV Sikuliaq";
String contributor_role "Data collector";
String creator_name "CORIOLIX, RDESC, RCRV Project, Oregon State University";
String creator_url "http://ceoas.oregonstate.edu";
String history
"2026-05-02T17:24:36Z (source database)
2026-05-02T17:24:36Z https://coriolix.sikuliaq.alaska.edu/erddap/tabledap/speedofsoundinseawater_mpers_seatsg450385_600sbin.html";
String infoUrl "https://www.uaf.edu/cfos/sikuliaq/";
String institution "UAF";
String keywords "atmosphere, data, observations, ocean";
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.";
String sourceUrl "(source database)";
String standard_name_vocabulary "CF standard name";
String summary
"Speed of Sound - Water 600 s binned time series data.
Vessel: RV Sikuliaq. Sensor Model: Sea-Bird SBE 45 MicroTSG thermosalinograph
Sensor S/N: 45-0385
Sensor Location Onboard: Main Lab / Wet Wall
Sensor Description: Measures sea surface temperature (degrees C) and conductivity (S/m). Salinity (PSU) and Sound Velocity (m/s) data are calculated.
Parameter Description:";
String title "RV Sikuliaq : TSG SBE 45_0385 : Speed of Sound - Water : 600 s binned";
}
}
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.