Skip to content

Enum: CardinalDirectionEnum

URI: basalt_schema:CardinalDirectionEnum

Permissible Values

Value Meaning Description
north None
north_east None
east None
south_east None
south None
south_west None
west None
north_west None

Slots

Name Description
wind_direction Direction of the wind on the day of sampling

Identifier and Mapping Information

Schema Source

LinkML Source

name: CardinalDirectionEnum
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
rank: 1000
permissible_values:
  north:
    text: north
  north_east:
    text: north_east
    aliases:
    - north east
  east:
    text: east
  south_east:
    text: south_east
    aliases:
    - south east
  south:
    text: south
  south_west:
    text: south_west
    aliases:
    - south west
  west:
    text: west
  north_west:
    text: north_west
    aliases:
    - north west