![]() |
ERDDAP
Easier access to scientific data |
|
Brought to you by NOAA NMFS SWFSC ERD |
| Dataset Title: | RV Sikuliaq : Anemometer Gill_1006 : Relative Wind Direction : 600 s binned
|
| Institution: | UAF (Dataset ID: relativewinddirection_degrees_anemom351006_600sbin) |
| Information: | Summary
| License
| Metadata
| Background
| Data Access Form
|
|
Attributes {
s {
time {
String _CoordinateAxisType "Time";
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";
}
spot_time {
String ioos_category "Time";
String long_name "Spot Time";
String time_origin "01-JAN-1970 00:00:00";
String units "seconds since 1970-01-01T00:00:00Z";
}
spot_value {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Spot_Value";
String short_name "relative_wind_direction_spot_value";
String special_notes "Binning type: circular";
String standard_name "x_spot_value";
String units "degrees";
}
mean {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Mean";
String short_name "relative_wind_direction_mean";
String special_notes "Binning type: circular";
String standard_name "x_mean";
String units "degrees";
}
stddev {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Stddev";
String short_name "relative_wind_direction_stddev";
String special_notes "Binning type: circular";
String standard_name "x_stddev";
String units "degrees";
}
minimum {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Minimum";
String short_name "relative_wind_direction_minimum";
String special_notes "Binning type: circular";
String standard_name "x_minimum";
String units "degrees";
}
maximum {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Maximum";
String short_name "relative_wind_direction_maximum";
String special_notes "Binning type: circular";
String standard_name "x_maximum";
String units "degrees";
}
median {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Median";
String short_name "relative_wind_direction_median";
String special_notes "Binning type: circular";
String standard_name "x_median";
String units "degrees";
}
num_values {
String ioos_category "Statistics";
String long_name "Relative Wind Direction Num_Values";
String short_name "relative_wind_direction_num_values";
String special_notes "Binning type: circular";
String standard_name "x_num_values";
String units "unitless";
}
}
NC_GLOBAL {
String cdm_data_type "Other";
String contributor_name "RV Sikuliaq";
String contributor_role "Data collector";
String creator_name "CORIOLIX, RDESC, RCRV Project, Oregon State University";
String creator_url "http://ceoas.oregonstate.edu";
String history
"2026-05-02T14:10:31Z (source database)
2026-05-02T14:10:31Z https://coriolix.sikuliaq.alaska.edu/tabledap/relativewinddirection_degrees_anemom351006_600sbin.das";
String infoUrl "https://www.uaf.edu/cfos/sikuliaq/";
String institution "UAF";
String keywords "atmosphere, data, observations, ocean";
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 "(source database)";
String standard_name_vocabulary "CF standard name";
String summary
"Relative Wind Direction 600 s binned time series data.
Vessel: RV Sikuliaq. Sensor Model: Gill Instruments WindObserver 75 (heated) anemometer
Sensor S/N: 1351006
Sensor Location Onboard: Forward Mast
Sensor Description: The WindObserver 75 has been developed for measuring higher wind speeds in extreme weather environments featuring 150 Watts of electrical heating power in the anemometer head. This anemometer has been designed to remain ice free in most freezing weather conditions. The sensor provides data via RS422/RS485 bidirectional link, which allows several units to be networked together and data logged on demand.
Parameter Description: The relative wind direction is the direction relative to the bow of the ship from which the wind is blowing with the relative wind speed. Direction conventions are 0 deg for wind from the bow, 90 deg for wind from the starboard side, 180 deg for wind from the stern, and 270 deg for wind from the port side.";
String title "RV Sikuliaq : Anemometer Gill_1006 : Relative Wind Direction : 600 s binned";
}
}
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.