![]() |
CanWIN ERDDAP
The Canadian Watershed Information Networks' ERDDAP server making scientific data more accessible |
Brought to you by CEOS UM CCADI ECCC |
Dataset Title: | Chem Test data
![]() ![]() |
Institution: | CEOS (Dataset ID: TEST_chem_data_d057_6b66_1b97) |
Information: | Summary ![]() ![]() ![]() |
![]() |
Attributes { s { SAMPLE_NO { String ioos_category "Unknown"; String long_name "SAMPLE NO"; } STATION_NO { String ioos_category "Unknown"; String long_name "STATION NO"; } STATION_NAME { String ioos_category "Unknown"; String long_name "STATION NAME"; } STATION_DESCRIPTION { String ioos_category "Unknown"; String long_name "STATION DESCRIPTION"; } Dec_Lat { Float64 actual_range 49.6944, 54.5311; String ioos_category "Location"; String long_name "Dec Lat"; } Dec_Long { Float64 actual_range -100.9486, -96.17697; String ioos_category "Unknown"; String long_name "Dec Long"; } STATION_TYPE_CODE { Byte actual_range 0, 1; String ioos_category "Unknown"; String long_name "STATION TYPE CODE"; } SAMPLE_MATRIX_CODE { Byte actual_range 2, 2; String ioos_category "Unknown"; String long_name "SAMPLE MATRIX CODE"; } SAMPLE_DATETIME { String ioos_category "Time"; String long_name "SAMPLE DATETIME"; } TIME_USABLE_FLAG { String ioos_category "Quality"; String long_name "TIME USABLE FLAG"; } SAMPLE_CLASS_INDICATOR { String ioos_category "Unknown"; String long_name "SAMPLE CLASS INDICATOR"; } AGENCY_CODE { Int16 actual_range 381, 381; String ioos_category "Unknown"; String long_name "AGENCY CODE"; } CARBON_TOTAL_ORGANIC_TOC { Float32 _FillValue NaN; Float32 actual_range 5.4, 20.8; String ioos_category "Unknown"; String long_name "CARBON TOTAL ORGANIC TOC"; } } NC_GLOBAL { String cdm_data_type "Other"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String creator_name "CEOS"; String creator_type "institution"; String history "2022-08-13T09:44:02Z (local files) 2022-08-13T09:44:02Z http://CanWINerddap.ad.umanitoba.ca/tabledap/TEST_chem_data_d057_6b66_1b97.das"; String infoUrl "???"; String institution "CEOS"; String keywords "agency, AGENCY_CODE, array, array-data, carbon, CARBON_TOTAL_ORGANIC_TOC, ceos, chem, class, code, comprehensive, data, datetime, Dec_Lat, Dec_Long, description, flag, indicator, large, long, matrix, name, organic, quality, sample, SAMPLE_CLASS_INDICATOR, SAMPLE_DATETIME, SAMPLE_MATRIX_CODE, SAMPLE_NO, station, STATION_DESCRIPTION, STATION_NAME, STATION_NO, STATION_TYPE_CODE, stewardship, system, test, time, TIME_USABLE_FLAG, toc, total, type, usable"; 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 v55"; String subsetVariables "SAMPLE_MATRIX_CODE, SAMPLE_CLASS_INDICATOR, AGENCY_CODE"; String summary "test data for chemistry. CEOS data from a local source."; String title "Chem Test 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.