Easy Access to PMEL Scientific Data
The Pacific Marine Environmental Laboratory's ERDDAP data server for public access to scientific data |
NOAA OAR PMEL |
Dataset Title: | EcoFOCI M2 surface mooring weather data, 2016-2019 |
Institution: | NOAA/PMEL EcoFOCI (Dataset ID: weatherpak_m2) |
Range: | longitude = -164.1 to -164.07°E, latitude = 56.86 to 56.9°N, time = 2016-05-12T05:10:00Z to 2019-09-19T23:10:00Z |
Information: | Summary | License | FGDC | ISO 19115 | Metadata | Background | Subset | Data Access Form |
Click on the map to specify a new center point.
Zoom:
|
Attributes { s { platform_name { String cf_role "timeseries_id"; String long_name "Name of platform"; } latitude { String _CoordinateAxisType "Lat"; Float32 actual_range 56.86, 56.9; String axis "Y"; Float64 colorBarMaximum 90.0; Float64 colorBarMinimum -90.0; String ioos_category "Location"; String long_name "Latitude"; String source_name "latitude_north"; String standard_name "latitude"; String units "degrees_north"; } longitude { String _CoordinateAxisType "Lon"; Float32 actual_range -164.1, -164.07; String axis "X"; String ioos_category "Location"; String long_name "Longitude"; String source_name "longitude_west"; String standard_name "longitude"; String units "degrees_east"; } time { String _CoordinateAxisType "Time"; Float64 actual_range 1.4630298e+9, 1.5689346e+9; String axis "T"; String ioos_category "Time"; String long_name "Time UTC"; 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"; } air_temperature_deg_C { Float64 actual_range -1.5, 19.10000038; String long_name "Air Temperature Deg C"; } atmospheric_pressure_mbar { Float64 actual_range 973.1, 1035.0; Float64 colorBarMaximum 1050.0; Float64 colorBarMinimum 950.0; String long_name "Air Pressure"; String standard_name "air_pressure"; } incoming_shortwave_radiation_W_per_m2 { Int16 _FillValue 32767; Int16 actual_range -3, 935; String long_name "Incoming Shortwave Radiation W Per M2"; } relative_humidity_percent { Byte _FillValue 127; String _Unsigned "false"; Byte actual_range 53, 97; Float64 colorBarMaximum 100.0; Float64 colorBarMinimum 0.0; String long_name "Relative Humidity Percent"; } wind_from_direction_degrees { Float64 actual_range 0.0459739, 1.0e+35; Float64 colorBarMaximum 360.0; Float64 colorBarMinimum 0.0; String long_name "Wind From Direction"; String standard_name "wind_from_direction"; } wind_speed_m_per_s { Float64 actual_range 0.1, 1.0e+35; Float64 colorBarMaximum 15.0; Float64 colorBarMinimum 0.0; String long_name "Wind Speed"; String standard_name "wind_speed"; } bottom_depth { Float32 actual_range 71.0, 71.5; String long_name "Bottom Depth"; } } NC_GLOBAL { String cdm_data_type "TimeSeries"; String cdm_timeseries_variables "platform_name, longitude, latitude"; String Conventions "COARDS, CF-1.6, ACDD-1.3"; Float64 Easternmost_Easting -164.07; String featureType "TimeSeries"; Float64 geospatial_lat_max 56.9; Float64 geospatial_lat_min 56.86; String geospatial_lat_units "degrees_north"; Float64 geospatial_lon_max -164.07; Float64 geospatial_lon_min -164.1; String geospatial_lon_units "degrees_east"; String history "2024-12-11T12:14:25Z (local files) 2024-12-11T12:14:25Z https://data.pmel.noaa.gov/pmel/tabledap/weatherpak_m2.das"; String infoUrl "https://www.pmel.noaa.gov/"; String institution "NOAA/PMEL EcoFOCI"; String keywords "air, air_pressure, air_temperature_deg_C, atmosphere, atmospheric_pressure_mbar, bottom_depth, data, depth, direction, Earth Science > Atmosphere > Atmospheric Pressure > Atmospheric Pressure Measurements, Earth Science > Atmosphere > Atmospheric Pressure > Sea Level Pressure, Earth Science > Atmosphere > Atmospheric Pressure > Static Pressure, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, humidity, incoming_shortwave_radiation_W_per_m2, latitude, longitude, measurements, pressure, radiation, relative_humidity_percent, science, sea, shortwave, speed, surface, temperature, time, wind, wind_from_direction, wind_from_direction_degrees, wind_speed, wind_speed_m_per_s, winds"; String keywords_vocabulary "GCMD Science Keywords"; String license "These data were produced by NOAA and are not subject to copyright protection in the United States. NOAA waives any potential copyright and related rights in these data worldwide through the Creative Commons Zero 1.0 Universal Public Domain Dedication (CC0-1.0)."; Float64 Northernmost_Northing 56.9; String sourceUrl "(local files)"; Float64 Southernmost_Northing 56.86; String standard_name_vocabulary "CF Standard Name Table v70"; String subsetVariables "platform_name, latitude, longitude, bottom_depth"; String summary "EcoFOCI M2 surface mooring weather data. NOAA/Pacific Marine Environmental Laboratory (PMEL) EcoFOCI data. Data are a subset of the full data record, 2016-2019"; String time_coverage_end "2019-09-19T23:10:00Z"; String time_coverage_start "2016-05-12T05:10:00Z"; String title "EcoFOCI M2 surface mooring weather data, 2016-2019"; Float64 Westernmost_Easting -164.1; } }
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.