![]() |
ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
| Dataset Title: | SOCHIC-SOSCEx_STORM2_Glider_Data/EPSFINAL_soscex_storm2
|
| Institution: | University of Gothenburg (Dataset ID: SOCHIC_SOSCEx_STORM2_Glider_Data_EPSFINAL_soscex_storm2) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.545248694578e+9, 1.5520396856132002e+9;
String axis "T";
String calendar "proleptic_gregorian";
String ioos_category "Time";
String long_name "TIME EPSFINAL";
String source_name "TIME_EPSFINAL";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
depth {
String _CoordinateAxisType "Height";
String _CoordinateZisPositive "down";
Int16 actual_range 1, 200;
String axis "Z";
Float64 colorBarMaximum 8000.0;
Float64 colorBarMinimum -8000.0;
String colorBarPalette "TopographyDepth";
String ioos_category "Location";
String long_name "Depth";
Int16 missing_value 127;
String positive "down";
String standard_name "depth";
String units "m";
}
EPS_FINAL {
Float64 _FillValue NaN;
Float64 actual_range 1.9821472842571312e-11, 7.348132402427374e-5;
String long_name "EPS FINAL";
Float64 missing_value NaN;
}
EPS_THEORY {
Float64 _FillValue NaN;
Float64 actual_range 1.7348984476243517e-4, 9355.57722671611;
String long_name "EPS THEORY";
Float64 missing_value NaN;
}
}
NC_GLOBAL {
String _NCProperties "version=2,netcdf=4.6.3,hdf5=1.10.4";
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String EDMO_code "3984";
Float64 geospatial_vertical_max 200.0;
Float64 geospatial_vertical_min 1.0;
String geospatial_vertical_positive "down";
String geospatial_vertical_units "m";
String history
"2025-10-30T06:06:58Z (local files)
2025-10-30T06:06:58Z https://erddap.sochic-h2020.eu/erddap/tabledap/SOCHIC_SOSCEx_STORM2_Glider_Data_EPSFINAL_soscex_storm2.html";
String infoUrl "https://doi.org/10.1029/2021JC017760";
String institution "University of Gothenburg";
String keywords "data, depth, eps, EPS_FINAL, EPS_THEORY, epsfinal, final, local, source, theory, time";
String license "CC BY-NC 4.0 https://creativecommons.org/licenses/by-nc/4.0/";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v55";
String summary "SOCHIC-SOSCEx_STORM2_Glider_Data/EPSFINAL_soscex_storm2";
String time_coverage_end "2019-03-08T10:08:05Z";
String time_coverage_start "2018-12-19T19:44:54Z";
String title "SOCHIC-SOSCEx_STORM2_Glider_Data/EPSFINAL_soscex_storm2";
}
}
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.