ERDDAP
Serving scientific data from OBSEA Expandable Seafloor Observatory |
Brought to you by EMSO UPC SARTI |
Dataset Title: | Atmospheric data from a Davis Vantage Pro2 weather station (30min average) |
Institution: | Universitat Politècnica de Catalunya (Dataset ID: CTVG_Vantage_Pro2_meteo_30min) |
Information: | Summary | License | Metadata | Background | Files | Make a graph |
Attributes { s { time { String _CoordinateAxisType "Time"; Float64 actual_range 1.2645504e+9, 1.7158662e+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"; } WSPD { Float64 actual_range 0.0, 32.0; String long_name "wind_speed"; String sdn_parameter "https://vocab.nerc.ac.uk/collection/P01/current/EWSBSS01"; String sdn_parameter_urn "SDN:P01::EWSBSS01"; String sdn_units "https://vocab.nerc.ac.uk/collection/P06/current/KMHR"; String sdn_units_urn "SDN:P06::KMHR"; String standard_name "wind_speed"; String units "Kilometres per hour"; } WSPD_qc { Int32 actual_range 1, 3; String long_name "WSPD quality control flag"; } WDIR { Float64 actual_range 0.0, 360.0; String long_name "wind_from_direction"; String sdn_parameter "https://vocab.nerc.ac.uk/collection/P01/current/EWDASS01"; String sdn_parameter_urn "SDN:P01::EWDASS01"; String sdn_units "https://vocab.nerc.ac.uk/collection/P06/current/UAAA"; String sdn_units_urn "SDN:P06::UAAA"; String standard_name "wind_from_direction"; String units "degrees north"; } WDIR_qc { Int32 actual_range 1, 3; String long_name "WDIR quality control flag"; } AIRT { Float64 actual_range -9.6, 34.6; String long_name "air_temperature"; String sdn_parameter "https://vocab.nerc.ac.uk/collection/P01/current/CTMPZZ01"; String sdn_parameter_urn "SDN:P01::CTMPZZ01"; String sdn_units "https://vocab.nerc.ac.uk/collection/P06/current/UPAA"; String sdn_units_urn "SDN:P06::UPAA"; String standard_name "air_temperature"; String units "degrees Celsius"; } AIRT_qc { Int32 actual_range 1, 3; String long_name "AIRT quality control flag"; } RELH { Float64 actual_range 0.0, 100.0; String long_name "relative_humidity"; String sdn_parameter "https://vocab.nerc.ac.uk/collection/P01/current/CRELZZ01"; String sdn_parameter_urn "SDN:P01::CRELZZ01"; String sdn_units "https://vocab.nerc.ac.uk/collection/P06/current/UPCT"; String sdn_units_urn "SDN:P06::UPCT"; String standard_name "relative_humidity"; String units "percent"; } RELH_qc { Int32 actual_range 1, 3; String long_name "RELH quality control flag"; } CAPH { Float64 actual_range 979.2, 1041.1; String long_name "air_pressure"; String sdn_parameter "https://vocab.nerc.ac.uk/collection/P01/current/CAPHTU01"; String sdn_parameter_urn "SDN:P01::CAPHTU01"; String sdn_units "https://vocab.nerc.ac.uk/collection/P06/current/HPAX"; String sdn_units_urn "SDN:P06::HPAX"; String standard_name "air_pressure"; String units "hectopascals"; } CAPH_qc { Int32 actual_range 1, 3; String long_name "CAPH quality control flag"; } } NC_GLOBAL { String area "NW Mediterranean Sea"; String author "Enoc Martinez"; String average_period "30min"; String cdm_data_type "Other"; String contact "enoc.martinez@upc.edu"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String geospatial_lat_max "41.22342"; String geospatial_lat_min "41.22342"; String geospatial_lon_max "1.73637"; String geospatial_lon_min "1.73637"; String history "2024-11-21T13:35:22Z (local files) 2024-11-21T13:35:22Z https://data.obsea.es/erddap/tabledap/CTVG_Vantage_Pro2_meteo_30min.html"; String infoUrl "https://www.sarti.es"; String institution "Universitat Politècnica de Catalunya"; String institution_edmo_code "2150"; String institution_references "https://www.sarti.es"; String instrument_model "Davis Vantage Pro2 6150C"; String license "Creative Commons Attribution 4.0 International (CC-BY-4.0)"; String pi_name "Joaquín del Río"; String platform_code "CTVG"; String processing_level "data acquired from sensor, quality control procedure applied following QARTOD guidelines, data averaged in periods of 30min"; String quality_control_flags "1:good data, 2:QC not applied, 3:suspicious data, 4:bad data, 9:missing data"; String quality_control_methods "QARTOD, https://ioos.noaa.gov/project/qartod"; String sdn_instrument_type "SDN:L05::102"; String sensor_depth "-14"; String site_code "CTVG"; String sourceUrl "(local files)"; String standard_name_vocabulary "CF Standard Name Table v55"; String summary "Atmospheric data collected by an Vantage Pro2 weather station at UPC building, 30min average"; String testOutOfDate "now-1day"; String time_coverage_end "2024-05-16T13:30:00Z"; String time_coverage_start "2010-01-27T00:00:00Z"; String title "Atmospheric data from a Davis Vantage Pro2 weather station (30min average)"; } }
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.