![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|
Brought to you by EMODnet Physics |
| Dataset Title: | EMODPACE - MSL Stations
|
| Institution: | National Marine Data and Information Service,Ministry of Natural Resource (Dataset ID: EMODPACE_NMDIS_MSL) |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Files
| Make a graph
|
Attributes {
s {
StationName {
String long_name "Station Name";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 _FillValue -9999.0;
Float32 actual_range 111.8, 121.7;
String axis "X";
String ioos_category "Location";
String latitude_reference_datum "geographical coordinates, WGS84 projection";
String long_name "Longitude";
Float32 missing_value -9999.0;
String standard_name "longitude";
String units "degrees_east";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 _FillValue -9999.0;
Float32 actual_range 9.6, 38.9;
String axis "Y";
String ioos_category "Location";
String latitude_reference_datum "geographical coordinates, WGS84 projection";
String long_name "Latitude";
Float32 missing_value -9999.0;
String standard_name "latitude";
String units "degrees_north";
}
SLEV {
Int16 _FillValue 9999;
Int16 actual_range 21, 547;
String long_name "water surface height above a specific datum";
String SDN "SDN:P01::ASLVZZ01";
String source_variable_name "SLEV";
String standard_name "water_surface_height_above_reference_datum";
String units "m";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.301616e+9, 1.6881696e+9;
String axis "T";
String ioos_category "Time";
String long_name "Time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String contributor_name "Other";
String contributor_url "http://www.cmoc-china.cn/";
String Conventions "COARDS, CF-1.6, ACDD-1.3";
String creator_name "NMDIS";
Float64 Easternmost_Easting 121.7;
String EDMO "https://edmo.seadatanet.org/report/3336";
Float64 geospatial_lat_max 38.9;
Float64 geospatial_lat_min 9.6;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 121.7;
Float64 geospatial_lon_min 111.8;
String geospatial_lon_units "degrees_east";
String history
"2026-09-04T04:54:55Z http://222.186.3.18:8888/erddap/files/nrt/station/msl/
2026-09-04T04:54:55Z http://erddap.emodnet-physics.eu/erddap/tabledap/EMODPACE_NMDIS_MSL.html";
String infoUrl "http://www.cmoc-china.cn/pages/dataService.html";
String institution "National Marine Data and Information Service,Ministry of Natural Resource";
String institution_edmo_code "3336";
String institution_references "https://edmo.seadatanet.org/report/3336";
String license "Creative Commons Attribution Share-Alike http://www.opendefinition.org/licenses/cc-by-sa";
Float64 Northernmost_Northing 38.9;
String sourceUrl "http://222.186.3.18:8888/erddap/files/nrt/station/msl/";
Float64 Southernmost_Northing 9.6;
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "StationName";
String summary "EMODPACE - MSL Stations";
String time_coverage_end "2023-07-01T00:00:00Z";
String time_coverage_start "2011-04-01T00:00:00Z";
String title "EMODPACE - MSL Stations";
Float64 Westernmost_Easting 111.8;
}
}
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.