Skip to content

Slot: wind speed (wind_speed)

speed of wind measured at the time of sampling

URI: MIXS:0000118 Alias: wind_speed

Applicable Classes

Name Description Modifies Slot
AirInterface air dh_interface no

Properties

  • Range: String

  • Regex pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)? *.*$

Examples

Value
21 km/h

Comments

  • Value must be reported in one of the following units: km/h, m/s. Provide the numeric portion followed by a space and the unit.

Identifier and Mapping Information

Annotations

property value
storage_units km/h

Schema Source

Mappings

Mapping Type Mapped Value
self MIXS:0000118
native nmdc_sub_schema:wind_speed

LinkML Source

name: wind_speed
annotations:
  storage_units:
    tag: storage_units
    value: km/h|m/s
description: speed of wind measured at the time of sampling
title: wind speed
comments:
- 'Value must be reported in one of the following units: km/h, m/s. Provide the numeric
  portion followed by a space and the unit.'
examples:
- value: 21 km/h
from_schema: https://example.com/nmdc_submission_schema
rank: 60
keywords:
- speed
- wind
slot_uri: MIXS:0000118
alias: wind_speed
domain_of:
- AirInterface
slot_group: mixs_core_section
range: string
pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)?
  *.*$
structured_pattern:
  syntax: ^{scientific_float}( *- *{scientific_float})? *{text}$
  interpolated: true
  partial_match: true