ERDDAP
Easier access to scientific data |
Brought to you by SO-CHIC |
Dataset Title: | SO-CHIC - SANAE62_Glider_631 |
Institution: | British Antarctic Survey (Dataset ID: SOCHIC_GL_631) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Subset | Files | Make a graph |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.64712683e+9, 1.671644695e+9; String axis "T"; String calendar "gregorian"; 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"; } DEPTH { Int32 _FillValue 2147483647; Int32 actual_range 1, 1010; String axis "Z"; String cf_role "timeseries_id"; Float64 colorBarMaximum 8000.0; Float64 colorBarMinimum -8000.0; String colorBarPalette "TopographyDepth"; String long_name "Depth"; String positive "down"; String standard_name "depth"; String units "m"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range -59.08938, -53.51749; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } WC_Cond { Float32 _FillValue NaN; Float32 actual_range 2.7089, 3.069895; String long_name "Electrical conductivity of the water column"; String units "S/m"; String vocabulary "SDN:P02::CNDC"; String vocabulary_url "https://vocab.nerc.ac.uk/collection/P02/current/CNDC/"; } PSAL { Float32 _FillValue NaN; Float32 actual_range 33.68678, 34.72107; Float64 colorBarMaximum 37.0; Float64 colorBarMinimum 32.0; String long_name "Salinity of the water column"; String units "PSU"; String vocabulary "SDN:P02::PSAL"; String vocabulary_url "https://vocab.nerc.ac.uk/collection/P02/current/PSAL/"; } TEMP { Float32 _FillValue NaN; Float32 actual_range -1.682325, 1.991891; Float64 colorBarMaximum 40.0; Float64 colorBarMinimum -10.0; String long_name "Temperature of the water column"; String units "degree_C"; String vocabulary "SDN:P02::TEMP"; String vocabulary_url "https://vocab.nerc.ac.uk/collection/P02/current/TEMP/"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -2.141359, 1.333935; String axis "X"; Float64 colorBarMaximum 180.0; Float64 colorBarMinimum -180.0; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "DEPTH"; String citation "partially supporte by SO-CHIC - EU H2020 supported project, Grant agreement N°821001"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String cruise_report_DOI "-"; String cruise_report_infoUrl "https://www.bodc.ac.uk/resources/inventories/cruise_inventory/report/16298/"; String data_DOI "https://zenodo.org/records/13951630"; String data_infoUrl "-"; Float64 Easternmost_Easting 1.333935; String featureType "TimeSeries"; Float64 geospatial_lat_max -53.51749; Float64 geospatial_lat_min -59.08938; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max 1.333935; Float64 geospatial_lon_min -2.141359; String geospatial_lon_units "degrees_east"; String history "2024-11-21T08:53:18Z (local files) 2024-11-21T08:53:18Z https://erddap.sochic-h2020.eu/erddap/tabledap/SOCHIC_GL_631.html"; String infoUrl "www.sochic-h2020.eu"; String institution "British Antarctic Survey"; String keywords "altimetry, cond, data, depth, laboratory, latitude, local, longitude, sal, satellite, source, temperature, time"; String license "CC-BY4.0"; Float64 Northernmost_Northing -53.51749; String owner "British Antarctic Survey"; String owner_EDMO "41"; String owner_url "https://www.bas.ac.uk/data/uk-pdc/"; String pi_name "Natasha Sarah Lucas"; String project "SO-CHIC"; String project_infoUrl "www.sochic-h2020.eu"; String sensros_specification "-"; String sourceUrl "(local files)"; Float64 Southernmost_Northing -59.08938; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "DEPTH"; String summary "This dataset contains the GLIDER casts conducted during the SANAE62 Glider operations"; String time_coverage_end "2022-12-21T17:44:55Z"; String time_coverage_start "2022-03-12T23:13:50Z"; String title "SO-CHIC - SANAE62_Glider_631"; Float64 Westernmost_Easting -2.141359; } }
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.