Skip to content

Enum: AngleUnitEnum

Units of angle measurement

URI: valuesets:AngleUnitEnum

Permissible Values

Value Meaning Description Conversion To Degree Conversion To Radian Symbol System
RADIAN UO:0000123 Radian (SI derived unit) rad SI
DEGREE UO:0000185 Degree 0.0174533 °
MINUTE_OF_ARC Minute of arc/arcminute 0.0166667 '
SECOND_OF_ARC Second of arc/arcsecond 0.000277778 "
GRADIAN Gradian/gon 0.9 gon
TURN Turn/revolution 6.28319 turn

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
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Units of angle measurement
title: Angle Unit
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
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'