class CrystalMetarParser::Metar

Defined in:

crystal_metar_parser/metar.cr

Constant Summary

DEFAULT_TIME_INTERVAL = 30 * (60.as(Int32))

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String, year : Int32 = Time.utc_now.year, month : Int32 = Time.utc_now.month, time_interval : Int32 = DEFAULT_TIME_INTERVAL) #

[View source]

Instance Method Detail


[View source]

[View source]
def decode #

[View source]
def decode_split(s) #

[View source]

[View source]
def post_process #

[View source]

[View source]
def raw : String #

[View source]

[View source]

[View source]

[View source]

[View source]
def to_hash #

[View source]

[View source]

[View source]