Skip to content

Enum: AngleUnitEnum

Units of angle measurement

URI: valuesets:AngleUnitEnum

Permissible Values

Value Meaning Description
RADIAN UO:0000123 Radian (SI derived unit)
DEGREE UO:0000185 Degree
MINUTE_OF_ARC None Minute of arc/arcminute
SECOND_OF_ARC None Second of arc/arcsecond
GRADIAN None Gradian/gon
TURN None Turn/revolution

Slots

Name Description
angle_unit Units of angle measurement

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: AngleUnitEnum
description: Units of angle measurement
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  RADIAN:
    text: RADIAN
    description: Radian (SI derived unit)
    meaning: UO:0000123
    annotations:
      symbol:
        tag: symbol
        value: rad
      system:
        tag: system
        value: SI
  DEGREE:
    text: DEGREE
    description: Degree
    meaning: UO:0000185
    annotations:
      symbol:
        tag: symbol
        value: °
      conversion_to_radian:
        tag: conversion_to_radian
        value: '0.0174533'
  MINUTE_OF_ARC:
    text: MINUTE_OF_ARC
    description: Minute of arc/arcminute
    annotations:
      symbol:
        tag: symbol
        value: ''''
      conversion_to_degree:
        tag: conversion_to_degree
        value: '0.0166667'
  SECOND_OF_ARC:
    text: SECOND_OF_ARC
    description: Second of arc/arcsecond
    annotations:
      symbol:
        tag: symbol
        value: '"'
      conversion_to_degree:
        tag: conversion_to_degree
        value: '0.000277778'
  GRADIAN:
    text: GRADIAN
    description: Gradian/gon
    annotations:
      symbol:
        tag: symbol
        value: gon
      conversion_to_degree:
        tag: conversion_to_degree
        value: '0.9'
  TURN:
    text: TURN
    description: Turn/revolution
    annotations:
      symbol:
        tag: symbol
        value: turn
      conversion_to_radian:
        tag: conversion_to_radian
        value: '6.28319'