![]() |
EUSKOOS
Easier access to scientific data |
log in Brought to you by EUSKOOS |
| Dataset Title: | Bermeo Tidal Gauge Filtrados
|
| Institution: | DAEM (Dataset ID: Bermeo_Tidal_Gauge) |
| Information: | Summary
| License
| Metadata
| Background
| Files
| Make a graph
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
String axis "T";
String ioos_category "Time";
String long_name "F";
String source_name "F";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String time_precision "1970-01-01T00:00:00Z";
String units "seconds since 1970-01-01T00:00:00Z";
}
Data {
Int16 _FillValue 32767;
Int16 actual_range -9993, 5601;
String long_name "Sea Level";
String units "mm";
}
a_sT_15 {
Float32 _FillValue NaN;
Float32 actual_range -3543.44, 5591.73;
String long_name "Sea Level filtered 15mins [mm]";
String units "mm";
}
a_sT_1h {
Float32 _FillValue NaN;
Float32 actual_range -204.694, 5011.77;
String long_name "Sea Level filtered 1 hour [mm]";
String units "mm";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String history
"2025-12-16T05:41:24Z (local files)
2025-12-16T05:41:24Z https://www.euskoos.eus/erddap/tabledap/Bermeo_Tidal_Gauge.html";
String infoUrl "https://www.euskoos.eus/";
String institution "DAEM";
String license "CC-BY";
String sourceUrl "(local files)";
String summary "Bermeo Tidal Gauge Filtrados";
String testOutOfDate "now-1day";
String title "Bermeo Tidal Gauge Filtrados";
}
}
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.