Usage

UniATIS generator requires a set of parameters to operate.
The first parameter in the URL must be preceeded with question mark "?"
Consequent parameters must be separated with "&"
Parameter and its value must be separated by "="

Required parameters:

metar		Current METAR
		- EuroScope alias to automatically return the current METAR: $metar($atisairport)

arr		List of one or more arrival runways, each separated by comma ","
		- EuroScope alias to automatically return the active runways: $arrrwy($atisairport)

dep		List of one or more departure runways, each separated by comma ","
		- EuroScope alias to automatically return the active runways: $deprwy($atisairport)

info		Info letter to be used in the ATIS
		- EuroScope alias to automatically return the info letter: $atiscode

Optional parameters:

apptype		Type of approach to expect, e.g. ILS, VORDME, visual

trl		Manually input transition level


Custom parameters may exist according to the configuration of each ATIS format
Visit or contact your local VACC to verify if any custom parameters are available in your area


Example of the basic ATIS generator URL in Euroscope:
http://uniatis.net/atis.php?arr=$arrrwy($atisairport)&dep=$deprwy($atisairport)&apptype=ILS&info=$atiscode&metar=$metar($atisairport)