Skip to content

Enum: CardinalDirectionEnum

Eight-point compass directions

URI: debrief:enum/CardinalDirectionEnum

Permissible Values

Value Meaning Description
N None North
NE None North-East
E None East
SE None South-East
S None South
SW None South-West
W None West
NW None North-West

Identifier and Mapping Information

Schema Source

  • from schema: https://debrief.info/schemas/debrief

LinkML Source

name: CardinalDirectionEnum
description: Eight-point compass directions
from_schema: https://debrief.info/schemas/debrief
rank: 1000
permissible_values:
  N:
    text: N
    description: North
  NE:
    text: NE
    description: North-East
  E:
    text: E
    description: East
  SE:
    text: SE
    description: South-East
  S:
    text: S
    description: South
  SW:
    text: SW
    description: South-West
  W:
    text: W
    description: West
  NW:
    text: NW
    description: North-West