ERDDAP
Easier access to scientific data |
Brought to you by NOAA NMFS SWFSC ERD |
Dataset Title: | Meteorological & Ancillary - Barometric Pressure |
Institution: | NOAA NOS CO-OPS (Center for Operational Oceanographic Products and Services) (Dataset ID: IOOS_Barometric_Pressure) |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Data Access Form |
Click on the map to specify a new center point.
Zoom:
|
Attributes { s { STATION_ID { String cf_role "timeseries_id"; String comment "To view the station id listing go to: https://opendap.co-ops.nos.noaa.gov/stations/index.jsp"; String ioos_category "Identifier"; String long_name "REQUIRED 7-character Station ID surrounded in double quotes"; } latitude { String _CoordinateAxisType "Lat"; String axis "Y"; String ioos_category "Location"; String long_name "Latitude"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String standard_name "longitude"; String units "degrees_east"; } BEGIN_DATE { String comment "Examples: "20040321" OR "20030712 19:02""; String ioos_category "Time"; String long_name "REQUIRED 8- to 14-character Begin Date (yyyymmdd hh:mi) surrounded in double quotes"; } END_DATE { String comment "Up to one month"; String ioos_category "Time"; String long_name "REQUIRED 8- to 14-character End Date (yyyymmdd hh:mi) surrounded in double quotes"; } DCP { String comment "DCP number"; String ioos_category "Identifier"; String long_name "1-character DCP number surrounded in double quotes"; } SENSOR_ID { String comment "Sensor ID"; String ioos_category "Identifier"; String long_name "2-character Sensor ID surrounded in double quotes: F1 - Barometric Pressure"; } time { String _CoordinateAxisType "Time"; String axis "T"; String comment "Converted UTC date time stamp (E.g. 2016-10-06T14:12:00Z)"; String ioos_category "Time"; String long_name "The date time stamp"; String standard_name "time"; String time_origin "01-JAN-1970 00:00:00"; String units "seconds since 1970-01-01T00:00:00Z"; } BP { String coverage_content_type "physicalMeasurement"; String ioos_category "Pressure"; String long_name "Barometric pressure"; String standard_name "air_pressure"; String units "millibars"; } X { String _Unsigned "false"; String flag_meanings "below_tolerance_limit tolerance_limit_exceeded"; Byte flag_values 0, 1; String ioos_category "Quality"; String long_name "A flag that when set to 1 indicates that the maximum expected barometric pressure was exceeded"; } N { String _Unsigned "false"; String flag_meanings "below_tolerance_limit tolerance_limit_exceeded"; Byte flag_values 0, 1; String ioos_category "Quality"; String long_name "A flag that when set to 1 indicates that the minimum expected barometric pressure was exceeded"; } R { String _Unsigned "false"; String flag_meanings "below_tolerance_limit tolerance_limit_exceeded"; Byte flag_values 0, 1; String ioos_category "Quality"; String long_name "A flag that when set to 1 indicates that the rate of change tolerance limit was exceeded"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "STATION_ID,BEGIN_DATE,END_DATE"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; String featureType "TimeSeries"; String geospatial_lat_units "degrees_north"; String geospatial_lon_units "degrees_east"; String history "2024-10-03T16:47:43Z (source database) 2024-10-03T16:47:43Z https://opendap.co-ops.nos.noaa.gov/tabledap/IOOS_Barometric_Pressure.das"; String infoUrl "https://opendap.co-ops.nos.noaa.gov/"; String institution "NOAA NOS CO-OPS (Center for Operational Oceanographic Products and Services)"; String keywords "air, air_pressure, altitude, atmosphere, atmospheric, barometric, co-ops, Earth Science > Atmosphere > Altitude > Station Height, Earth Science > Atmosphere > Atmospheric Pressure > Atmospheric Pressure Measurements, Earth Science > Atmosphere > Atmospheric Pressure > Sea Level Pressure, Earth Science > Atmosphere > Atmospheric Pressure > Static Pressure, experimental, height, identifier, level, measurements, noaa, nos, pressure, sea, sensor, static, station, time"; String keywords_vocabulary "GCMD Science Keywords"; String license "The information on government servers are in the public domain, unless specifically annotated otherwise, and may be used freely by the public. Before using information obtained from this server, special attention should be given to the date and time of the data and products being displayed. This information shall not be modified in content and then presented as official government material."; String sourceUrl "(source database)"; String standard_name_vocabulary "CF Standard Name Table v70"; String summary "These raw data have not been subjected to the National Ocean Service's quality control or quality assurance procedures and do not meet the criteria and standards of official National Ocean Service data. They are released for limited public use as preliminary data to be used only with appropriate caution."; String title "Meteorological & Ancillary - Barometric Pressure"; } }
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.