![]() |
ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
| Dataset Title: | EMODnet Physics - Collection of wave direction rel. true north (VDIR) TimeSeries - MultiPointTimeSeriesObservation - METADATA
|
| Institution: | EMODnet Physics (Dataset ID: ERD_EP_TS_VDIR_NRT_METADATA) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Files
| Make a graph
|
Attributes {
s {
PLATFORMCODE {
String long_name "EMODnet Platform Code";
}
call_name {
String long_name "Platform Call Name";
}
latitude {
String _CoordinateAxisType "Lat";
Float64 actual_range -90.0, 71.25700378417969;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float64 actual_range -178.30691528320312, 180.0;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
DataFeatureType {
String long_name "Data Feature Type";
}
firstDateObservation {
String ioos_category "Time";
String long_name "first Date Observation";
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";
}
lastDateObservation {
String ioos_category "Time";
String long_name "last Date Observation";
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";
}
parameters_group_longname {
String long_name "Parameters Info Parameter Groups";
}
parameters_group_P02 {
String long_name "Parameters Info P02";
}
parameters {
String long_name "Parameters Info Parameters";
}
parameters_P01 {
String long_name "Parameters Info P01";
}
WMO {
Int32 _FillValue 2147483647;
Int32 actual_range 31260, 7811003;
String long_name "WMO";
}
BEST_PRACTICES_DOI {
String long_name "BEST PRACTICES DOI";
}
DATA_DOI {
String long_name "DATA DOI";
}
data_owner_longname {
String long_name "Data Owner Name";
}
data_owner_country_code {
String long_name "Data Owner Country Code";
}
data_owner_country_longname {
String long_name "Data Owner Country Name";
}
data_owner_EDMO {
Byte _FillValue 127;
String _Unsigned "false";
String long_name "Data Owner EDMO Code";
}
data_assembly_center_longname {
String long_name "Data Assembly Center";
}
platform_type_longname {
String long_name "Platform Type";
}
platform_type_SDNL06 {
String long_name "Platform Type SDN L06";
}
platformpage_link {
String long_name "Platform Page";
}
integrator_id {
String long_name "integrator_id";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3, NCCSV-1.2";
Float64 Easternmost_Easting 180.0;
Float64 geospatial_lat_max 71.25700378417969;
Float64 geospatial_lat_min -90.0;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 180.0;
Float64 geospatial_lon_min -178.30691528320312;
String geospatial_lon_units "degrees_east";
String history
"2025-10-30T06:02:49Z (local files)
2025-10-30T06:02:49Z https://erddap.sochic-h2020.eu/erddap/tabledap/ERD_EP_TS_VDIR_NRT_METADATA.html";
String infoUrl "https://emodnet.ec.europa.eu/en/physics";
String institution "EMODnet Physics";
String license "CC-BY";
Float64 Northernmost_Northing 71.25700378417969;
String sourceUrl "(local files)";
Float64 Southernmost_Northing -90.0;
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "PLATFORMCODE";
String summary "EMODnet Physics - Collection of wave direction rel. true north (VDIR) TimeSeries - MultiPointTimeSeriesObservation - METADATA";
String title "EMODnet Physics - Collection of wave direction rel. true north (VDIR) TimeSeries - MultiPointTimeSeriesObservation - METADATA";
Float64 Westernmost_Easting -178.30691528320312;
}
}
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.