sia_lua
A Lua script to download VAC from SIA (Service de l'information aéronautique) website.
Usage
Download a VAC using a specific ICAO code
lua download_sia_vac.lua LFBI
Download all VAC
./download_france_cup.sh
lua download_sia_vac_all.lua
Development
A Lua / LuaRocks environment can be set using Vagrant and VirtualBox virtual machines (VM)
vagrant up
You can enter into VM using
vagrant ssh
Each provisioners are defined in Vagrantfile
and can be called separately if required using:
vagrant provision --provision-with lua_app