ERDDAP
Easier access to scientific data |
log in
Brought to you by OCEAN:ICE |
Dataset Title: | CTD data set from mooring S1 @ 1000 m |
Institution: | OGS (Dataset ID: IADC_s1_ctd) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Make a graph |
Attributes { s { station_id { String cf_role "timeseries_id"; String long_name "Id of the station in the TimeSeries"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range 13.9408, 13.9484; String axis "X"; String coverage_content_type "physicalMeasurement"; String ioos_category "Location"; String long_name "longitude position of the station"; String standard_name "longitude"; String units "degrees_east"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 76.4381, 76.4455; String axis "Y"; String coverage_content_type "physicalMeasurement"; String ioos_category "Location"; String long_name "latitude position of the station"; String standard_name "latitude"; String units "degrees_north"; } depth { String _CoordinateAxisType "Height"; String _CoordinateZisPositive "down"; Float32 actual_range 994.0, 1017.0; String axis "Z"; String coverage_content_type "physicalMeasurement"; String ioos_category "Location"; String long_name "vertical distance below the surface"; String positive "down"; String standard_name "depth"; String units "m"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.4022954e+9, 1.6874172e+9; String axis "T"; String ioos_category "Time"; String long_name "Date and time of the measurement"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } Temperature { Float32 actual_range -0.9493, 2.8042; String coverage_content_type "physicalMeasurement"; String long_name "Time series of sea water temperature at 1000 m nominal depth from mooring S1"; String standard_name "sea water temperature"; String units "degree_C"; } sea_water_practical_salinity { Float32 actual_range 34.8687, 35.0043; String coverage_content_type "physicalMeasurement"; String long_name "Time series of sea water salinity at 1000 m nominal depth from mooring S1"; String standard_name "sea water practical salinity"; String units "PSS-78"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "station_id,latitude,longitude"; String Conventions "Attribute Convention for Data Discovery 1-3; Ocean Data Standards - IOC V. 1, 2019, NCCSV-1.2"; Float64 Easternmost_Easting 13.9484; String featureType "TimeSeries"; Float64 geospatial_lat_max 76.4455; Float64 geospatial_lat_min 76.4381; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 13.9484; Float64 geospatial_lon_min 13.9408; String geospatial_lon_units "degrees_east"; Float64 geospatial_vertical_max 1017.0; Float64 geospatial_vertical_min 994.0; String geospatial_vertical_positive "down"; String geospatial_vertical_units "m"; String history "2025-01-18T05:19:13Z (local files) 2025-01-18T05:19:13Z https://er1.s4oceanice.eu/erddap/tabledap/IADC_s1_ctd.html"; String infoUrl "https://metadata.iadc.cnr.it/geonetwork/srv/api/records/2298c267-0e42-4bb8-8196-d2076fdf6d8e"; String institution "OGS"; String keywords "Marine Sediments, Ocean Temperature, Oceans, salinity, Salinity/density, Turbidity, Water Temperature"; String keywords_vocabulary "Science Key Words Earth Science Ocean; Keyword Version: 9.1.5"; String license "CC BY-NC: This license allows reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator."; Float64 Northernmost_Northing 76.4455; String project "CTD data set from mooring S1 @ 1000 m"; String project_URL "https://iadc.cnr.it"; String sourceUrl "(local files)"; Float64 Southernmost_Northing 76.4381; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Timeseries recorded at the mooring S1, at nominal depth of 1000 m during different deployments. The scope of the measurements is to study the temporal variability of the thermohaline properties of the Norvegian Deep Water, and assosiated deep flow."; String time_coverage_end "2023-06-22T07:00:00Z"; String time_coverage_start "2014-06-09T06:30:00Z"; String title "CTD data set from mooring S1 @ 1000 m"; Float64 Westernmost_Easting 13.9408; } }
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.