crystal_metar_parser

Parse METAR weather string. METAR standard is used by every major airport.

crystal_metar_parser

Process METAR information.

Installation

Add this to your application's shard.yml:

dependencies:
  crystal_metar_parser:
    github: akwiatkowski/crystal_metar_parser

Usage

require "crystal_metar_parser"

metar = CrystalMetarParser::Parser.parse("EPPO 191200Z 29005KT 9999 FEW011 BKN021 09/06 Q1019")

puts metar.temperature.degrees

Contributing

  1. Fork it ( https://github.com/akwiatkowski/crystal_metar_parser/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

crystal_metar_parser

Owner
Statistic
  • 1
  • 1
  • 0
  • 2
  • 0
  • over 8 years ago
  • October 19, 2015
License

MIT License

Links
Synced at

Sun, 17 Nov 2024 14:27:57 GMT

Languages