class CrystalMetarParser::Parser

Defined in:

crystal_metar_parser/parser.cr

Class Method Summary

Class Method Detail

def self.parse(metar : String, year : Int32 = Time.utc_now.year, month : Int32 = Time.utc_now.month, time_interval : Int32 = CrystalMetarParser::Metar::DEFAULT_TIME_INTERVAL) #

[View source]