class CrystalMetarParser::Clouds
- CrystalMetarParser::Clouds
- CrystalMetarParser::Base
- Reference
- Object
Defined in:
crystal_metar_parser/metar/clouds.crConstant Summary
-
CLOUD_BROKEN =
((6 * 100.0) / 8.0).round.to_i
-
Cloud level - broken
-
CLOUD_CLEAR =
((0 * 100.0) / 8.0).round.to_i
-
Cloud level - clear sky
-
CLOUD_FEW =
((1.5 * 100.0) / 8.0).round.to_i
-
Cloud level - few clouds
-
CLOUD_NOT_SIGN =
((0.5 * 100.0) / 8.0).round.to_i
-
Cloud level - not significant
-
CLOUD_OVERCAST =
((8 * 100.0) / 8.0).round.to_i
-
Cloud level - overcast
-
CLOUD_SCATTERED =
((3.5 * 100.0) / 8.0).round.to_i
-
Cloud level - scattered
Constructors
Instance Method Summary
- #clouds : Array(CrystalMetarParser::CloudElement)
- #clouds_max : Int32
- #decode_split(s)
-
#post_process
Calculate numeric description of clouds