1
0
Fork 0

Improve wind section within spoken ATIS

Pronunce wind as "winned" rather than "whined"
Report 00000KT as "calm" rather than "zero zero zero at zero zero"
This commit is contained in:
Richard Senior 2016-04-07 01:18:50 +01:00
parent 4bc3619fdb
commit 50ed2bcb58

View file

@ -43,11 +43,22 @@
<token>rwy-to</token> <token>rwy-to</token>
</else> </else>
</if> </if>
<text>. Weather. Wind </text> <text>.. Weather. Winned </text>
<token>wind-dir</token> <if>
<text> degrees at </text> <equals>
<token>wind-speed-kn</token> <token>wind-speed-kn</token>
<text> knots</text> <text>zero</text>
</equals>
<then>
<text>kaam.. </text>
</then>
<else>
<token>wind-dir</token>
<text> degrees at </text>
<token>wind-speed-kn</token>
<text> knots</text>
</else>
</if>
<if> <if>
<not-empty> <not-empty>
<token>gusts</token> <token>gusts</token>