![]() |
ERDDAP
Access to federated EMSO ERDDAP servers |
Dataset Title: | SBE 16 CTD Data
![]() ![]() |
Institution: | SARTI Research Group. Electronics Dept. Universitat Politecnica de Catalunya (UPC) (Dataset ID: SBE16_6389_dfb5_bb30) |
Range: | time = 2010-02-26T23:00:33Z to 2019-02-28T23:59:57Z |
Information: | Summary ![]() ![]() ![]() |
![]() |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.267225233e+9, 1.551398397e+9; String axis "T"; String ioos_category "Time"; String long_name "Date/Time"; String source_name "Date/Time"; 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"; } temperature { Float32 actual_range 11.7101, 26.5821; String ioos_category "Temperature"; String long_name "sea_water_temperature"; String units "degC"; } conductivity { Float32 actual_range 37.2856, 58.6939; String ioos_category "Other"; String long_name "sea_water_eletrical_conductivity"; String units "mS/cm"; } pressure { Float32 actual_range 18.535, 21.504; String ioos_category "Pressure"; String long_name "sea_water_pressure"; String units "dbar"; } salinity { Float32 actual_range 30.0302, 1515.055; String ioos_category "Salinity"; String long_name "sea_water_salinity"; String units "PSU"; } sound_velocity { Float32 actual_range 1498.067, 1541.528; String ioos_category "Other"; String long_name "speed_of_sound_in_seawater"; String units "m/s"; } pH { String ioos_category "Other"; String long_name "sea_water_pH"; String units "dmless"; } } NC_GLOBAL { String area "Mediterranean"; String author "Universitat Politecnica de Catalunya (UPC)"; String cdm_data_type "Other"; String contact "enoc.martinez@upc.edu"; String Conventions "COARDS, CF-1.6, ACDD-1.3, NCCSV-1.0"; String defaultGraphQuery "time%2Ctemperature%2C&time>=2019-02-22T00%3A00%3A00Z&time<=2019-03-01T00%3A00%3A00Z&.draw=lines&.marker=5|5&.color=0x000000&.colorBar=|||||&.bgColor=0xffccccff"; String geospatial_lat_max "41.18212"; String geospatial_lat_min "41.18212"; String geospatial_lon_max "1.75257"; String geospatial_lon_min "1.75257"; String history "2021-01-22T02:45:58Z (local files) 2021-01-22T02:45:58Z http://erddap.emso.eu:8080/tabledap/SBE16_6389_dfb5_bb30.das"; String infoUrl "http://www.obsea.es"; String institution "SARTI Research Group. Electronics Dept. Universitat Politecnica de Catalunya (UPC)"; String institution_edmo_code "2150"; String institution_references "http://www.obsea.es/, http://cdsarti.org/"; String keywords "conductivity, CTD, OBSEA, pressure, salinity, sound_velocity, temperature, UPC"; String license "Creative Commons Attribution 4.0 International (CC-BY-4.0)"; String pi_name "Joaquin del Rio, joaquin.del.rio@upc.edu"; String platform_code "OBSEA"; String site_code "OBSEA"; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v55"; String summary "CTD Data acquired by a SBE 16 at OBSEA"; String time_coverage_end "2019-02-28T23:59:57Z"; String time_coverage_start "2010-02-26T23:00:33Z"; String title "SBE 16 CTD Data"; } }
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.