Class WX::Groups::Sky
In: lib/wx/groups.rb
Parent: Object

Information about clouds or lack thereof

Methods

Constants

Contractions = {'FEW'=>'Few', 'SCT'=>'Scattered', 'BKN' => 'Broken', 'OVC' => 'Overcast'}

External Aliases

cover -> clouds
height -> base

Attributes

cover  [R]  Cloud cover. A two-character code. (See FMH-1 12.6.9)
height  [R]  Distance Unit to the base of the cover type.

Public Class methods

Public Instance methods

auto_clear?()

Alias for clr?

Are there cumulonimbus clouds? Only when reported by humans.

clear?()

Alias for skc?

Is the sky reported clear by automated equipment (meaning it‘s clear up to 12,000 feet at least)?

cumulonimbus?()

Alias for cb?

Is the sky clear?

Are there towering cumulus clouds? Only when reported by humans.

towering_cumulus?()

Alias for tcu?

vertical_visibility?()

Alias for vv?

Is this a vertical visibility restriction (meaning they can‘t tell what‘s up there above this height)

[Validate]