Voice of the Ocean ERDDAP™
Easier access to scientific data |
| |
Dataset Title: | Data from a local source. |
Institution: | ??? (Dataset ID: meta_users_table) |
Information: | Summary | License | Metadata | Background | Files | Make a graph |
Attributes { s { glider_serial { String long_name "Glider Serial"; } deployment_id { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 8, 98; String long_name "Deployment Id"; } basin { String long_name "Basin"; } deployment_start { Float64 actual_range 1.5978816e+9, 1.7319744e+9; String ioos_category "Time"; String long_name "Deployment Start"; String source_name "deployment_start"; 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"; } deployment_end { Float64 actual_range 1.599696e+9, 1.7321472e+9; String ioos_category "Time"; String long_name "Deployment End"; 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"; } available_variables { String long_name "Available Variables"; } science_variables { String long_name "Science Variables"; } ctd { String long_name "CTD"; } oxygen { String long_name "Oxygen"; } optics { String long_name "Optics"; } ad2cp { String long_name "Ad2cp"; } irradiance { String long_name "Irradiance"; } nitrate { String long_name "Nitrate"; } datasetID { String long_name "Dataset ID"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.10, ACDD-1.3"; String history "2024-11-21T10:58:18Z (local files) 2024-11-21T10:58:18Z https://erddap.observations.voiceoftheocean.org/erddap/tabledap/meta_users_table.html"; String infoUrl "???"; String institution "???"; String keywords "ad2cp, available, available_variables, basin, conductivity, ctd, data, dataset, datasetID, deployment, deployment_end, deployment_id, depth, end, glider, glider_serial, irradiance, local, n02, nitrate, no3, O2, optics, oxygen, science, science_variables, serial, sonde, source, start, temperature, time"; String license "The data may be used and redistributed for free but is not intended for legal use, since it may contain inaccuracies. Neither the data Contributor, ERD, NOAA, nor the United States Government, nor any of their employees or contractors, makes any warranty, express or implied, including warranties of merchantability and fitness for a particular purpose, or assumes any legal liability for the accuracy, completeness, or usefulness, of this information."; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "Data from a local source."; String title "Data from a local source."; } }
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.