1
0
Fork 0

some ATIS format tweaks

This commit is contained in:
Torsten Dreyer 2014-04-28 15:42:54 +02:00
parent 9761c6e372
commit 8a52e912dc
2 changed files with 13 additions and 12 deletions

View file

@ -31,11 +31,11 @@
<token>rwy-to</token>
</equals>
<then>
<text> take off and landing runway </text>
<text> Take off and landing runway </text>
<token>rwy-land</token>
</then>
<else>
<text> landing runway </text>
<text> Landing runway </text>
<token>rwy-land</token>
<text> and take off runway </text>
<token>rwy-to</token>
@ -45,7 +45,7 @@
<token>transition-level</token>
<text>. Wind </text>
<token>wind-dir</token>
<text> degrees </text>
<text> degrees, </text>
<token>wind-speed-kn</token>
<text> knots</text>
<if>
@ -53,7 +53,7 @@
<token>gusts</token>
</not-empty>
<then>
<text> gusts up to </text>
<text>, gusts up to </text>
<token>gusts</token>
<text> knots</text>
</then>
@ -64,7 +64,7 @@
<token>wind-to</token>
</not-equals>
<then>
<text> varying between </text>
<text>, varying between </text>
<token>wind-from</token>
<text> and </text>
<token>wind-to</token>
@ -108,13 +108,13 @@
</if>
<text>. Temperature </text>
<token>temperature-deg</token>
<text> dewpoint </text>
<text>, dewpoint </text>
<token>dewpoint-deg</token>
<text>. QNH </text>
<token>qnh</token>
<text> hektopascal. Trend </text>
<token>trend</token>
<text> information </text>
<text>. information </text>
<token>id</token>
<text> out.</text>
</atis>

View file

@ -33,22 +33,22 @@
<token>rwy-to</token>
</equals>
<then>
<text> landing and departing runway </text>
<text> Landing and departing runway </text>
<token>rwy-land</token>
</then>
<else>
<text> landing runway </text>
<text> Landing runway </text>
<token>rwy-land</token>
<text> and departing runway </text>
<token>rwy-to</token>
</else>
</if>
<text>. Weather </text>
<text>. Wind: </text>
<text>. Weather. </text>
<text>Wind</text>
<token>wind-dir</token>
<text> degrees at </text>
<token>wind-speed-kn</token>
<text> knots </text>
<text> knots</text>
<if>
<not-empty>
<token>gusts</token>
@ -106,5 +106,6 @@
<token>trend</token>
<text>. Advise on initial contact you have information </text>
<token>id</token>
<text>.</text>
</atis>
</PropertyList>