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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue