![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|
Brought to you by EMODnet Physics |
| Dataset Title: | EMODnet Physics - PLATFORMS FILES METADATA
|
| Institution: | EMODnet Physics (Dataset ID: EP_PLATFORMS_FILES_METADATA) |
| Information: | Summary
| License
| Metadata
| Background
| Subset
|
Attributes {
s {
integrator_id {
String long_name "Integrator Id";
}
PLATFORMCODE {
String long_name "Platformcode";
}
destination {
String long_name "Destination";
}
urlpath {
String long_name "Urlpath";
}
parameter {
String long_name "Param";
}
p33 {
String long_name "p33";
}
filename {
String long_name "Filename";
}
datatype {
String long_name "Datatype";
}
filesize {
String long_name "filesize";
String units "MB";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String history
"2025-11-02T04:06:18Z (source database)
2025-11-02T04:06:18Z http://erddap.emodnet-physics.eu/erddap/tabledap/EP_PLATFORMS_FILES_METADATA.html";
String infoUrl "https://emodnet.ec.europa.eu/en/physics";
String institution "EMODnet Physics";
String keywords "data, datatype, destination, filename, filepath, integrator, integrator_id, local, param, platformcode, source, urlpath";
String license "CC-BY4.0";
String sourceUrl "(source database)";
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "integrator_id,parameter,datatype,p33";
String summary "EMODnet Physics - PLATFORMS FILES METADATA";
String title "EMODnet Physics - PLATFORMS FILES METADATA";
}
}
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.