GitXplorerGitXplorer
t

metar

public
1 stars
2 forks
1 issues

Commits

List of commits on branch master.
Unverified
73c872d79e854599950bf2ddb1ba1850dd84ff46

Fixed spacing

ttjormola committed 9 years ago
Unverified
956b64e0bcd17824609a4369431ec6f0840d0f20

Use spaces for indenting instead of tabs

ttjormola committed 9 years ago
Unverified
346841d37903368545f69920669b18bd597638b9

Updated submodules mdwn2text, luadoc-ikiwiki

ttjormola committed 9 years ago
Unverified
cc94af538258d0f86a193698d475bde99347dbd9

Updated API documentation

ttjormola committed 9 years ago
Unverified
1c80d33f3d52f1bc75944c4e85e719924fbf5a81

Updated README.txt from README.mdwn

ttjormola committed 9 years ago
Unverified
cb09d48e6e44d0f0c7987103171b2a163e8874f0

Update copyright year

ttjormola committed 9 years ago

README

The README file for this repository.

Lua METAR parser

This library can be used to parse METAR coded weather reports and fetch current METAR reports from NOAA Internet Weather Service in Lua.

The parser is pretty simple and by no means claims to support every feature one might find in METAR coded weather reports. For example, weather forecasts and automatic weather reports are not detected. Unsupported features in the weather reports are silently dropped.

Dependencies

LuaSocket is required for fetching weather reports from the Internet Weather Service. On Debian/Ubuntu systems you can install the package liblua5.1-socket2 in order to get LuaSocket installed.

My Lua weather library is required for doing some unit conversions.

Downloading

METAR parser home page is at http://solitudo.net/software/lua/metar/ and it can be downloaded by cloning the public Git repository at git://scm.solitudo.net/metar.git. Gitweb interface is available at http://scm.solitudo.net/gitweb/public/metar.git.

Installation

Install the src/metar.lua under some of the directories included in the default LUA_PATH for your Lua distribution, or install under desired location and set LUA_PATH accordingly. More info about LUA_PATH at http://www.lua.org/pil/8.1.html.

API Documentation

API documentation for metar is available under the api/ directory of the distribution.

References

The following material was used when researching METAR

Copyright and licensing

Copyright: © 2011-2016 Tuomas Jormola tj@solitudo.net http://solitudo.net

Licensed under the terms of the GNU General Public License Version 2.0. License terms are included in the file COPYING.