![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|
Brought to you by EMODnet Physics |
| Dataset Title: | Quality Control (QC) Reference Table
|
| Institution: | ETT S.p.A. (Dataset ID: qc_reference_table) |
| Information: | Summary
| License
| Metadata
| Background
| Files
|
Attributes {
s {
id {
Byte _FillValue 127;
String _Unsigned "false";
Byte actual_range 1, 25;
String long_name "Id";
}
qc_authority {
String long_name "Qc Authority";
}
qc_method {
String long_name "Qc Method";
}
qc_url {
String long_name "Qc Url";
}
qc_description {
String long_name "Qc Description";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_name "ETT S.p.A.";
String creator_type "institution";
String creator_url "https://emodnet.ec.europa.eu/en/physics";
String history
"2025-11-02T19:59:40Z (local files)
2025-11-02T19:59:40Z http://er2webapps.emodnet-physics.eu/erddap/tabledap/qc_reference_table.html";
String infoUrl "https://emodnet.ec.europa.eu/en/physics";
String institution "ETT S.p.A.";
String keywords "qc_document, qc_info, qc_url, quality, reference";
String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Quality Control (QC) Reference Table";
String title "Quality Control (QC) Reference Table";
}
}
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.