![]() |
Easy Access to PMEL Scientific Data
The Pacific Marine Environmental Laboratory's ERDDAP data server for scientific data distribution to the GTS |
NOAA OAR PMEL |
| Dataset Title: | Station PMEL1 In-Situ 10-Minute Resolution Wind Data
|
| Institution: | NOAA/PMEL (Dataset ID: ndbc_pmel_buoy_intercomparison) |
| Range: | time = 2025-09-16T00:00:00Z to 2025-10-01T15:00:00Z |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
|
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
Float64 actual_range 1.7579808e+9, 1.7593308e+9;
String axis "T";
String ioos_category "Time";
String long_name "Time";
String standard_name "time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
WSPD {
Float32 actual_range 0.0, 8.855087;
Float64 colorBarMaximum 15.0;
Float64 colorBarMinimum 0.0;
String long_name "wind speed";
String standard_name "wind_speed";
String units "m/s";
Float32 valid_max 100.0;
Float32 valid_min 0.0;
}
WDIR {
Float32 actual_range 0.0, 359.0;
Float64 colorBarMaximum 360.0;
Float64 colorBarMinimum 0.0;
String long_name "wind direction (oceanographic convention, blowing to)";
String standard_name "wind_to_direction";
String units "degree";
Float32 valid_max 360.0;
Float32 valid_min 0.0;
}
}
NC_GLOBAL {
String area "MPQR+6CR Seattle, Washington";
String cdm_data_type "Other";
String Conventions "COARDS, CF-1.10, ACDD-1.3";
String creator_email "oar.pmel.data@noaa.gov";
String creator_name "NOAA/PMEL";
String creator_type "institution";
String creator_url "https://www.pmel.noaa.gov/";
String data_type "PMEL1 time-series wind data";
String date_created "2025-10-01T15:15:04Z";
String date_modified "2025-10-01T15:15:04Z";
String format_version "1.0";
String history
"None availble at the time
2025-11-14T17:19:32Z (local files)
2025-11-14T17:19:32Z https://data.pmel.noaa.gov/generic/tabledap/ndbc_pmel_buoy_intercomparison.das";
String infoUrl "https://www.pmel.noaa.gov/";
String institution "NOAA/PMEL";
String keywords "10-minute, atmosphere, atmospheric, blowing, convention, data, direction, earth, Earth Science > Atmosphere > Atmospheric Winds > Surface Winds, environmental, in-situ, laboratory, marine, minute, noaa, noaa/pacific, oceanographic, pacific, pmel, pmel1, resolution, science, situ, speed, station, surface, time, WDIR, wind, wind_speed, wind_to_direction, winds, WSPD";
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).";
String netcdf_version "netcdf library version 4.4.0 of Mar 23 2016 19:20:43";
String platform_code "PMEL1";
String project "Enhanced Weater Buoy Project";
String site_code "PMEL1";
String source "Moored surface buoy";
String sourceUrl "(local files)";
String standard_name_vocabulary "CF Standard Name Table v70";
String summary "Station PMEL1 In-Situ 10-Minute Resolution Wind Data";
String testOutOfDate "now-1day";
String time_coverage_end "2025-10-01T15:00:00Z";
String time_coverage_start "2025-09-16T00:00:00Z";
String title "Station PMEL1 In-Situ 10-Minute Resolution Wind Data";
String wmo_platform_code "PMEL1";
}
}
Data Access Protocol (DAP)
and its
selection constraints
.
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.