Skip to content

Class: Cyclone

A cyclone (or tropical cyclone), a rapidly-rotating storm system characterized by a low-pressure center, strong winds, and a spiral arrangement of thunderstorms that produce heavy rain.

URI: cim:Cyclone

 classDiagram
    class Cyclone
      AtmosphericPhenomenon <|-- Cyclone


      Cyclone <|-- Hurricane
      Cyclone <|-- TropicalCycloneAustralia


      Cyclone : altitude

          Cyclone --> RelativeDisplacement : altitude

      Cyclone : base

          Cyclone --> RelativeDisplacement : base

      Cyclone : central_pressure

          Cyclone --> Pressure : central_pressure

      Cyclone : direction

          Cyclone --> Bearing : direction

      Cyclone : environmental_information

          Cyclone --> EnvironmentalInformation : environmental_information

      Cyclone : environmental_location_kind

          Cyclone --> EnvironmentalLocationType : environmental_location_kind

      Cyclone : max_coverage

          Cyclone --> PerCent : max_coverage

      Cyclone : max_surface_wind_speed

          Cyclone --> Speed : max_surface_wind_speed

      Cyclone : min_coverage

          Cyclone --> PerCent : min_coverage

      Cyclone : phenomenon_classification

          Cyclone --> PhenomenonClassification : phenomenon_classification

      Cyclone : speed

          Cyclone --> Speed : speed

      Cyclone : time_interval

          Cyclone --> DateTimeInterval : time_interval

      Cyclone : wind_force

Inheritance

Slots

Name Cardinality and Range Description Inheritance
central_pressure 0..1
Pressure
The central pressure of the cyclone during the time interval direct
max_surface_wind_speed 0..1
Speed
The maximum surface wind speed of the cyclone during the time interval direct
wind_force 0..1
Integer
Wind Force as classified on the Beaufort Scale (0-12) during the time interva... direct
altitude 0..1
RelativeDisplacement
The maximum altitude of the phenomenon AtmosphericPhenomenon
base 0..1
RelativeDisplacement
The base altitude of the phenomenon AtmosphericPhenomenon
direction 0..1
Bearing
The direction the phenomenon is moving AtmosphericPhenomenon
max_coverage 0..1
PerCent
The maximum percentage coverage AtmosphericPhenomenon
min_coverage 0..1
PerCent
The minimum percentage coverage AtmosphericPhenomenon
speed 0..1
Speed
The speed of the phenomenon AtmosphericPhenomenon
time_interval 0..1
DateTimeInterval
The timestamp of the phenomenon as a single point or time interval EnvironmentalPhenomenon
environmental_location_kind 0..*
EnvironmentalLocationType
Location of relevance to this environmental phenomenon EnvironmentalPhenomenon
phenomenon_classification 0..1
PhenomenonClassification
The classification of this phenomenon EnvironmentalPhenomenon
environmental_information 0..1
EnvironmentalInformation
The forecast or observation of which this phenomenon description is a part EnvironmentalPhenomenon

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:Cyclone
native cim:Cyclone

LinkML Source

Direct

name: Cyclone
description: A cyclone (or tropical cyclone), a rapidly-rotating storm system characterized
  by a low-pressure center, strong winds, and a spiral arrangement of thunderstorms
  that produce heavy rain.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: AtmosphericPhenomenon
attributes:
  central_pressure:
    name: central_pressure
    description: The central pressure of the cyclone during the time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Cyclone.centralPressure
    multivalued: false
    domain_of:
    - Cyclone
    range: Pressure
    required: false
  max_surface_wind_speed:
    name: max_surface_wind_speed
    description: The maximum surface wind speed of the cyclone during the time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Cyclone.maxSurfaceWindSpeed
    multivalued: false
    domain_of:
    - Cyclone
    range: Speed
    required: false
  wind_force:
    name: wind_force
    description: Wind Force as classified on the Beaufort Scale (0-12) during the
      time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Cyclone.windForce
    multivalued: false
    domain_of:
    - Cyclone
    range: integer
    required: false
class_uri: cim:Cyclone

Induced

name: Cyclone
description: A cyclone (or tropical cyclone), a rapidly-rotating storm system characterized
  by a low-pressure center, strong winds, and a spiral arrangement of thunderstorms
  that produce heavy rain.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: AtmosphericPhenomenon
attributes:
  central_pressure:
    name: central_pressure
    description: The central pressure of the cyclone during the time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Cyclone.centralPressure
    multivalued: false
    alias: central_pressure
    owner: Cyclone
    domain_of:
    - Cyclone
    range: Pressure
    required: false
  max_surface_wind_speed:
    name: max_surface_wind_speed
    description: The maximum surface wind speed of the cyclone during the time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Cyclone.maxSurfaceWindSpeed
    multivalued: false
    alias: max_surface_wind_speed
    owner: Cyclone
    domain_of:
    - Cyclone
    range: Speed
    required: false
  wind_force:
    name: wind_force
    description: Wind Force as classified on the Beaufort Scale (0-12) during the
      time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Cyclone.windForce
    multivalued: false
    alias: wind_force
    owner: Cyclone
    domain_of:
    - Cyclone
    range: integer
    required: false
  altitude:
    name: altitude
    description: The maximum altitude of the phenomenon.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AtmosphericPhenomenon.altitude
    multivalued: false
    alias: altitude
    owner: Cyclone
    domain_of:
    - AtmosphericPhenomenon
    range: RelativeDisplacement
    required: false
  base:
    name: base
    description: The base altitude of the phenomenon.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AtmosphericPhenomenon.base
    multivalued: false
    alias: base
    owner: Cyclone
    domain_of:
    - AtmosphericPhenomenon
    range: RelativeDisplacement
    required: false
  direction:
    name: direction
    description: The direction the phenomenon is moving.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:AtmosphericPhenomenon.direction
    multivalued: false
    alias: direction
    owner: Cyclone
    domain_of:
    - Location
    - StructureSupport
    - Flowgate
    - RegisteredInterTie
    - Price
    - FlowDirection
    - OperationalLimitType
    - ComFunction
    - AtmosphericPhenomenon
    - BidTimeSeries
    range: Bearing
    required: false
  max_coverage:
    name: max_coverage
    description: The maximum percentage coverage
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AtmosphericPhenomenon.maxCoverage
    multivalued: false
    alias: max_coverage
    owner: Cyclone
    domain_of:
    - AtmosphericPhenomenon
    range: PerCent
    required: false
  min_coverage:
    name: min_coverage
    description: 'The minimum percentage coverage '
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AtmosphericPhenomenon.minCoverage
    multivalued: false
    alias: min_coverage
    owner: Cyclone
    domain_of:
    - AtmosphericPhenomenon
    range: PerCent
    required: false
  speed:
    name: speed
    description: The speed of the phenomenon
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:AtmosphericPhenomenon.speed
    multivalued: false
    alias: speed
    owner: Cyclone
    domain_of:
    - AtmosphericPhenomenon
    range: Speed
    required: false
  time_interval:
    name: time_interval
    description: The timestamp of the phenomenon as a single point or time interval.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:EnvironmentalPhenomenon.timeInterval
    multivalued: false
    alias: time_interval
    owner: Cyclone
    domain_of:
    - UnitInitialConditions
    - Period
    - EnvironmentalPhenomenon
    range: DateTimeInterval
    required: false
  environmental_location_kind:
    name: environmental_location_kind
    description: Location of relevance to this environmental phenomenon.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:EnvironmentalPhenomenon.EnvironmentalLocationKind
    multivalued: true
    alias: environmental_location_kind
    owner: Cyclone
    domain_of:
    - Location
    - EnvironmentalPhenomenon
    - EnvironmentalAlert
    range: EnvironmentalLocationType
    required: false
  phenomenon_classification:
    name: phenomenon_classification
    description: The classification of this phenomenon.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:EnvironmentalPhenomenon.PhenomenonClassification
    multivalued: false
    alias: phenomenon_classification
    owner: Cyclone
    domain_of:
    - ClassificationCondition
    - EnvironmentalPhenomenon
    - EnvironmentalDataAuthority
    range: PhenomenonClassification
    required: false
  environmental_information:
    name: environmental_information
    description: The forecast or observation of which this phenomenon description
      is a part.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:EnvironmentalPhenomenon.EnvironmentalInformation
    multivalued: false
    alias: environmental_information
    owner: Cyclone
    domain_of:
    - EnvironmentalAnalog
    - EnvironmentalStringMeasurement
    - EnvironmentalPhenomenon
    - EnvironmentalDataProvider
    - EnvironmentalEvent
    - EnvironmentalDiscrete
    range: EnvironmentalInformation
    required: false
class_uri: cim:Cyclone