![]() |
ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | SSC-bourc: Sonel Demerliac raw (m)
|
| Institution: | sonel (Dataset ID: SSC-bourc_demerliac_raw_m) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
station_id {
String ioos_category "Identifier";
String long_name "Station Id";
}
date {
Float64 actual_range 1988.8757, 2023.2891;
String ioos_category "Time";
String long_name "time";
}
rmsl {
Int32 actual_range 3239, 4246;
String ioos_category "Sea Level";
String long_name "rmsl";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_name "sonel";
String creator_url "https://www.sonel.org/-Tide-gauges";
String history
"2026-03-06T21:24:57Z (local files)
2026-03-06T21:24:57Z http://erddap.ioc-sealevelmonitoring.org/erddap/tabledap/SSC-bourc_demerliac_raw_m.html";
String infoUrl "https://www.sonel.org/-Tide-gauges";
String institution "sonel";
String keywords "column, Column_0, daily, data, day, demerliac, identifier, level, raw, relative, rsl, sea, sonel, station, station_id";
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 "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "The tide gauge observations are heights of sea level expressed with respect to an arbitrary (conventional) and local datum. Hence, the term relative sea level is often used (relative to the land upon which the tide gauge is grounded).";
String title "SSC-bourc: Sonel Demerliac raw (m)";
}
}
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.