Datové sady / NOAA Ship Henry B. Bigelow Underway Meteorological Data, Quality Controlled


NOAA Ship Henry B. Bigelow Underway Meteorological Data, Quality Controlled

Vydavatel National Oceanic and Atmospheric Administration, Department of Commerce

Datum vydání před více než 9 roky

US
beta

Shrnutí

Co poskytovatel nabízí?
a one-off release of a set of related datasets

Databázová licence
Nevztahuje se

Licence na obsah
Creative Commons CCZero

Způsob ověření
ověřený automaticky

Popis

NOAA Ship Henry B. Bigelow Underway Meteorological Data (delayed ~10 days for quality control) are from the Shipboard Automated Meteorological and Oceanographic System (SAMOS) program. IMPORTANT: ALWAYS USE THE QUALITY FLAG DATA! Each data variable's metadata includes a qcindex attribute which indicates a character number in the flag data. ALWAYS check the flag data for each row of data to see which data is good (flag='Z') and which data isn't. For example, to extract just data where time (qcindex=1), latitude (qcindex=2), longitude (qcindex=3), and airTemperature (qcindex=12) are 'good' data, include this constraint in your ERDDAP query: flag=~"ZZZ........Z.*" in your query. "=~" indicates this is a regular expression constraint. The 'Z's are literal characters. In this dataset, 'Z' indicates 'good' data. The '.'s say to match any character. The '*' says to match the previous character 0 or more times. See the tutorial for regular expressions at http://www.vogella.de/articles/JavaRegularExpressions/article.html