Dataset Identification:

Resource Abstract:
NOAA Ship Ferdinand Hassler 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.com/tutorials/JavaRegularExpressions/article.html
Citation
Title NOAA Ship Ferdinand Hassler Underway Meteorological Data, Quality Controlled
creation  Date   2018-11-16
cited responsible party - originator
individual Name
organisation Name  Shipboard Automated Meteorological and Oceanographic System (SAMOS)
Contact information
Address
electronic Mail Addresssamos@coaps.fsu.edu
Linkage for online resource
name Background Information
URL:https://samos.coaps.fsu.edu/html/
protocol information
link function information
Description Background information from the source
target application profile  web browser
Topic Category:  geoscientificInformation
Theme keywords (theme):
air
atmosphere
atmospheric
calender
conductivity
control
course
data
date
day
density
direction
earth
electrical
Ferdinand
file
flags
from
fsu
ground
Hassler
heading
history
humidity
information
level
measurements
meteorological
meteorology
oceans
over
platform
pressure
quality
relative
salinity
sea
seawater
speed
static
surface
temperature
vapor
water
wind
winds
Theme keywords (theme):
Earth Science > Oceans > Salinity/Density > Salinity
Earth Science > Oceans > Salinity/Density > Conductivity
Earth Science > Atmosphere > Atmospheric Winds > Surface Winds
Earth Science > Atmosphere > Atmospheric Water Vapor > Humidity
Earth Science > Atmosphere > Atmospheric Temperature > Surface Air Temperature
Earth Science > Atmosphere > Atmospheric Temperature > Air Temperature
Earth Science > Atmosphere > Atmospheric Pressure > Static Pressure
Earth Science > Atmosphere > Atmospheric Pressure > Sea Level Pressure
Earth Science > Atmosphere > Atmospheric Pressure > Atmospheric Pressure Measurements
thesaurus name >
Title GCMD Science Keywords
project Keywords
FSU
Theme keywords (theme):
time
latitude
longitude
air_pressure
air_temperature
sea_water_electrical_conductivity
relative_humidity
sea_water_practical_salinity
sea_water_temperature
wind_from_direction
wind_speed
wind_from_direction
wind_speed
thesaurus name >
Title CF Standard Name Table v55
Theme keywords (theme):
thesaurus name >
Title Science Domain > Earth Science
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Equipment > Platform
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Organization > GOVERNMENT AGENCIES-U.S. FEDERAL AGENCIES
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Feature > Marine Feature
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Material > Environmental Material
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Property > Measure
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Science Domain > Atmospheric Sciences
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Resource Type > Dataset
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Material > Chemical
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Activity > Observation
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Theme keywords (theme):
thesaurus name >
Title Realm > Atmosphere
publication  Date   2018-11-21
other Citation Details  Cinergi keyword enhanced.File generated at Wed Nov 21 20:01:01 UTC 2018
Resource language:  eng
Constraints on resource usage:
Legal Constraints
Use Limitation
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.
Resource extent
Geographic Extent
Geographic Bounding Box
extent Type Code  1
westBoundLongitude  -81.3827
eastBoundLongitude  -70.1301
northBoundLatitude  43.2932
southBoundLatitude  29.6431
Temporal Extent
seconds 2014-05-06T14:42:00Z 2017-10-16T15:19:00Z
Credits:
point of contact - pointOfContact
individual Name
organisation Name  Shipboard Automated Meteorological and Oceanographic System (SAMOS)
Contact information
Address
electronic Mail Addresssamos@coaps.fsu.edu
Linkage for online resource
name Background Information
URL:https://samos.coaps.fsu.edu/html/
protocol information
link function information
Description Background information from the source
target application profile  web browser
Back to top:

Service Identification information: 1

Resource Abstract:
NOAA Ship Ferdinand Hassler 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.com/tutorials/JavaRegularExpressions/article.html
Citation
Title NOAA Ship Ferdinand Hassler Underway Meteorological Data, Quality Controlled
creation  Date   2018-11-16
cited responsible party - originator
individual Name
organisation Name  Shipboard Automated Meteorological and Oceanographic System (SAMOS)
Contact information
Address
electronic Mail Addresssamos@coaps.fsu.edu
Linkage for online resource
name Background Information
URL:https://samos.coaps.fsu.edu/html/
protocol information
link function information
Description Background information from the source
target application profile  web browser
Service type: ERDDAP tabledap
Resource extent
Geographic Extent
Geographic Bounding Box
extent Type Code  1
westBoundLongitude  -81.3827
eastBoundLongitude  -70.1301
northBoundLatitude  43.2932
southBoundLatitude  29.6431
Temporal Extent
seconds 2014-05-06T14:42:00Z 2017-10-16T15:19:00Z
Coupling between service and dataset:  tight
Service operations:
Operation name: ERDDAPtabledapDatasetQueryAndAccess
Linkage for online resource
name ERDDAP-tabledap
URL:http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEK
protocol ERDDAP:tabledap
link function download
Description ERDDAP's tabledap service (a flavor of OPeNDAP) for tabular (sequence) data. Add different extensions (e.g., .html, .graph, .das, .dds) to the base URL for different purposes.
Back to top:

Service Identification information: 1

Resource Abstract:
NOAA Ship Ferdinand Hassler 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.com/tutorials/JavaRegularExpressions/article.html
Citation
Title NOAA Ship Ferdinand Hassler Underway Meteorological Data, Quality Controlled
creation  Date   2018-11-16
cited responsible party - originator
individual Name
organisation Name  Shipboard Automated Meteorological and Oceanographic System (SAMOS)
Contact information
Address
electronic Mail Addresssamos@coaps.fsu.edu
Linkage for online resource
name Background Information
URL:https://samos.coaps.fsu.edu/html/
protocol information
link function information
Description Background information from the source
target application profile  web browser
Service type: OPeNDAP
Resource extent
Geographic Extent
Geographic Bounding Box
extent Type Code  1
westBoundLongitude  -81.3827
eastBoundLongitude  -70.1301
northBoundLatitude  43.2932
southBoundLatitude  29.6431
Temporal Extent
seconds 2014-05-06T14:42:00Z 2017-10-16T15:19:00Z
Coupling between service and dataset:  tight
Service operations:
Operation name: OPeNDAPDatasetQueryAndAccess
Linkage for online resource
name OPeNDAP
URL:http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEK
protocol OPeNDAP:OPeNDAP
link function download
Description An OPeNDAP service for tabular (sequence) data. Add different extensions (e.g., .html, .das, .dds) to the base URL for different purposes.
Back to top:

Service Identification information: 1

Resource Abstract:
NOAA Ship Ferdinand Hassler 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.com/tutorials/JavaRegularExpressions/article.html
Citation
Title NOAA Ship Ferdinand Hassler Underway Meteorological Data, Quality Controlled
creation  Date   2018-11-16
cited responsible party - originator
individual Name
organisation Name  Shipboard Automated Meteorological and Oceanographic System (SAMOS)
Contact information
Address
electronic Mail Addresssamos@coaps.fsu.edu
Linkage for online resource
name Background Information
URL:https://samos.coaps.fsu.edu/html/
protocol information
link function information
Description Background information from the source
target application profile  web browser
Service type: ERDDAP Subset
Resource extent
Geographic Extent
Geographic Bounding Box
extent Type Code  1
westBoundLongitude  -81.3827
eastBoundLongitude  -70.1301
northBoundLatitude  43.2932
southBoundLatitude  29.6431
Temporal Extent
seconds 2014-05-06T14:42:00Z 2017-10-16T15:19:00Z
Coupling between service and dataset:  tight
Service operations:
Operation name: ERDDAP_Subset
Linkage for online resource
name Subset
URL:http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEK.subset
protocol search
link function download
Description Web page to facilitate selecting subsets of the dataset
Back to top:

Grid spatial representation

number of grid dimensions: 3
Grid axis property:
Grid Dimension
Dimension Name:  column
Dimension Size
Grid Dimension
Dimension Name:  row
Dimension Size
Grid Dimension
Dimension Name:  temporal
Dimension Size
cell geometry type:
transformation parameter availability:
Back to top physicalMeasurement
Band
descriptor cruise_id
sequence Identifier
name cruise_id
attribute Type
Name String
Band
descriptor expocode
sequence Identifier
name expocode
attribute Type
Name String
Band
descriptor facility
sequence Identifier
name facility
attribute Type
Name String
Band
descriptor ID
sequence Identifier
name ID
attribute Type
Name String
Band
descriptor IMO
sequence Identifier
name IMO
attribute Type
Name String
Band
descriptor platform
sequence Identifier
name platform
attribute Type
Name String
Band
descriptor platform_version
sequence Identifier
name platform_version
attribute Type
Name String
Band
descriptor site
sequence Identifier
name site
attribute Type
Name String
Band
descriptor Time
sequence Identifier
name time
attribute Type
Name double
units
Band
descriptor Atmospheric Pressure
sequence Identifier
name airPressure
attribute Type
Name float
units
Band
descriptor Air Temperature
sequence Identifier
name airTemperature
attribute Type
Name float
units
Band
descriptor Conductivity
sequence Identifier
name conductivity
attribute Type
Name float
Band
descriptor Relative Humidity
sequence Identifier
name relativeHumidity
attribute Type
Name float
units
Band
descriptor Sea Water Practical Salinity
sequence Identifier
name salinity
attribute Type
Name float
Band
descriptor Sea Water Temperature
sequence Identifier
name seaTemperature
attribute Type
Name float
Band
descriptor Earth Relative Wind Direction
sequence Identifier
name windDirection
attribute Type
Name float
units
Band
descriptor Earth Relative Wind Speed
sequence Identifier
name windSpeed
attribute Type
Name float
units
Band
descriptor Platform Course
sequence Identifier
name platformCourse
attribute Type
Name float
units
Band
descriptor Platform Heading
sequence Identifier
name platformHeading
attribute Type
Name float
units
Band
descriptor Platform Speed Over Ground
sequence Identifier
name platformSpeed
attribute Type
Name float
units
Band
descriptor Platform Relative Wind Direction
sequence Identifier
name platformWindDirection
attribute Type
Name float
units
Band
descriptor Platform Relative Wind Speed
sequence Identifier
name platformWindSpeed
attribute Type
Name float
units
Band
descriptor Quality Control Flags
sequence Identifier
name flag
attribute Type
Name String

Resource distribution information

Distributor
distributor contact - distributor
individual Name Bob Simons
organisation Name  NOAA NMFS SWFSC Environmental Research Division
Contact information
Telephone
Voice +1 831-420-3666
Address
99 Pacific St, Suite 255A, Monterey, CA, 93940 Country USA
electronic Mail Addressbob.simons@noaa.gov
Format
Format name OPeNDAP
Format version DAP/2.0
Digital Transfer Options
Linkage for online resource
name Data Subset Form
URL:http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEK.html
protocol order
link function download
Description ERDDAP's version of the OPeNDAP .html web page for this dataset. Specify a subset of the dataset and download the data via OPeNDAP or in many different file types.
Digital Transfer Options
Linkage for online resource
name Make-A-Graph Form
URL:http://coastwatch.pfeg.noaa.gov/erddap/tabledap/fsuNoaaShipWTEK.graph
protocol order
link function mapDigital
Description ERDDAP's Make-A-Graph .html web page for this dataset. Create an image with a map or graph of a subset of the data.
Metadata data stamp:  2018-11-16
Resource Maintenance Information
maintenance or update frequency:
notes: This record was created from dataset metadata by ERDDAP Version 1.82
Metadata contact - pointOfContact
individual Name Bob Simons
organisation Name  NOAA NMFS SWFSC Environmental Research Division
Contact information
Telephone
Voice +1 831-420-3666
Address
99 Pacific St, Suite 255A, Monterey, CA, 93940 Country USA
electronic Mail Addressbob.simons@noaa.gov
Metadata scope code  dataset
Metadata scope code  service
Metadata language  eng
Metadata character set encoding:   UTF8
Metadata standard for this record:  ISO 19115-2 Geographic Information - Metadata Part 2 Extensions for Imagery and Gridded Data
standard version:  ISO 19115-2:2009(E)
Metadata record identifier:  fsuNoaaShipWTEK

Metadata record format is ISO19139-2 XML (MI_Metadata)