![]() |
ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
| Dataset Title: | SO-CHIC_GLIDERS_missions_University_of_Gothenburg_metadata
|
| Institution: | University of Gothenburg (Dataset ID: SOCHIC_UGOT_gliders_metadata) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Files
| Make a graph
|
Attributes {
s {
mission {
}
dive {
Float32 actual_range 2.0, 673.0;
String long_name "Dive";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.641816e+9, 1.65812708e+9;
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";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range -1.319972, 6.139851;
String axis "X";
Float64 colorBarMaximum 180.0;
Float64 colorBarMinimum -180.0;
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range -66.508474, -53.36181666666666;
String axis "Y";
Float64 colorBarMaximum 90.0;
Float64 colorBarMinimum -90.0;
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
Float64 Easternmost_Easting 6.139851;
String EDMO_code "3984";
Float64 geospatial_lat_max -53.36181666666666;
Float64 geospatial_lat_min -66.508474;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 6.139851;
Float64 geospatial_lon_min -1.319972;
String geospatial_lon_units "degrees_east";
String history
"2025-11-19T06:36:12Z (local files)
2025-11-19T06:36:12Z https://erddap.sochic-h2020.eu/erddap/tabledap/SOCHIC_UGOT_gliders_metadata.html";
String infoUrl "http://roammiz.com/";
String institution "University of Gothenburg";
String keywords "data, dive, gliders, latitude, longitude, time, time2";
String license "CC-BY 4.0 https://creativecommons.org/licenses/by/4.0/deed.en";
Float64 Northernmost_Northing -53.36181666666666;
String sourceUrl "(local files)";
Float64 Southernmost_Northing -66.508474;
String standard_name_vocabulary "CF Standard Name Table v55";
String subsetVariables "mission";
String summary "GLIDERS. Data from a local source.";
String time_coverage_end "2022-07-18T06:51:20Z";
String time_coverage_start "2022-01-10T12:00:00Z";
String title "SO-CHIC_GLIDERS_missions_University_of_Gothenburg_metadata";
Float64 Westernmost_Easting -1.319972;
}
}
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.