![]() |
EMODnet Physics ERDDAP
Easier access to scientific data |
log in|
Brought to you by EMODnet Physics |
| Dataset Title: | EMODPACE - Temperature and Salinity at CST Stations
|
| Institution: | National Marine Data and Information Service,Ministry of Natural Resource (Dataset ID: EMODPACE_NMDIS_TEMP_PSAL_CST_TS) |
| Range: | longitude = 110.055 to 122.044°E, latitude = 20.09 to 36.088°N, time = 1996-01-01 to 2021-12-31 |
| Information: | Summary
| License
| FGDC
| ISO 19115
| Metadata
| Background
| Subset
| Data Access Form
| Files
|
Click on the map to specify a new center point.
Zoom:
|
Attributes {
s {
StationName {
String long_name "Station Name";
}
latitude {
String _CoordinateAxisType "Lat";
Float32 actual_range 20.09, 36.088;
String axis "Y";
String ioos_category "Location";
String long_name "Latitude";
String standard_name "latitude";
String units "degrees_north";
}
longitude {
String _CoordinateAxisType "Lon";
Float32 actual_range 110.055, 122.044;
String axis "X";
String ioos_category "Location";
String long_name "Longitude";
String standard_name "longitude";
String units "degrees_east";
}
time {
String _CoordinateAxisType "Time";
Float64 actual_range 8.204544e+8, 1.6409088e+9;
String axis "T";
String ioos_category "Time";
String long_name "Sampling date";
String source_name "Column#3";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String time_precision "1970-01-01";
String units "seconds since 1970-01-01T00:00:00Z";
}
TEMP_8 {
Float32 actual_range -1.3, 999.9;
String long_name "TEMP (SST) @ 8.00";
String SDN "SDN:P01::TEMPPR01";
String source_variable_name "TEMP";
String standard_name "sea_water_temperature";
String units "degree_Celsius";
}
TEMP_14 {
Float32 actual_range -0.7, 999.9;
String long_name "TEMP (SST) @ 14.00";
String SDN "SDN:P01::TEMPPR01";
String source_variable_name "TEMP";
String standard_name "sea_water_temperature";
String units "degree_Celsius";
}
TEMP_20 {
Float32 actual_range -1.0, 999.9;
String long_name "TEMP (SST) @ 20.00";
String SDN "SDN:P01::TEMPPR01";
String source_variable_name "TEMP";
String standard_name "sea_water_temperature";
String units "degree_Celsius";
}
PSAL {
Float32 actual_range 0.8, 99.999;
String long_name "practical salinity";
String SDN "SDN:P01::PSLTZZ01";
String source_variable_name "PSAL";
String standard_name "sea_water_salinity";
String units "psu";
}
}
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 122.044;
String EDMO "https://edmo.seadatanet.org/report/3336";
Float64 geospatial_lat_max 36.088;
Float64 geospatial_lat_min 20.09;
String geospatial_lat_units "degrees_north";
Float64 geospatial_lon_max 122.044;
Float64 geospatial_lon_min 110.055;
String geospatial_lon_units "degrees_east";
String history
"2025-12-13T05:20:17Z http://222.186.3.18:8888/erddap/files/nrt/station/cst/
2025-12-13T05:20:17Z http://erddap.emodnet-physics.eu/tabledap/EMODPACE_NMDIS_TEMP_PSAL_CST_TS.das";
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 36.088;
String sourceUrl "http://222.186.3.18:8888/erddap/files/nrt/station/cst/";
Float64 Southernmost_Northing 20.09;
String standard_name_vocabulary "CF Standard Name Table v70";
String subsetVariables "StationName";
String summary "EMODPACE - Temperature and Salinity at CST Stations";
String time_coverage_end "2021-12-31";
String time_coverage_start "1996-01-01";
String title "EMODPACE - Temperature and Salinity at CST Stations";
Float64 Westernmost_Easting 110.055;
}
}
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.