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:
parent
4bc3619fdb
commit
50ed2bcb58
1 changed files with 16 additions and 5 deletions
|
@ -43,11 +43,22 @@
|
|||
<token>rwy-to</token>
|
||||
</else>
|
||||
</if>
|
||||
<text>. Weather. Wind </text>
|
||||
<token>wind-dir</token>
|
||||
<text> degrees at </text>
|
||||
<token>wind-speed-kn</token>
|
||||
<text> knots</text>
|
||||
<text>.. Weather. Winned </text>
|
||||
<if>
|
||||
<equals>
|
||||
<token>wind-speed-kn</token>
|
||||
<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>
|
||||
<not-empty>
|
||||
<token>gusts</token>
|
||||
|
|
Loading…
Reference in a new issue